ioBroker / ioBroker.zigbee

Zigbee communcation with Hue, Xiaomi, Lighttify... via TI CC2xxx USB stick
MIT License
309 stars 190 forks source link

livarno led smart light bar not working #1420

Closed 2Moon4 closed 1 year ago

2Moon4 commented 2 years ago

Hello,

(this is my first issue on github - so let me know if i missed something and perhaps need more information.)

I have a new device - but it will not work: https://www.zigbee2mqtt.io/devices/14149505L_14149506L.html

The zigbee Interview is successful and objects in the zigbee-adapter tree appear. Screenshot 2022-04-19 181840

Screenshot 2022-04-19 180819

(The values in these objects was set manually from me.)

The link_quality object is set properly - weired. So this is working. But nothing else. No changes at any object i made go to the device. I tryed to "reconfigure" the device within the zigbee-adapter. But there was an error i don't understand.


2022-04-19 17:30:33.418 - info: zigbee.0 (1022) Zigbee: allowing new devices to join. 2022-04-19 17:31:09.501 - info: zigbee.0 (1022) Starting interview of '0xb4e3f9fffee55df9' 2022-04-19 17:31:09.657 - warn: zigbee.0 (1022) Device '0xb4e3f9fffee55df9' announced itself 2022-04-19 17:31:09.755 - warn: zigbee.0 (1022) Object b4e3f9fffee55df9.effect is invalid: obj.common.states has an invalid type! Expected "object", received "string" 2022-04-19 17:31:09.756 - warn: zigbee.0 (1022) This object will not be created in future versions. Please report this to the developer. 2022-04-19 17:31:09.794 - warn: zigbee.0 (1022) Object zigbee.0.b4e3f9fffee55df9.effect is invalid: obj.common.states has an invalid type! Expected "object", received "string" 2022-04-19 17:31:09.795 - warn: zigbee.0 (1022) This object will not be created in future versions. Please report this to the developer. 2022-04-19 17:31:10.950 - info: zigbee.0 (1022) Successfully interviewed '0xb4e3f9fffee55df9', device has succesfully been paired 2022-04-19 17:34:44.778 - info: zigbee.0 (1022) Zigbee: stop joining 2022-04-19 17:36:43.873 - info: zigbee.0 (1022) Configuring 0xb4e3f9fffee55df9 TS0505B 2022-04-19 17:36:43.883 - error: zigbee.0 (1022) Reconfigure failed 0xb4e3f9fffee55df9 TS0505B, (TypeError: Cannot read property 'configure' of null at DeviceConfigure.doConfigure (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceConfigure.js:145:28) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:95:5) at async Promise.all (index 0) at Commands.reconfigure (/opt/iobroker/node_modules/iobroker.zigbee/lib/commands.js:483:21)) 2022-04-19 17:43:20.860 - warn: zigbee.0 (1022) DeviceAvailability:Stopping to ping 0xb4e3f9fffee55df9 TS0505B after 11 ping attempts


My system configuration is: raspberry pi 4 CC2652P2 Zigbee controller

Screenshot 2022-04-19 181756

raspberrypi Infos:

Plattform linux Betriebssystem linux Architektur arm CPUs 4 Geschwindigkeit 1500 MHz Modell ARMv7 Processor rev 3 (v7l) RAM 1.83 GB System-Betriebszeit 8 T. 03:48:12 Node.js v14.19.0 (Es gibt eine neuere Version: v14.19.1) time 1650385365926 timeOffset -120 Anzahl der Adapter 406 NPM 6.14.16 Datenträgergröße 29.07 GB freier Festplattenspeicher 22.97 GB Betriebszeit 8 T. 03:48:06 Aktive Instanzen 13 location /opt/iobroker/

asgothian commented 2 years ago

which adapter version do you have installed ?

asgothian commented 2 years ago

Duplicate of #1414

2Moon4 commented 2 years ago

Thank you for your update! This is sad: i REALLY searched for such issue - but i haven't found anything. Sorry for the inconvinience.

asgothian commented 2 years ago

You did not answer the question. The device should be supported with the correct adapter version - the data you posted indicates that it is not in yours.

2Moon4 commented 2 years ago

Hello,

the adapter version is: v1.6.16

asgothian commented 2 years ago

You can attempt to install the 1.6.17 from GitHub without removing and repairing the device. There is a good chance that it will be supported as Arteck updated support for a new version of the zigbee-herdsman-converters.

2Moon4 commented 2 years ago

Ok - i will try to do so in the next days. Before this change i want to do a complete backup.

2Moon4 commented 2 years ago

Hi,

with the new Zigbee Version 1.7.5. the smart LED Light Bar works! Thank you!