py-smart-gardena / hass-gardena-smart-system

Home Assistant custom component integration for Gardena Smart System
Apache License 2.0
212 stars 53 forks source link

Query for mower timetable status needed #230

Open Gerhard-59 opened 1 month ago

Gerhard-59 commented 1 month ago

I have an automation which starts the mower after rain from AccuWeather has been less than 0.1mm for more than 1 hour. This causes the mower to start even when there is no schedule is active.

To avoid this, it is needed to have a query on the status of the actual timetable.

The result should be e.g. active / paused

Would be glad to see any hint or update.

Purtzel commented 1 month ago

Hello,

I created a fork in which the mower resumes to the normal schedule after it was paused, (and created a pull request for it) have a look at it:

https://github.com/Purtzel/hass-gardena-smart-system/tree/master

Purtzel

Gerhard-59 commented 1 month ago

Hello Purtzel,

Thank you for your reply.

I’ve tried to use your fork, but unfortunately with no success.

In HACS I couldn’t find your fork for download. In the “Configuration” – “Installations” Tab, I added “Gardena Smart System integration” But this resulted in an error “ No devices or entitys found”

Then I downloaded the original “py-smart-gardena” Integration again and got it configured. I then copied your subpath “gardena_smart_system“ over the original subpath and restarted homeassistant again. Now I had all my devices again, but there are still only 2 actions for the Mower “Start Mower” or “ Return to dock”

If possible you can assist me, how I can remove the original “py-smart-gardena” integration and install your fork.

I guess, That you may publisch your fork in HACS with an new name, so that it is visible in the HACS -Store.

PS: I guess, that your fork still doesn’t meet my requirement. You can only start the mower in manual mode. But, I want to stop the mower, when there is rain and start the mower again, when there is no rain, but only when there is a planned schedule. Therefore I asked for a Query for the mower timetable

regards