jaroschek / home-assistant-myuplink

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

Statistic charts issue in HomeAssistant dont't work - NIBE SMO 40 #53

Open krzysztofnowak1972 opened 8 months ago

krzysztofnowak1972 commented 8 months ago

Hello everyone MyUplink integration with the NIBE pump and SMO 40 does not allow me to graph statistics - there are no entities to select other than "SMO 40 Heat meter"

Have I done something wrong?

jaroschek commented 8 months ago

Hello @krzysztofnowak1972, the integration should create an entity for each parameter point available in the API.

You can do a request of the data points from the API directly and post the response here.

Go to the MyUplink Swagger site, and authorize (top right). Find your device ID by querying ​"/v2​/systems​/me", enter it when querying "/v2/devices/{deviceId}/points". Find the relevant data point(s) and post the response here.

If the parameters are missing in the response from the myUplink API, then these parameters are not available.

Or are there parameters and entities already available in HA but not working as you expected?