ESteanes / RP2040Home

MQTT Client for RP2040 based boards that directly interfaces with Home Assistant
MIT License
0 stars 0 forks source link

10 minute timer to refresh connections & minor refactor #18

Closed ESteanes closed 2 weeks ago

ESteanes commented 2 weeks ago

This PR addresses #7 and #16 - on a 10 minute loop, we push a new message to home assistant and check that there's a valid wifi connection.

Since the discovery, command and status topics don't overlap, there's no issue of refreshing discovery interrupting a command.