zwave.mqtt#

class platypush.backend.zwave.mqtt.ZwaveMqttBackend(bus: Bus | None = None, poll_seconds: float | None = None, **kwargs)[source]#

Bases: Backend

Listen for events on a zwave2mqtt service.

WARNING: This backend is DEPRECATED and it will be removed in a future version.

It has been merged with platypush.plugins.zwave.mqtt.ZwaveMqttPlugin.

Now you can simply configure the zwave.mqtt plugin in order to enable the Zwave integration - no need to enable both the plugin and the backend.

run()[source]#

Starts the backend thread. To be implemented in the derived classes if the loop method isn’t defined.