danielperna84 / hahomematic

Python 3 Interface for Home Assistant to interact with HomeMatic devices
MIT License
136 stars 21 forks source link

HB-UNI-SEN-PRESS - no unit of measurement #580

Closed malt0r90 closed 2 years ago

malt0r90 commented 2 years ago

custom_component version (if applicable): 1.13.3

known last working custom_component version (if applicable): 1.12.x

Home Assistant version (if applicable): 2022.8.2

CCU version:

Problem-relevant configuration:

Do you use tls? - NO Do you use callback? - NO Do you use username and password? - NO Which interfaces do you use (hmip/bidcos/wired)? - BIDCOS

Describe the bug After the Update to component Version 1.13.* the unit Bar ist not anymore displayed for the device HB-UNI-SEN-PRESS. Therefore I can't use the graphing anymore to see the history of the pressure.

To Reproduce Steps to reproduce the behavior: Open the graphing or check the Pressure value

SukramJ commented 2 years ago

Please export device definition as described [here],(https://github.com/danielperna84/custom_homematic#homematicip_localexport_device_definition) and add a screenshot of the entities attributes.

malt0r90 commented 2 years ago

Please find the screenshot attached.

Regarding device definition: I'm not sure how to export the definition as I don't know where I need to export the files. Files are also not in the folder mentioned. I haven't configured anything manually. Only used the GUI HB-UNI-SEN-PRESS_attributes .

malt0r90 commented 2 years ago

Additional Info:

when I add the unit of measurement Bar manually using the developer tools the graphing is correct until the value changes. HB-UNI-SEN-PRESS_dev_options HB-UNI-SEN-PRESS_with_unit

SukramJ commented 2 years ago

Regarding device definition: I'm not sure how to export the definition as I don't know where I need to export the files. Files are also not in the folder mentioned. I haven't configured anything manually. Only used the GUI

The service homematicip_local.export_device_definition can by found under development tools/services in the UI. If you execute it for your device, the files will be in the mentioned folders.

malt0r90 commented 2 years ago

Thanks for pointing me in the right direction. Please find both requested files attached: device_definitions.zip

SukramJ commented 2 years ago

fixed with 1.13.4