Closed michel53 closed 6 months 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
missing those channels too
https://developer.husqvarnagroup.cloud/apis/GARDENA+smart+system+API Whatt api data would fit in these channels?
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.
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.
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.