uebelack / zway-mqtt

MQTT module for Z-Way
MIT License
14 stars 6 forks source link

/status topic not implemented? #8

Open JohnCardenas opened 7 years ago

JohnCardenas commented 7 years ago

I was attempting to send /status an empty message to get a device to report its status, to no avail. Looking in zway_mqtt_http_bridge.py, there doesn't seem to be code to handle a publish to /status in mqtt_on_message()

pastukhov commented 7 years ago

You just can make published data persistent and always get latest value from the topic.