ioBroker / ioBroker.zwave

Legacy Z-Wave integration using OpenZWave
Other
24 stars 7 forks source link

Qubino (Goap) ZMNHCDx Flush Shutter Temperature readout 49°C #114

Open auster666 opened 4 years ago

auster666 commented 4 years ago

After including 4 Qubino Flush Shutters (with temperature sensor) the actual temperature shows up only for a view seconds (23.5°C). Then thereafter the temperature readings change to 49°C and remain on this value. All my 4 shutters behave the same way. On the object page/zwave.0/ Node2/SENOSR_MULTILEVEL/Air_Temperature_1/settings/raw the object shows following text: { "from": "system.adapter.zwave.0", "user": "system.user.admin", "ts": 1585684101879, "common": { "name": "Air Temperature", "type": "number", "role": "sensor", "unit": "C", "read": true, "write": false }, "native": { "value_id": "2-49-1-1", "type": "decimal", "genre": "user", "label": "Air Temperature", "units": "C", "help": "Air Temperature Sensor Value", "node_id": 2, "class_id": 49, "instance": 1, "index": 1, "min": 0, "max": 0, "read_only": true, "write_only": false, "is_polled": false }, "acl": { "object": 1638, "owner": "system.user.admin", "ownerGroup": "system.group.administrator", "state": 1638 }, "_id": "zwave.0.NODE2.SENSOR_MULTILEVEL.Air_Temperature_1", "type": "state" }

Is there any solution to get the correct temperature readings for the Qubino shutter? I tried to exclude / reinclude and resetting the modules - without any success.

Thanks for helping me.