Servos don't move


#1

just installed V2 firmware to the esp8266 and configured. MQTT.fx has green light and hello world! works. I get no movement from the servo/s if I publish any number from 0-100. Using Raspberry Pi 1 Model B+…


#2

Do you get the initial state from the Blinds Control Device in MQTT.FX ?


#3

Thank you for your quick response. I started over with version 1 and was successful with controlling the servos with MQTT.fx, although, I am unable to control the blinds within openHAB2. This is my sitemap…
sitemap home label=“MK-SmartHouse”
{
Frame label=“Entryway”
{
Switch item=DEMOSW
}
Frame label=“Maya’s Bedroom”
{
Switch item=DEMOSW
}
Frame label=“Maya’s Bathroom”
{
Switch item=DEMOSW
}
Frame label=“Hallway”
{
Switch item=DEMOSW
}
Frame label=“Master Bedroom”
{
Switch item=DEMOSW
}
Frame label=“Master Bathroom”
{
Switch item=DEMOSW
}
Frame label=“Living Room”
{
Switch item=MKBlindsControl1 mappings=[0=“Open”, 56=“Half”, 100=“Close”]
Slider item=MKBlindsControl1
}
}

Items…
//Blinds Controls
Dimmer MKBlindsControl1 “MK Blinds [%s]” [ “Lighting” ] {mqtt=">[broker:MK-SmartHouse/utilities/MK-BlindsControl1:command:*:default]"}


#4

Hmmmm… I have played with MQTT and still cannot get openhab2 to tilt my blinds. The only possible change i can make is to buy a new Raspberry Pi 3+ and see if it solves my problem. log…

2018-08-23 07:19:30.022 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘home.items’

2018-08-23 07:20:13.788 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘home.rules’

2018-08-23 07:20:16.048 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007

2018-08-23 07:20:21.126 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘home.sitemap’

2018-08-23 07:20:24.856 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘home.things’

2018-08-23 07:20:24.904 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘home.things’ is either empty or cannot be parsed correctly!

2018-08-23 07:20:48.352 [INFO ] [penhab.io.transport.mqtt.MqttService] - MQTT Service initialization completed.

2018-08-23 07:20:48.554 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection ‘’

2018-08-23 07:21:00.768 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app

2018-08-23 07:21:06.524 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app

2018-08-23 07:21:07.743 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui

2018-08-23 07:21:09.510 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin

2018-08-23 07:21:11.068 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel


#5

Success! The new Pi3 B+ may have helped but I think it was a syntax error I overlooked in the mqtt.cfg file. I did not remove the arrows as instructed. “LEFTARROWbrokerRIGHTARROW vs broker”. I think Im ready for V2 now and order blinds controllers for the rest of the house. Thank you Matt for all your hard work and help. Ill be looking forward to more stuff in the near future. I would like to get all these blinds solar powered!

Have a wonderful day everyone!