Thanks for the answer. I'll check MQTT mapper as you suggest.
The thing is, my device is controlled by MQTT messages, so I do have to send these from my plugin , to switch things on and off, get sensor data, etc (unless I'm missing something and there are other ways to do it via domoticz).
Search found 2 matches
- Wednesday 03 July 2024 19:37
- Forum: Python
- Topic: Docs on Domoticz MQTT Connection
- Replies: 4
- Views: 1596
- Tuesday 02 July 2024 9:39
- Forum: Python
- Topic: Docs on Domoticz MQTT Connection
- Replies: 4
- Views: 1596
Docs on Domoticz MQTT Connection
I'm trying to implement a Python plugin for a custom hardware talking MQTT. And I'm having a hard time figuring out how to talk to MQTT server via domoticz MQTT connection. The API seems to be quite low-level, with JSON describing MQTT package. And there's seem to be no documentation describing what ...