Open v8schlumpf opened 1 week ago
Hey there @dgomes, mind taking a look at this issue as it has been labeled with an integration (integration
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
integration documentation integration source (message by IssueLinks)
Hello, we will need some debug logging to trace any issue.
There is nothing to find in the logs (if i´m not doing it wrong)
You need to activate Debug either in the configuration.yaml or through the UI:
now i´ve got some logs home-assistant.log
2024-11-14 16:46:05.245 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.ess_soc_ah_helper (<class 'homeassistant.components.utility_meter.sensor.UtilityMeterSensor'>) is using state class 'total_increasing' which is impossible considering device class ('current') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+utility_meter%22
It makes no sense to use utility_meter with a sensor such as current (therefore the error)
Looking at all your logs, I believe you need to fix rct_power firsts, before considering utility_meter to be the problem ;)
I had set up a new integration helper at 21:00 so only the lags after this are relevant. at 22:08:31 is a big jump in the value and this hapens all the time, when there is no new Data from the source. max_sub_interval should prevend this, am I right? this doesn´t work.
well.. there seems to be an issue with the RCT integration too, yes ;-)
I see nothing wrong... I see integration sensor updating (although a very small amount)
All indicates to be about scale and a bad source.
So it is normal, that the Integral sensor is not being updated for a long time even if the max_sub_interval is set?
It is being updated, I can see the updates in the log, but the amount it update is so small (0.002) that for a state value of 32 it seams as if it did not change
The problem
The Value is not updated for several hours, even if I use max_sub_interval.
What version of Home Assistant Core has the issue?
core-2024.11.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
integration
Link to integration documentation on our website
https://www.home-assistant.io/integrations/integration/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response