Page 1 of 1

mqtt : blind doesn't stop

Posted: Saturday 25 August 2018 10:26
by mrelfire
os : windows 10
mosquitto client
version : V4.9938
Build Hash: 11137c1a
Build Date: 2018-08-25 08:09:19

MQTT - problems / challenge ;) :
I Manage to open my blinds and close them :

Code: Select all

2018-08-25 10:25:09.681 MQTT: Topic: domoticz/in, Message: {"command":"switchlight","idx":149,"switchcmd":"On"}
2018-08-25 10:25:09.719 (rfxtrx433) RFY (Volet_8)
but when I try to stop them the command doesn't work

Code: Select all

2018-08-25 10:11:19.678 MQTT: Topic: domoticz/in, Message: {"command":"switchlight","idx":149,"switchcmd":"Stop"}
2018-08-25 10:11:19.678 Error: MQTT: Invalid data received!
I have tryed with udevice but same result

on http it is working fine. Any suggestions please ?

Re: mqtt : blind doesn' stop

Posted: Saturday 25 August 2018 11:01
by jvdz
Doesn't look like the "Stop" command is supported yet via MQTT and will trigger an "MQTT: Invalid data received!" message in the log.
switchlight currently has the switchcmd options: On/Off/Toggle/Set Level.

Jos