jaroschek / home-assistant-myuplink

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

Heat Meater values not updated with actual value #18

Closed soulfire89 closed 11 months ago

soulfire89 commented 1 year ago

My heat meater values were not updated correct. It has the value from mid july. Does any of the last updates affect these values? image

7RST1 commented 1 year ago

If they are writable through the API, they might have been redefined under Controls. They'd show up there instead in your device.

If you can't find them anywhere else, can you do a request of the data points response from the API directly and post them 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}". Find the relevant data points and post them here.

soulfire89 commented 12 months ago

Seems like it's not a tool issue. More an issue from myUplink. I wrote a ticket to the MyUplink service support.
This issue could be onhold until we got the answer of MyUplink support.

"category": "Wärme­mengen­zähler", "parameterId": "44298", "parameterName": "Brauch­wasser, einschl. inter­ne ZH", "parameterUnit": "kWh", "writable": false, "timestamp": "2023-07-28T15:50:24+00:00", "value": 3119.6, "strVal": "3119.6kWh", "smartHomeCategories": [], "minValue": 0, "maxValue": 9999999, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, { "category": "Wärme­mengen­zähler", "parameterId": "44300", "parameterName": "Heizung, einschl. interne ZH", "parameterUnit": "kWh", "writable": false, "timestamp": "2023-07-28T15:50:24+00:00", "value": 14966.4, "strVal": "14966.4kWh", "smartHomeCategories": [], "minValue": 0, "maxValue": 9999999, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, { "category": "Wärme­mengen­zähler", "parameterId": "44306", "parameterName": "Brauch­wasser, nur Ver­dichter", "parameterUnit": "kWh", "writable": false, "timestamp": "2023-07-28T15:50:24+00:00", "value": 3104.2, "strVal": "3104.2kWh", "smartHomeCategories": [], "minValue": 0, "maxValue": 9999999, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, { "category": "Wärme­mengen­zähler", "parameterId": "44308", "parameterName": "Heizung, nur Ver­dichter", "parameterUnit": "kWh", "writable": false, "timestamp": "2023-07-28T15:50:24+00:00", "value": 13123.4, "strVal": "13123.4kWh", "smartHomeCategories": [], "minValue": 0, "maxValue": 9999999, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null },

btw. I have 24 of 72 Id's which are not with todays timestamp.

soulfire89 commented 12 months ago

There was an Firmwareupdate to Version 9586R4 today. Now every datapoint is available again. Issue can be closed.

jaroschek commented 11 months ago

I'm glad your problem was solved.