I have some of these dimmers configred in the cloud and working on the app. Plus I have a working Supla MQTT Broker which I can inspect on MQTT Explorer.
On the Home assistant side I don't have (want) access to the MQTT broker configuration to allow an MQTT Bridge, so I'm using NodeRed.
- discovery - I have used the homeassistant/# topic to discover the devices on HA, and this seems to have worked well enough to the point of discovery.
- Operation - I don't' know where to look on how to control the dimmers through MQTT. ie publish on MQTT explorer.
This is what it publishes for device OFF:
Code: Select all
supla/myaccount/devices/1363/channels/3930/execute_action
msg.payload : string[8]
"TURN_OFF"