Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in all sensors "max_power" #12

Closed
maatx opened this issue Aug 5, 2023 · 4 comments
Closed

Warning in all sensors "max_power" #12

maatx opened this issue Aug 5, 2023 · 4 comments

Comments

@maatx
Copy link

maatx commented Aug 5, 2023

Logger: homeassistant.components.sensor
Source: components/sensor/init.py:505
Integration: Sensore (documentation, issues)
First occurred: 10:12:44 (4 occurrences)
Last logged: 10:12:44

Entity sensor.max_power_sold (<class 'custom_components.atonstorage.sensor.AtonStorageSensorEntity'>) is using state class 'total_increasing' which is impossible considering device class ('power') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
Entity sensor.panels_max_power (<class 'custom_components.atonstorage.sensor.AtonStorageSensorEntity'>) is using state class 'total_increasing' which is impossible considering device class ('power') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
Entity sensor.battery_max_power (<class 'custom_components.atonstorage.sensor.AtonStorageSensorEntity'>) is using state class 'total_increasing' which is impossible considering device class ('power') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
Entity sensor.max_power_bought (<class 'custom_components.atonstorage.sensor.AtonStorageSensorEntity'>) is using state class 'total_increasing' which is impossible considering device class ('power') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.

@wilds wilds closed this as completed in 6aef13b Aug 17, 2023
@MrZax75
Copy link

MrZax75 commented Sep 4, 2023

sensor.panels_max_power riporta un valore totalmente anomalo (ho 6.4 kwp di pannelli e parte da oltre 32kw)

@wilds
Copy link
Owner

wilds commented Sep 5, 2023

è un valore che arriva direttamente dai server aton. Credo sia un valore cumulato relativa all'intera giornata

@MrZax75
Copy link

MrZax75 commented Sep 5, 2023 via email

@MrZax75
Copy link

MrZax75 commented Sep 6, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants