mhthies / smarthomeconnect

Python 3 AsyncIO-based home automation and interfacing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add MQTT interface (incl. JSON-over-MQTT)

mhthies opened this issue · comments

Ideally, we aim to be compatible with HomeAssistant's MQTT protocol integrations and ESPHome

We should provide a basic interface which provides bytes connectable objects per MQTT topic and is somehow extensible by adapters to provide specific connectible objects with encoders/decoders for more specific MQTT based protocols (like the ESPHome interface).