stas-demydiuk / domoticz-zigbee2mqtt-plugin

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

Depricated RType (devices) for API request #872

Closed secator76 closed 5 months ago

secator76 commented 6 months ago

Issue description I have a error message when i open the zigbee2mqtt tab in domoticz. only, one message. Only, a single message each time i open it

Additional information Zigbee2MQTT version: 1.34.0 Python version: 3.9.2 Domoticz version: 2023.2 (build 15457 Plugin version:v. 3.2.0-beta

Logs 2023-12-30 10:12:16.062 [WebServer] Deprecated RType (devices) for API request. Handled via fallback (getdevices), please use correct API Command! (192.168.1.32)

secator76 commented 6 months ago

problem resolved with version 2024.1 of domoticz. Sorry

tanki658 commented 5 months ago

It's not true. Domoticzt version: 2024.2 Python 3.9.2

Domoticz logs: 2024-01-21 14:07:53.976 [WebServer] Deprecated RType (devices) for API request. Handled via fallback (getdevices), please use correct API Command! (xxx.xxx.xxx.xxx)

Could you please solve the problem?

tanki658 commented 5 months ago

Have you written any update?

secator76 commented 5 months ago

with this configuration, I don't get any error messages (since domoticz 2024.1):

Zigbee2MQTT version: 1.35.1 Python version: 3.9.2 Domoticz version: 2024.3 Plugin version:v. 3.2.0-beta commit 660db3f ### (maybe do a "git pull")

tanki658 commented 5 months ago

git pull resolved the problem ;)

Do you know what can solve this problem:

2024-01-30 18:30:36.119 zigbee: Alias for handling level(endpoint: n/a) feature of device 0x84ba20fffe2a45d7 already exists in plugin configuration but Domoticz logical device with ID 0x84ba20fffe2a45d7(unit: 11) is not found. If you have removed device and want plugin to recreate it, please remove alias from configuration as well. 2024-01-30 18:30:36.121 zigbee: Trying to get legacy device 0x84ba20fffe2a45d7(wnd) 2024-01-30 18:30:36.121 zigbee: No such device found 2024-01-30 18:30:36.122 zigbee: Alias for handling wnd(endpoint: n/a) feature of device 0x84ba20fffe2a45d7 already exists in plugin configuration but Domoticz logical device with ID 0x84ba20fffe2a45d7(unit: 12) is not found. If you have removed device and want plugin to recreate it, please remove alias from configuration as well. 2024-01-30 18:30:36.123 zigbee: Trying to get legacy device 0x84ba20fffe2a45d7(child) 2024-01-30 18:30:36.123 zigbee: No such device found 2024-01-30 18:30:36.125 zigbee: Alias for handling child(endpoint: n/a) feature of device 0x84ba20fffe2a45d7 already exists in plugin configuration but Domoticz logical device with ID 0x84ba20fffe2a45d7(unit: 13) is not found. If you have removed device and want plugin to recreate it, please remove alias from configuration as well. 2024-01-30 18:30:36.125 zigbee: Received available devices groups from bridge

secator76 commented 5 months ago

what is the reference of this device: 0x84ba20fffe2a45d7 ?

tanki658 commented 5 months ago

Tuya zigbee 3.0 radiator valve SHF-IS33068 like this: https://allegro.pl/oferta/termostatyczne-zawory-grzejnikowe-tuya-zigbee-3-0-14868046235?reco_id=bd26a054-bfa8-11ee-a572-0e065292b3e2&sid=0e7a5475e04eefd78184d559df6fb9f87c889ad5ac94196dac75ac99722370c3&bi_s=archiwum_allegro&bi_c=Product&bi_m=reco&

secator76 commented 5 months ago

Tuya zigbee 3.0 radiator valve SHF-IS33068 : I can't find it in the list of supported devices. https://www.zigbee2mqtt.io/advanced/support-new-devices/02_support_new_tuya_devices.html

tanki658 commented 5 months ago

SHF-IS33068 is the same than TS-0601.

image

secator76 commented 5 months ago

erase unit: 11,unit: 12 and unit: 13 for the device 0x84ba20fffe2a45d7 in the "configuration plugin" tab (be careful) , enable "accept new devices" in domoticz and pair the device 0x84ba20fffe2a45d7 .

2024-02-01_164018

tanki658 commented 5 months ago

Thank you. I removed all devices and then reinstalled zigbee2mqtt. Now it is working without any problems.