jaroschek / home-assistant-myuplink

Custom Home Assistant integration for devices and sensors in myUplink account.
44 stars 10 forks source link

Cannot read value for current fan speed #113

Open Djac-HA opened 5 months ago

Djac-HA commented 5 months ago

Under menu 3.1.11.15 is current fan speed, I'd like to get that across to HA but cant find it in the integration?

jaroschek commented 2 months ago

Hi @Djac-HA , this integration creates entities for each and every parameter point it gets from the myUplink API by querying /v2/devices/{deviceId}/points. You can check for yourself, if which values are in the response of that API endpoint (see https://github.com/jaroschek/home-assistant-myuplink?tab=readme-ov-file#debugging-misbehaving-entities).

Unfortunately the official dashboard and menu shows often more parameter than the public myUplink API provides. This was also discussed in #83 and #48 where it was pointed out, that the other internal API dos have more functionality. But this integration is based on the public API (see https://api.myuplink.com/swagger/index.html)