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

Warnings about some sensors with Home Assistant core 2023.1.x #64

Closed
Kars-de-Jong opened this issue Jan 13, 2023 · 5 comments
Closed

Warnings about some sensors with Home Assistant core 2023.1.x #64

Kars-de-Jong opened this issue Jan 13, 2023 · 5 comments

Comments

@Kars-de-Jong
Copy link
Contributor

luxtronik version 2023.01.05

When restarting my system with Home Assistant core 2023.1.x, I get the following warnings:

Logger: homeassistant.components.sensor
Source: components/sensor/__init__.py:980 
Integration: Sensor (documentation, issues) 
First occurred: 12:29:08 (5 occurrences) 
Last logged: 12:30:01

Entity sensor.luxtronik2_overheating_temperature (<class 'custom_components.luxtronik2.sensor.LuxtronikSensor'>) is using native unit of measurement 'K' which is not a valid unit for the device class ('temperature') it is using; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
Entity sensor.luxtronik2_high_pressure (<class 'custom_components.luxtronik2.sensor.LuxtronikSensor'>) is using native unit of measurement 'bar' which is not a valid unit for the device class ('temperature') it is using; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
Entity sensor.luxtronik2_low_pressure (<class 'custom_components.luxtronik2.sensor.LuxtronikSensor'>) is using native unit of measurement 'bar' which is not a valid unit for the device class ('temperature') it is using; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
Entity sensor.luxtronik2_pump_frequency (<class 'custom_components.luxtronik2.sensor.LuxtronikSensor'>) is using native unit of measurement 'Hz' which is not a valid unit for the device class ('temperature') it is using; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
@SvenJachalke
Copy link

I don't know if this is related to the first post (and I'm really no export, just a simple user :)) ... since I updated to HA Core 2023.1 and the last stable release of the luxtronik integration the logging of all entities stopped working (temperatures stay the same for hours, ...). I could get it working again with the luxtronik 2022.12.14 (stable) release ... after that, every (stable) release does not work (at least for me).

If I could help any further here, please let me know! I really appreciate the work here and the progress this integrations makes!

@BenPru
Copy link
Owner

BenPru commented Jan 15, 2023

Entity sensor.luxtronik2_overheating_temperature native unit of measurement K - device class (temperature)
Entity sensor.luxtronik2_high_pressure native unit of measurement bar device class (temperature)
Entity sensor.luxtronik2_low_pressure native unit of measurement bar device class (temperature)
Entity sensor.luxtronik2_pump_frequency native unit of measurement Hz device class (temperature)

@Kars-de-Jong Thanks for your ticket. I correct high_pressure, low_pressure and pump_frequency.
Do you know which device class is used for Kelvin (K)?

@BenPru
Copy link
Owner

BenPru commented Jan 15, 2023

I think its fixed with 2023.01.15

@BenPru BenPru closed this as completed Jan 15, 2023
@Kars-de-Jong
Copy link
Contributor Author

Kars-de-Jong commented Jan 15, 2023

Entity sensor.luxtronik2_overheating_temperature native unit of measurement K - device class (temperature)

Do you know which device class is used for Kelvin (K)?

@BenPru I don’t think there is one at this time, so that would be None I guess.

@BenPru
Copy link
Owner

BenPru commented Jan 15, 2023

luxtronik2_overheating_temperature

Comes with next version.

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