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

Heating function not implemented #21

Open
phcollignon opened this issue Apr 17, 2024 · 4 comments
Open

Heating function not implemented #21

phcollignon opened this issue Apr 17, 2024 · 4 comments

Comments

@phcollignon
Copy link

Hello,

I get this message for heating functions :

WARN -- : Bath room Radiator function type heating_radiator not implemented
WARN -- : Radiator Bath room heating_radiator: function type not detected, skipping
WARN -- : Bath room Floor function type heating_floor not implemented
WARN -- : Floor Bath room heating_floor: function type not detected, skipping

And nothing converted to HA. Is it not implemented yet in the ruby lib ? neither in the source code ?

Regards,

@phcollignon
Copy link
Author

phcollignon commented Apr 17, 2024

I've just checked in the code, indeed it's not implemented ...

when :custom, :heating_continuous_variable, :heating_floor, :heating_radiator, :heating_switching_variable

@laurent-martin
Copy link
Owner

If you have a proposal for mapping, feel free to propose.

@phcollignon
Copy link
Author

There is a sensors map here : https://www.home-assistant.io/integrations/knx/#value-types
Other devices are defined on that page, binary_sensor i.e could be mapped to dpt 1.002 or 1.009

@Superwallah
Copy link

Superwallah commented May 23, 2024

If DPT is 20.102, then this device should be mapped to domain "climate" and attribute "hvac_mode" (...though this DPT is often also used for the HVAC mode status object).
All other addresses may be listed under a commented line like
# to_be_mapped: 1/2/3

Alternatively, multiple options may be and in the same line, but as a comment:
# temperature_address | target_temperature_address: 1/2/3 # delete the wrong attributes!

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