home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.98k stars 31.02k forks source link

Sensor eb101-ep14-tot-op-time-compr-44071 is unavailable on VVM 310 #129753

Open tospens opened 3 weeks ago

tospens commented 3 weeks ago

The problem

The sensor "VVM310 EB101-EP14 Tot. op.time compr" (sensor.eb101_ep14_tot_op_time_compr_44071) is shown as unavailable, previously it was available and correctly reported the total operation time. In addition the sensor "VVM310 EB101-EP14 Tot. HW op.time compr" (sensor.eb101_ep14_tot_hw_op_time_compr_44073) is reporting a wrong value. It is showing "7208960:00:00", the correct HW operating time is 110 hours.

The logs are showing an error in decoding the value from "VVM310 EB101-EP14 Tot. op.time compr", which I suspect might be related to the error. The logs are attached.

What version of Home Assistant Core has the issue?

core-2024.10.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Nibe Heat Pump

Link to integration documentation on our website

https://www.home-assistant.io/integrations/nibe_heatpump

Diagnostics information

home-assistant_nibe_heatpump_2024-11-03T20-07-56.974Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-11-03 21:01:16.053 WARNING (MainThread) [nibe.nibe.connection.nibegw] Ignoring packet from ('192.168.0.43', 9999) due to parse error: 7b2270726f746f636f6c223a312c2276657273696f6e223a312c2274797065223a312c2264617461223a7b226970223a223139322e3136382e302e3433222c226d61635f6c6f63616c223a2230383a39623a62393a39363a38373a6231222c226d61635f7764735f3567223a2236323a39623a62393a39363a38373a6239227d7d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000: Error in path (parsing) -> start_byte
parsing expected 92 but parsed 123
2024-11-03 21:01:22.552 DEBUG (MainThread) [homeassistant.components.nibe_heatpump] Some coils failed to update, and may be unsupported: Failed to read some or all coils (Failed decoding response for eb101-ep14-tot-op-time-compr-44071: Failed to decode eb101-ep14-tot-op-time-compr-44071 coil from raw: 0000b301, exception: Raw value 28508160 is out of range for coil eb101-ep14-tot-op-time-compr-44071)

Additional information

No response

home-assistant[bot] commented 3 weeks ago

Hey there @elupus, mind taking a look at this issue as it has been labeled with an integration (nibe_heatpump) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `nibe_heatpump` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign nibe_heatpump` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


nibe_heatpump documentation nibe_heatpump source (message by IssueLinks)