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

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

Water control #97

Open kaelsaes opened 2 years ago

kaelsaes commented 2 years ago

Thanks for the integration.

My problem: no matter what time I enter in the configuration, the water control always opens for 30 minutes.

In HA lovelace card the water control switch doesn‘t stay on (goes back to off position) although the water control itself is on for 30 minutes.

thanks.

grm commented 2 years ago

Thx for the feedback. I'll have a llok into it if i can reproduce the issue.

olesk75 commented 2 years ago

I am also curious exactly what sort of feedback the irrigation system provides. Gardena's own app seems to be "fire & forget" - you start irrigation for one of the set number of minutes, but that's it. No feedback, no status, nothing. I don't know if that's because the smart irrigation control unit doesn't talk back to the gateway much, but like @kaelsaes , I'd love to get the current state at least, if at all possible.

There is indirect feedback through soil humidity sensors of course, but it's not really granular enough to use directly.

tobiasbayer commented 2 years ago

According to https://developer.husqvarnagroup.cloud/apis/GARDENA+smart+system+API#/swagger it returns one state of CLOSED, MANUAL_WATERING or SCHEDULED_WATERING.

olesk75 commented 2 years ago

Well, that's something at least...

gerliczky commented 2 years ago

Please let me know if I can assist you somehow to solve this issue.

Stoffl17 commented 1 year ago

It can also see this problem. The config data which can be setup has no effect. The watering duration is always exactly 30 mins. I used a workaround that I implemented a state-machine in the automation including a timer which restarts the watering after 30 mins. It would be nice if the integration can nevertheless be updated and I'm open to support.

Thanks for your efforts for providing this integration. I like it.