stas-demydiuk / domoticz-zigbee2mqtt-plugin

zigbee2mqtt plugin for domoticz
MIT License
136 stars 99 forks source link

lidl parkside water machine does not show up as new devices #820

Closed tonbor closed 1 year ago

tonbor commented 1 year ago

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: Screenshot_20220829-112435_Firefox

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" } } ] }

tonbor commented 1 year ago

image 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" } } ] }

tonbor commented 1 year ago

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 Screenshot_20220901-194206_Firefox

tonbor commented 1 year ago

however the timer settings of the parkside must be done with the front end of the zigbee2mqtt, see Screenshot_20220915_091707_Firefox picture

stale[bot] commented 1 year ago

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.