Aeotec Multisensor 7 - reset

Begonnen von Paul Guijt, 07 Oktober 2025, 12:10:35

Vorheriges Thema - Nächstes Thema

Paul Guijt

To reset my sensor, I currently unplug the USB for a few seconds.

I see in the Engineering Specifications on page 2 that it knows a Command Class 'Device Reset Locally'. In Attr classes, DEVICE_RESET_LOCALLY is included.

Would it be possible to send the sensor a reset command?

Regards,
Paul
RasPi 2B, CUL 433, Jens' FW, Berker, HomeMatic, KlikaanKlikuit, RFXtrx443, Squeezebox, Z-Wave, TradFri in die Niederlände

rudolfkoenig

ZitatWould it be possible to send the sensor a reset command?
As far as I see, this cannot be done.

I found no hint of this class in the "Application-Command-Class-Specification".
zwave.js seems to lack a command, it just parses the message (which FHEM also does).
According to the zave.me documentation :
ZitatReports to the controller that device was resetted locally (using local button operation).
[...]This means the device is certainly not in our network anymore

IMHO this would be too much of a reset for your purpose.

rudolfkoenig

ZitatTo reset my sensor, I currently unplug the USB for a few seconds.
To what purpose?
FHEM has a meterReset command...

Paul Guijt

Because humidity, temperature and others stop updating. A reset gets him running again.
I don't know what meterReset does. The issue is in the Multisensor, not in Fhem.

I'm in parallel working with Aeotec support. If anything relevant comes up, I will share it.
RasPi 2B, CUL 433, Jens' FW, Berker, HomeMatic, KlikaanKlikuit, RFXtrx443, Squeezebox, Z-Wave, TradFri in die Niederlände

rudolfkoenig

ZitatI don't know what meterReset does.
Its a ZWave command.

https://fhem.de/commandref_modular.html#ZWave-set-meterReset
ZitatReset all accumulated meter values.
Note: see meterSupported command and its output to detect if resetting the value is supported by the device.
The command will reset ALL accumulated values, it is not possible to choose a single value.

Paul Guijt

Fine, but it isn't "meterRestart". My issue was that these readings (pl) were not updated. They aren't accumulations, just reporting current measurements.

Please forgive my ignorance.
RasPi 2B, CUL 433, Jens' FW, Berker, HomeMatic, KlikaanKlikuit, RFXtrx443, Squeezebox, Z-Wave, TradFri in die Niederlände

rudolfkoenig

I would test it anyway (if its supported), as it may affect the reporting.