JakeWharton / NormallyClosed

Open and close your garage door with a Raspberry Pi
Apache License 2.0
117 stars 5 forks source link

MQTT participation #7

Open JakeWharton opened 3 years ago

JakeWharton commented 3 years ago

Implement discovery (https://www.home-assistant.io/docs/mqtt/discovery/) and act as a trigger (https://www.home-assistant.io/integrations/device_trigger.mqtt/) for use in HA or other MQTT-based software.

JakeWharton commented 3 years ago

https://github.com/fluffysquirrels/mqtt-async-client-rs/blob/master/examples/mqttc.rs

Means switching from async_std to tokio? So tide to hyper, I guess?