gardenifi / raspirri_server

RaspirriV1 is an intelligent irrigation system powered by RaspirriV1 server software designed for Raspberry Pi written in Python. Compatible with Raspbian OS, this robust system offers a versatile solution for automating irrigation, making it an excellent choice for both residential and commercial applications.
Other
10 stars 2 forks source link

Update MQTT status topic on local statuses file change and not every 10s #10

Open mariosk opened 9 months ago

mariosk commented 9 months ago

Now every 10s a thread updates the MQTT status topic with the latest status. We should change this logic to update the topic only on statuses.pkl file change.

mariosk commented 9 months ago

https://github.com/gardenifi/raspirri_server/pull/9