ThomDietrich / miflora-mqtt-daemon

Linux service to collect and transfer Xiaomi Mi Flora plant sensor data via MQTT to your smart home system, with cluster support 🌱🌼πŸ₯€πŸ‘🌳
MIT License
606 stars 141 forks source link

Api changes in miflora break miflora-mqtt-daemon #156

Closed derpeter closed 2 years ago

derpeter commented 2 years ago

https://github.com/basnijholt/miflora/pull/118 which made into the latest release requires to remove the retries flag from https://github.com/ThomDietrich/miflora-mqtt-daemon/blob/master/miflora-mqtt-daemon.py#L196

ThomDietrich commented 2 years ago

Thanks for the report. Wish to create a PR?

derpeter commented 2 years ago

I can create a PR if you prefer, as the change is very minimal i thought its less effort for you without it :-). just let me know.

Btw thanks for the daemon very useful. Fun side node: I big bird stole one of my miflora sensors :-)

ThomDietrich commented 2 years ago

Fair point. I've just committed that change straight from the Github webpage :) I've also updated the requirement to https://github.com/basnijholt/miflora/releases/tag/v0.7.2

Can you confirm that everything works?

Fun side node Hahahaa must have been a big one!

derpeter commented 2 years ago

locks good to me, new version is up an running on my system. thanks!