ioBroker.zigbee icon indicating copy to clipboard operation
ioBroker.zigbee copied to clipboard

This object will not be created in future versions. Please report this to the developer.

Open Flux3PO opened this issue 2 years ago • 8 comments

<!--StartFragment-->

zigbee.0 | 2022-07-30 19:36:57.157 | info | DeviceConfigure successful 0x9035eafffed51bc1 TRADFRIbulbE14WScandleopal470lm
-- | -- | -- | --
zigbee.0 | 2022-07-30 19:36:57.038 | warn | This object will not be created in future versions. Please report this to the developer.
zigbee.0 | 2022-07-30 19:36:57.037 | warn | Object  zigbee.0.9035eafffed51bc1.power_on_behavior is invalid:  obj.common.states has an invalid type! Expected "object", received  "string"
zigbee.0 | 2022-07-30 19:36:57.023 | warn | This object will not be created in future versions. Please report this to the developer.
zigbee.0 | 2022-07-30 19:36:57.022 | warn | Object zigbee.0.9035eafffed51bc1.effect is invalid: obj.common.states has an invalid type! Expected "object", received "string"
zigbee.0 | 2022-07-30 19:36:57.015 | warn | This object will not be created in future versions. Please report this to the developer.
zigbee.0 | 2022-07-30 19:36:57.015 | warn | Object  9035eafffed51bc1.power_on_behavior is invalid: obj.common.states has an  invalid type! Expected "object", received "string"
zigbee.0 | 2022-07-30 19:36:57.015 | warn | This object will not be created in future versions. Please report this to the developer.
zigbee.0 | 2022-07-30 19:36:57.014 | warn | Object 9035eafffed51bc1.effect is invalid: obj.common.states has an invalid type! Expected "object", received "string"
zigbee.0 | 2022-07-30 19:36:56.962 | warn | download  icon from https://www.zigbee2mqtt.io/images/devices/LED1949C5.jpg saved  into /opt/iobroker/node_modules/iobroker.zigbee/admin/img/LED1949C5.png
zigbee.0 | 2022-07-30 19:36:56.946 | info | Configuring 0x9035eafffed51bc1 TRADFRIbulbE14WScandleopal470lm
zigbee.0 | 2022-07-30 19:36:56.942 | info | Device  '0x9035eafffed51bc1' is supported, identified as: IKEA TRADFRI LED bulb  E12/E14 450/470 lumen, wireless dimmable white spectrum/chandelier opal  white (LED1949C5)
zigbee.0 | 2022-07-30 19:36:56.941 | info | Successfully interviewed '0x9035eafffed51bc1', device has succesfully been paired
zigbee.0 | 2022-07-30 19:36:55.669 | info | Starting interview of '0x9035eafffed51bc1'
zigbee.0 | 2022-07-30 19:36:39.643 | info | Zigbee: allowing new devices to join.

<!--EndFragment-->
</body>
</html>

The Image is not shown as the error above has reported: grafik

Is there anything else I can do top help ?

mod edit: code tags around error messages

Flux3PO avatar Jul 30 '22 19:07 Flux3PO

Please post the expert view of the objects listed in the error message.

A.

asgothian avatar Aug 01 '22 16:08 asgothian

Please post the expert view of the objects listed in the error message.

A.

Hi, thanks for taking a look at this, will do if you tell me how I do this. Sorry I'm a noob

Flux3PO avatar Aug 01 '22 16:08 Flux3PO

Click here to open the data (the little pen icon to the right near the tooltip)

Screen Shot 2022-08-01 at 22 48 34

copy the text from this window and paste it.

Please ensure to put it in code tags (<>)

Screen Shot 2022-08-01 at 22 49 12

asgothian avatar Aug 01 '22 20:08 asgothian

Click here to open the data (the little pen icon to the right near the tooltip)

Screen Shot 2022-08-01 at 22 48 34

copy the text from this window and paste it.

Please ensure to put it in code tags (<>)

Screen Shot 2022-08-01 at 22 49 12

{ "type": "state", "common": { "name": "Message from Zigbee", "type": "string", "read": true, "write": false, "role": "state" }, "native": {}, "from": "system.adapter.zigbee.0", "user": "system.user.admin", "ts": 1659202617018, "_id": "zigbee.0.9035eafffed51bc1.msg_from_zigbee", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" } }

Let me know if you need anything else ?

Flux3PO avatar Aug 02 '22 09:08 Flux3PO

Please read what I wrote. I need the information from the states listed in your log file, not the sample state I posted.

asgothian avatar Aug 02 '22 11:08 asgothian

Please read what I wrote. I need the information from the states listed in your log file, not the sample state I posted.

Sorry misunderstood this. here you go:

effect:

{ "type": "state", "common": { "name": "Triggers an effect on the light (e.g. make light blink for a few seconds)", "type": "string", "states": "blink:blink;breathe:breathe;okay:okay;channel_change:channel_change;finish_effect:finish_effect;stop_effect:stop_effect", "read": true, "write": true, "role": "state" }, "native": {}, "from": "system.adapter.zigbee.0", "user": "system.user.admin", "ts": 1659202617022, "_id": "zigbee.0.9035eafffed51bc1.effect", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" } }

power_on_behavior:

{ "type": "state", "common": { "name": "Controls the behavior when the device is powered on", "type": "string", "states": "off:off;previous:previous;on:on", "read": true, "write": true, "role": "state" }, "native": {}, "from": "system.adapter.zigbee.0", "user": "system.user.admin", "ts": 1659202617037, "_id": "zigbee.0.9035eafffed51bc1.power_on_behavior", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" } }

Are you looking into the picture issue too or is there anything I can do to fix this ?

Flux3PO avatar Aug 02 '22 17:08 Flux3PO

Thank you. I will review the information. As it looks now, there is no issue for you using the devices so you can safely ignore the warnings for now.

asgothian avatar Aug 03 '22 07:08 asgothian

Thank you. I will review the information. As it looks now, there is no issue for you using the devices so you can safely ignore the warnings for now.

Thanks and what about the icon ?

Flux3PO avatar Aug 03 '22 16:08 Flux3PO

Thanks and what about the icon ?

sry but.. RTFM https://github.com/ioBroker/ioBroker.zigbee/wiki/Missing-icons-after-adatapter-Update

arteck avatar Aug 15 '22 10:08 arteck

Thanks and what about the icon ?

sry but.. RTFM https://github.com/ioBroker/ioBroker.zigbee/wiki/Missing-icons-after-adatapter-Update

You are correct, I should have read it. Thanks you very much !

Flux3PO avatar Aug 16 '22 05:08 Flux3PO