Zigbee binding

Add a DateTime item and a rule when it’s triggered so you know if it’s been triggered at all. If the DateTime item has changed at all, then you know that the PIR is working. Most PIR sensors have a sleep time so you probably need to configure that.

Hi all. I’m new to Zigbee, and when I was researching what devices to get, I missed the supported devices section. I bought a couple of Centralite temperature + humidity sensors. The temperature is being reported, but humidity isn’t showing up at all. There are also fields for “Battery Voltage” and “Battery Alarm”. Both of which I believe are being properly displayed. I have removed and re-added the sensors, to see if that would get either to show the humidity. Is there interest in working towards making them supported? Any help would be great! I have the event logs from when I re-added the sensors, if that would be useful.

Did you get this working? Looking at the XML it looks like a reasonably standard switch/level control server.

If it’s not working, can you provide a debug log - depending on what that shows, a sniffer log might help, but I don’t think it is needed here…

I should have added my log from adding my sensors when I made my first post.
Here is are both my events and openhab log, pertaining to Zigbee devices.
zigbee_events.txt (501.3 KB)
zigbee_Openhab.txt (2.1 KB)
If anyone can help get the humidity reading, or tell me what other info is needed, that would be greatly appreciated.

Unfortunately the logs don’t help too much. In general, the events log is of no use for debugging, and while the openhab log file is normally useful (if debug information has been added?), in this case it is short and only shows that the port can’t be opened.

Recommended steps -:

  • Ensure that you enable debug logging (see the bottom of the ZigBee binding doc)
  • Once debug logging is enabled, then restart the binding and periodically wake up the device (eg let’s say wake it up every 5 seconds for a couple of minutes - just so that we know it is awake :slight_smile: ). I suspect with this device, this is done by pressing a button on the device.
  • Check if it is still not working as the restart may make it start working as it will reinitialise the bindings and reporting configuration
  • Provide this log (it may be large so you may need to dump it in dropbox or something similar)
  • Provide the network.xml file from the {userdata}/zigbee folder

I’ve just updated the low level ZigBee libraries. This fixes an important bug (thanks @puzzle-star) so it would be work updating to the latest version (1.1.10) using @5ivers super upgrade script.

For those feeling a little more adventurous, you might like to try the snapshot version (1.1.11-SNAPSHOT). This has the same bug fix and enhancements as 1.1.10, but additionally has the first cut of a new transaction manager. This is intended to ultimately improve the sending of messages to devices by queuing frames and only releasing messages as required. This should help reduce problems associated with sending too many broadcasts at once, or sending messages to a device too quickly. This is still WIP, and will hopefully also add some more features such as prioritisation, but I’d welcome any comments from users to see if it at least is no worse than the current implementation :roll_eyes:

1 Like

Thanks Chris,
I have enabled debugging per the ZigBee binding doc, I restated all the bundles that had ZigBee in their names and pushed the button on the device every few seconds for a couple minutes. I checked to see if anything changed, and saved the log and network.xml. There are 3 of them in the Zigbee folder, 2 are really small, I’ve uploaded the biggest, and most recently updated to Dropbox, along with the log file. Before posting, I just rechecked the Things page, and their status is “UNINITIALIZED - HANDLER_INITIALIZING_ERROR” and looking at each device, it still doesn’t have humidity as a channel.

I upgraded the binding and libraries, but when the binding was starting I got an error that the serial port was already in use. Restarting the binding didn’t help, but restarting OH got it running. I’ve never seen this before after an update… maybe just my setup or a one time glitch. We’ll see next time I update.

As for the libraries, everything appears to be functioning so far!

Thanks @5iver. The serial port issue shouldn’t be related to the changes, so I’m gonna put it down to a one off (even if it happens again :smile: ).

Let me know if you notice any difference (better or worse) - even if it’s just a feeling…

The serial issue is repeatable. :slightly_frowning_face:

I also had garbage jars come down… but maybe a build was running.

Strange - looking at the list of changes in the binding, nothing should impact the serial port -:

What was the previous version you were using?

I just recently posted the versions here…

It will be interesting if others see this, or if it is just my setup. I had been using a compiled version of nrjavaserial to get around lock issues, but took that out about a month ago, IIRC. And I thought I’d upgraded a few times since then. I have some more investigation to do… actually, this will be a good one for my wife to look at!

1 Like

Hello Chris,
no the dimmer isn’t working with the zigbee binding, here is a log.

|18:11:44.<small>810</small>|38703|[<small>RX 84 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18577)|
| --- | --- | --- |
|18:11:44.<small>820</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18578)|
|18:11:46.<small>829</small>|38703|[<small>RX 87 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18588)|
|18:11:46.<small>853</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18589)|
|18:11:47.<small>614</small>|38703|[<small>TX 9E ReadAttributesCommand cluster=ON_OFF  **identifiers** =[0]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18590)|
|18:11:49.<small>867</small>|38703|[<small>RX 8E ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18603)|
|18:11:49.<small>893</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18604)|
|18:11:51.<small>858</small>|38703|[<small>RX 91 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18610)|
|18:11:51.<small>878</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18611)|
|18:11:52.<small>256</small>||[<small>STATE UPDATE zigbee:device:05001B6B:d0cf5efffe72cf68:D0CF5EFFFE72CF68_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18621)|
|18:11:54.<small>822</small>|38703|[<small>RX 98 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18637)|
|18:11:54.<small>835</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18638)|
|18:11:55.<small>614</small>|38703|[<small>TIMEOUT 9E ReadAttributesCommand cluster=ON_OFF  **identifiers** =[0]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18639)|
|18:11:55.<small>630</small>|38703|[<small>TX A2 ReadAttributesCommand cluster=LEVEL_CONTROL  **identifiers** =[0]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18640)|
|18:11:56.<small>862</small>|38703|[<small>RX 9B ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18648)|
|18:11:56.<small>892</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18649)|
|18:11:59.<small>891</small>|38703|[<small>RX A2 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18657)|
|18:11:59.<small>925</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18658)|
|18:12:01.<small>868</small>|38703|[<small>RX A5 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18666)|
|18:12:01.<small>894</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18667)|
|18:12:03.<small>162</small>||[<small>COMMAND RECEIVED zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 28 [PercentType]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18672)|
|18:12:03.<small>182</small>|38703|[<small>TX A5 MoveToLevelWithOnOffCommand  **level** =71  **transitionTime** =10</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18673)|
|18:12:04.<small>699</small>||[<small>STATE UPDATE zigbee:device:05001B6B:000b57fffeb92eb9:000B57FFFEB92EB9_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18692)|
|18:12:04.<small>991</small>|38703|[<small>RX AC ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18697)|
|18:12:05.<small>005</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18699)|
|18:12:06.<small>889</small>|38703|[<small>RX AF ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18713)|
|18:12:06.<small>917</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18714)|
|18:12:09.<small>870</small>|38703|[<small>RX B6 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18722)|
|18:12:09.<small>886</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18723)|
|18:12:10.<small>394</small>||[<small>STATE UPDATE zigbee:device:05001B6B:90fd9ffffe320172:90FD9FFFFE320172_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18733)|
|18:12:11.<small>182</small>|38703|[<small>TIMEOUT A5 MoveToLevelWithOnOffCommand  **level** =71  **transitionTime** =10</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18743)|
|18:12:11.<small>833</small>|38703|[<small>RX B9 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18749)|
|18:12:11.<small>850</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18751)|
|18:12:14.<small>630</small>||[<small>STATE UPDATE zigbee:device:05001B6B:000b57fffed5da47:000B57FFFED5DA47_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18768)|
|18:12:14.<small>931</small>|38703|[<small>RX C0 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18774)|
|18:12:14.<small>959</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18775)|
|18:12:15.<small>331</small>||[<small>STATE UPDATE zigbee:device:05001B6B:d0cf5efffe1fa5e9:D0CF5EFFFE1FA5E9_1_colortemperature 50</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18789)|
|18:12:15.<small>671</small>||[<small>STATE UPDATE zigbee:device:05001B6B:d0cf5efffe1fa5e9:D0CF5EFFFE1FA5E9_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18798)|
|18:12:16.<small>549</small>||[<small>COMMAND RECEIVED zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 0 [PercentType]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18808)|
|18:12:16.<small>564</small>|38703|[<small>TX OffCommand</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18809)|
|18:12:16.<small>918</small>|38703|[<small>RX C3 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18816)|
|18:12:16.<small>945</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18817)|
|18:12:19.<small>671</small>|38703|[<small>RX C9 QueryNextImageCommand</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18829)|
|18:12:19.<small>819</small>|38703|[<small>RX CB ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18832)|
|18:12:19.<small>832</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18833)|
|18:12:21.<small>873</small>|38703|[<small>RX CE ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18838)|
|18:12:21.<small>898</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18839)|
|18:12:24.<small>564</small>|38703|[<small>TIMEOUT OffCommand</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18847)|
|18:12:24.<small>851</small>|38703|[<small>RX D5 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18850)|
|18:12:24.<small>878</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18851)|
|18:12:26.<small>852</small>|38703|[<small>RX D8 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18857)|
|18:12:26.<small>864</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18858)|
|18:12:30.<small>027</small>|38703|[<small>RX DF ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18865)|
|18:12:30.<small>035</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18866)|
|18:12:31.<small>811</small>|38703|[<small>RX E2 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18873)|
|18:12:31.<small>820</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18874)|
|18:12:34.<small>831</small>|38703|[<small>RX E9 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18886)|
|18:12:34.<small>854</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18887)|
|18:12:36.<small>838</small>|38703|[<small>RX EC ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18892)|
|18:12:36.<small>857</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18893)|
|18:12:37.<small>765</small>|38703|[<small>RX EE QueryNextImageCommand</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18899)|
|18:12:37.<small>818</small>||[<small>STATE UPDATE zigbee:device:05001B6B:90fd9ffffe0f19b7:90FD9FFFFE0F19B7_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18906)|
|18:12:38.<small>356</small>||[<small>STATE UPDATE zigbee:device:05001B6B:d0cf5efffeb35f9b:D0CF5EFFFEB35F9B_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18923)|
|18:12:39.<small>883</small>|38703|[<small>RX F4 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18937)|
|18:12:39.<small>896</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18939)|
|18:12:41.<small>874</small>|38703|[<small>RX F7 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18953)|
|18:12:41.<small>883</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18954)|
|18:12:44.<small>869</small>|38703|[<small>RX FE ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18967)|
|18:12:44.<small>893</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18969)|
|18:12:46.<small>898</small>|38703|[<small>RX 01 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18978)|
|18:12:46.<small>917</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18979)|
|18:12:49.<small>841</small>|38703|[<small>RX 08 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18991)|
|18:12:49.<small>858</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18992)|
|18:12:51.<small>828</small>|38703|[<small>RX 0B ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18998)|
|18:12:51.<small>841</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-18999)|
|18:12:53.<small>413</small>|38703|[<small>TX C2 ReadAttributesCommand cluster=ON_OFF  **identifiers** =[0]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19003)|
|18:12:54.<small>869</small>|38703|[<small>RX 12 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19013)|
|18:12:54.<small>883</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19014)|
|18:12:55.<small>654</small>|38703|[<small>RX 13 QueryNextImageCommand</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19017)|
|18:12:56.<small>174</small>||[<small>STATE UPDATE zigbee:device:05001B6B:d0cf5efffe72cf68:D0CF5EFFFE72CF68_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19027)|
|18:12:56.<small>827</small>|38703|[<small>RX 16 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19037)|
|18:12:56.<small>841</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19038)|
|18:12:59.<small>826</small>|38703|[<small>RX 1D ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19048)|
|18:12:59.<small>843</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19049)|
|18:13:01.<small>413</small>|38703|[<small>TIMEOUT C2 ReadAttributesCommand cluster=ON_OFF  **identifiers** =[0]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19052)|
|18:13:01.<small>418</small>|38703|[<small>TX C6 ReadAttributesCommand cluster=LEVEL_CONTROL  **identifiers** =[0]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19053)|
|18:13:01.<small>819</small>|38703|[<small>RX 20 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19060)|
|18:13:01.<small>827</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19061)|
|18:13:04.<small>914</small>|38703|[<small>RX 27 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19076)|
|18:13:04.<small>940</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19078)|
|18:13:04.<small>996</small>||[<small>STATE UPDATE zigbee:device:05001B6B:000b57fffeb92eb9:000B57FFFEB92EB9_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19084)|
|18:13:06.<small>831</small>|38703|[<small>RX 2A ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19097)|
|18:13:06.<small>846</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19098)|
|18:13:09.<small>418</small>|38703|[<small>TIMEOUT C6 ReadAttributesCommand cluster=LEVEL_CONTROL  **identifiers** =[0]</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19103)|
|18:13:09.<small>853</small>|38703|[<small>RX 31 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19106)|
|18:13:09.<small>871</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19107)|
|18:13:10.<small>970</small>||[<small>STATE UPDATE zigbee:device:05001B6B:90fd9ffffe320172:90FD9FFFFE320172_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19116)|
|18:13:11.<small>842</small>|38703|[<small>RX 34 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19134)|
|18:13:11.<small>859</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19135)|
|18:13:14.<small>827</small>|38703|[<small>RX 3B ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19143)|
|18:13:14.<small>845</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19144)|
|18:13:16.<small>477</small>||[<small>STATE UPDATE zigbee:device:05001B6B:000b57fffed5da47:000B57FFFED5DA47_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19155)|
|18:13:16.<small>975</small>|38703|[<small>RX 3E ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19170)|
|18:13:16.<small>991</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19172)|
|18:13:17.<small>624</small>||[<small>STATE UPDATE zigbee:device:05001B6B:d0cf5efffe1fa5e9:D0CF5EFFFE1FA5E9_1_colortemperature 50</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19181)|
|18:13:17.<small>924</small>||[<small>STATE UPDATE zigbee:device:05001B6B:d0cf5efffe1fa5e9:D0CF5EFFFE1FA5E9_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19191)|
|18:13:19.<small>840</small>|38703|[<small>RX 45 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19205)|
|18:13:19.<small>865</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19206)|
|18:13:21.<small>822</small>|38703|[<small>RX 48 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19212)|
|18:13:21.<small>829</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19213)|
|18:13:24.<small>833</small>|38703|[<small>RX 4F ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19221)|
|18:13:24.<small>849</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19222)|
|18:13:26.<small>830</small>|38703|[<small>RX 52 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19228)|
|18:13:26.<small>844</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19229)|
|18:13:29.<small>854</small>|38703|[<small>RX 59 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19240)|
|18:13:29.<small>865</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19241)|
|18:13:31.<small>826</small>|38703|[<small>RX 5C ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19247)|
|18:13:31.<small>841</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19248)|
|18:13:34.<small>849</small>|38703|[<small>RX 63 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19263)|
|18:13:34.<small>872</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19264)|
|18:13:36.<small>830</small>|38703|[<small>RX 66 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19270)|
|18:13:36.<small>843</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19272)|
|18:13:39.<small>828</small>|38703|[<small>RX 6D ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19282)|
|18:13:39.<small>846</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19283)|
|18:13:41.<small>872</small>||[<small>STATE UPDATE zigbee:device:05001B6B:90fd9ffffe0f19b7:90FD9FFFFE0F19B7_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19295)|
|18:13:42.<small>145</small>|38703|[<small>RX 70 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19302)|
|18:13:42.<small>153</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19304)|
|18:13:42.<small>209</small>||[<small>STATE UPDATE zigbee:device:05001B6B:d0cf5efffeb35f9b:D0CF5EFFFEB35F9B_1_dimmer OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19313)|
|18:13:44.<small>659</small>|38703|[<small>RX 76 QueryNextImageCommand</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19335)|
|18:13:44.<small>830</small>|38703|[<small>RX 78 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19338)|
|18:13:44.<small>844</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19339)|
|18:13:46.<small>826</small>|38703|[<small>RX 7B ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19348)|
|18:13:46.<small>839</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19349)|
|18:13:49.<small>860</small>|38703|[<small>RX 82 ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19357)|
|18:13:49.<small>874</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19358)|
|18:13:51.<small>860</small>|38703|[<small>RX 85 ReportAttributesCommand cluster=LEVEL_CONTROL</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19365)|
|18:13:51.<small>873</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19366)|
|18:13:54.<small>843</small>|38703|[<small>RX 8C ReportAttributesCommand cluster=ON_OFF</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19375)|
|18:13:54.<small>863</small>||[<small>STATE UPDATE zigbee:device:05001B6B:00158d0002927954:00158D0002927954_1_dimmer 100</small>](https://www.cd-jackson.com/index.php/openhab/zigbee-log-viewer#info-19376)|

I’ve noticed the same too, but in my case it seems to only be one of my three color bulbs. The other two don’t have this issue for some reason.

This is still being worked on, but UNDEF will be displayed in future when a color bulb is in CT mode.

Chris - if that is the case - how are we supposed to know if a bulb is on or not / get the brightness?

(my angle: I use a rule that auto adjusts CT throughout the day so I have daylight cool white during the day and then it shifts at night to warm white based on either the actual sunset or my alarm clock for the next day - whichever is earlier. Because of that I loop through and update the CT value for online bulbs only to save on network traffic/ If a bulb receives a change in CT i believe it powers up. My guess is that whenever offline I would still aways get a 0,0,0 from the color item? I think thats what I’ve noticed so at it least prevents me from sending the signal to offline bulbs still. My workaround has been to just send the CT whenever I get an UNDEF color item state)

You would need to look at the CT channel I guess. This will work the same - if the bulb is in Color mode then the CT channel will show UNDEF. This is what was implemented for the Hue binding so the Qivicon guys also make the change in the ZigBee binding.

CT is also a dimmer so it will also be able to show the on off state.

1 Like

Ah ok - that makes sense then I guess… so when offline Color item should show 0,0,0 ? I am a bit confused as to how we can get any information out of the CT item though as the Dimmer is for the CT only showing warm(100) to cool(0) - where would the brightness or on/off info be stored in that item - would we just need to cast it to something to get that info?

No - I believe it would show UNDEF as it is undefined.

Good question - this is probably missing :frowning:

Maybe it is worth discussing this further on the github issues -:

I don’t really think OH has a good concept for CT channels so maybe this requires more discussion in general.

1 Like

Strangely, my bulbs (IKEA of Sweden TRADFRI bulb E26 CWS opal 600lm) don’t have a CT channel, only color so i’m not sure if they support CT. There also used to be a separate dimmer and switch channels but those went away with one of the binding updates.