openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.88k stars 3.59k forks source link

[gardena] mower "Next automatic starting time" not available in OH3 after binding rewrite #10743

Closed michel53 closed 6 months ago

michel53 commented 3 years ago

In the Gardena binding, the mower "Next automatic starting time" channel is not available any more in OH3 after binding rewrite. I would like to see this channel again.

grichter24 commented 2 years ago

I would also like to have the feature back.

Also missing:

battery#charging mower#source_for_next_start mower#timestamp_next_start mower#park_until_further_notice mower_stats#charging_cycles mower_stats#collisions firmware#firmware_status firmware#firmware_upload_progress firmware_available_version

These still work in openhab 2.5

michaelHH1 commented 2 years ago

missing those channels too

lsiepel commented 1 year ago

https://developer.husqvarnagroup.cloud/apis/GARDENA+smart+system+API Whatt api data would fit in these channels?

lsiepel commented 1 year ago

To me it is unclear what mower#source_for_next_start should contain. If you want it added, could you explain what it holds?

Allready available: battery#charging =>mower#activity mower#park_until_further_notice => mower_commands#park_until_further_notice

These channels are not supported by the current API: firmware#firmware_status firmware#firmware_upload_progress firmware_available_version

Could be added: mower_stats#charging_cycles => /mowers/{id} => data.attributes.statistics.numberOfChargingCycles mower_stats#collisions => /mowers/{id} => data.attributes.statistics.numberOfCollisions mower#timestamp_next_start => /mowers/{id} => data.attributes.planner.nextStartTimestamp

Had another look: This could be implemented, but this information comes from the other (automower connect) api. Based on the Thing type it would select with API to use. But before i try anything, it would be good to knwon if the codeowners (@gerrieg @andrewfg) have any suggestions or comments.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.