Description
Hi, first of all thank you for your great work on this integration.
I’m using the hon.update_settings service successfully, and I noticed that by clicking the “Get settings details” button in the device page, I can retrieve a list of available parameters and their possible values in this format:
screenDisplayStatus: [0 - 1] - Default: 0 - Step: 1
echoStatus: [0 - 1] - Default: 0 - Step: 1
tempSel: [16 - 30] - Default: 22 - Step: 1
machMode: [0, 1, 2, 4, 6] - Default: 0
10degreeHeatingStatus: [0 - 1] - Default: 0 - Step: 1
...
This is very helpful to understand what values are supported.
However, I cannot find a way to retrieve the currently set values for those parameters (e.g., what is the current machMode or windDirectionVertical on the device?).
Is there any supported way to read the current status/settings values directly from the device via the integration? If not, would this be something feasible to implement?
Thanks in advance for any guidance!
Nicola