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

HM-CC-RT-DN Batterie Low list reports Batterie OK #128

Closed
rookie50 opened this issue Jan 30, 2023 · 3 comments
Closed

HM-CC-RT-DN Batterie Low list reports Batterie OK #128

rookie50 opened this issue Jan 30, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@rookie50
Copy link

Hi Ciddi89,

the battery low list shows for the HM-CC-RT-DN only battery "OK" instead of the voltage value:

device-watcher.0.devices.lowBatteryList
[{"Device":"Heizung Kueche","Adapter":"Homematic RPC","Battery":"ok"}]

You can get the voltage value from DP: hm-rpc.0.XXXXXXXX.4.BATTERY_STATE

It work correct for HmIP-eTRV-B. There I see the voltage value.

Adapter version 2.5.0

Is it possible to change this? It strange to get a low battery report with status "OK" ;-)

Kind regards

Rookie50

@rookie50 rookie50 added the bug Something isn't working label Jan 30, 2023
@welcome
Copy link

welcome bot commented Jan 30, 2023

Thanks for opening your first issue here! ✨ Be sure to follow the issue template! ☝🏼

@ciddi89
Copy link
Collaborator

ciddi89 commented Jan 30, 2023

Hello @rookie50,

can you tell me which value the datapoint hm-rpc.0.xxxxxxx.0.OPERATING_VOLTAGE has in this case?

@rookie50
Copy link
Author

rookie50 commented Feb 3, 2023

Hi ciddi89, this device doesn't has this datapoint. In the datapoint list blow channle 0 is only LOWBAT. But this is not working. So you can't use this DP. The correct value of the battery is in DP hm-rpc.0.XXXXXXXX.4.BATTERY_STATE and the value is "2.3".

BTW, as the DP 0.LOWBAT is not working, you can get the alarm from DP hm-rpc.0.XXXXXXXX.4.FAULT_REPORTING

        "states": {
        "0": "NO_FAULT",
        "1": "VALVE_TIGHT",
        "2": "ADJUSTING_RANGE_TOO_LARGE",
        "3": "ADJUSTING_RANGE_TOO_SMALL",
        "4": "COMMUNICATION_ERROR",
        "5": "",
        "6": "LOWBAT",
        "7": "VALVE_ERROR_POSITION"
      },

I will add the complete DP's for this device in the forum.

ciddi89 added a commit that referenced this issue Feb 26, 2023
-   (ciddi89) Added: Signal adapter for notifications
-   (ciddi89) Added: Raw-List with all data of devices
-   (ciddi89) Added: FHEM TFA sensors [#137](#137)
-   (ciddi89) Improvement: Objecthandling of devices/instances
-   (ciddi89) Improvement: Adapter update data
-   (ciddi89) Fixed: HM-CC-RT-DN battery [#128](#128)
-   (ciddi89) Added/Changed: some texts in instance config
@ciddi89 ciddi89 closed this as completed Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants