hassio-addons / addon-zwave2mqtt

Z-Wave to MQTT - Home Assistant Community Add-ons
https://addons.community
MIT License
57 stars 27 forks source link

Aeotec ZW095 Home Energy Monitor cannot be configured #80

Closed embcla closed 3 years ago

embcla commented 3 years ago

Problem/Motivation

I have a ZW095 Home Energy Monitor. Out of the box it is configured to give an update when power reading varies by 50w/10%, while I want an absolute reading every 5s.

When the configuration tab is accessed and values are changed, it appears as if they were effectively changed while in fact they are not. Issuing a true "refresh configuration info" command, will show all configuration as it was originally.

Issuing configuration changes via ZWave SDK (PC Controller) instead has the desired effect.

Expected behavior

When new configuration is committed, it is indeed applied to the device or otherwise it's not shown as applied.

Actual behavior

Frontend shows everything working, while nothing is working.

Steps to reproduce

Connect a ZW05 Home Energy Monitor to a zwave2mqtt instance and notice that when disabling selective reporting, when refreshing the device configuration it is shown as still enabled.

Connect a ZW05 Home Energy Monitor to a zwave2mqtt instance and notice that when setting param 12-112-1-101 to any valid value, when refreshing the device configuration it is shown as 2 (default factory setting).

Connect a ZW05 Home Energy Monitor to a zwave2mqtt instance and notice that when setting param 12-112-1-111 to any valid value, when refreshing the device configuration it is shown as 5 (default factory setting).

Proposed changes

No idea

embcla commented 3 years ago

Original bug: https://github.com/OpenZWave/open-zwave/issues/2214