domoticz-zigbee2mqtt-plugin
domoticz-zigbee2mqtt-plugin copied to clipboard
lidl parkside water machine does not show up as new devices
Adding lidl parkside water valve to zigbee2mqtt is ok. It shows up in domoticz plug in. adding new devices is on. but there are no new devices
Additional information
Zigbee2MQTT version: 1.23
Python version:
Domoticz version: 2022.1 build 141 Plugin version: 3.1 beta
Logs Attach any additional logs here which might be useful: mqtt, domoticz, plugin logs 2022-08-29 11:11:57.012 Error: Zigbee2MQTT: 0x847127fffed814fa: can not process numeric item "timer"
2022-08-29 11:12:21.822 Error: Zigbee2MQTT: parkside water: can not process numeric item "timer"
2022-08-29 11:20:27.434 Error: Zigbee2MQTT: parkside water: can not process numeric item "timer" { "domoticz": { "device_id": "0x847127fffed814fa", "legacy_alias": "state", "unit": 1 }, "zigbee": { "address": "0x847127fffed814fa", "endpoint": "n/a", "feature": "state" } }, { "domoticz": { "device_id": "0x847127fffed814fa", "legacy_alias": "signal", "unit": 2 }, "zigbee": { "address": "0x847127fffed814fa", "endpoint": "n/a", "feature": "linkquality" } } ] }
added external converter to zigbee2mqtt, got two device now, but the timer_module can not be handled by domoticz
{ "domoticz": { "device_id": "0x847127fffed814fa", "legacy_alias": "state", "unit": 1 }, "zigbee": { "address": "0x847127fffed814fa", "endpoint": "n/a", "feature": "state" } }, { "domoticz": { "device_id": "0x847127fffed814fa", "legacy_alias": "signal", "unit": 2 }, "zigbee": { "address": "0x847127fffed814fa", "endpoint": "n/a", "feature": "linkquality" } }, { "domoticz": { "device_id": "0x847127fffed814fa", "legacy_alias": "btperc", "unit": 3 }, "zigbee": { "address": "0x847127fffed814fa", "endpoint": "n/a", "feature": "battery" } }, { "domoticz": { "device_id": "0x847127fffed814fa", "legacy_alias": "sched", "unit": 4 }, "zigbee": { "address": "0x847127fffed814fa", "endpoint": "n/a", "feature": "schedule_mode" } } ] }
delete the parkside and the two not working devices, removed the parkside from the zigbee configuration file, and finaly paired again. now we have 4 usefull devices in domoticz
however the timer settings of the parkside must be done with the front end of the zigbee2mqtt, see
picture
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.