Moes Zigbee Button Press Creates Two Events

I have a few of these switches and they seem to be well used. I have noticed every few months a strange behaviour and I have been trying to narrow it down.

From time to time, with no obvious cause or remedy they register two actions. They turn the lights they are controlling on and then immediately off again (or vice versa).

I use Room Lighting but I dont think this is the cause.

From looking at the logs the button press is registered twice.

In the scenario below I pressed it once initially (two events and the button registered two events and the light turned on then off.

I then did a digital button press from within the device screen. This created one event and I could do another "press" and it went off.

I then did another physical press and it did the double event seen in the logs.

Device details are below

TZ3000_gbm10jnj

TS0043

I am using the Tuya Zigbee Scene Switch Driver

This behaviour has occured on multiple hub platform versions. I am currently on 2.4.0.125 and have a C8 Pro

This exact situation has plagued me recently. More than a year without ever having an issue, and then it started intermittently two months ago. Planned to attack it today, but then (of course) the button behaved properly.

I'm kinda glad it's happening to someone else.

Have to say WAF is suffering

There doesn't seem to be any reason why it starts to occur and what makes it go away

I can't explain why it's random for you but this sounds like the debouncing issue. I had the same issue using the Tuya Zigbee Scene Switch Driver. I had to increase the time of what was in the driver. I want to say I upped it to 3 seconds but it's been a while.

I've noticed that the phantom push is about 1 second after the first real push. (And, yes, the phantom pushes have resumed this afternoon :slight_smile:

Can you share more details about how you changed this? Was it a change to the driver code?

I think this driver is in built?

You can also try this driver, however I don't expect the strange behaviour to change.

Some Tuya scene controllers send two or three events after a button is pressed, and the custom driver has built-in debounce logic for these. However, your device is not on the problematic devices list.

The driver works like a champ for filtering out the phantom presses. Thanks!

1 Like

I purchased 4 of these MOES buttons and had the same issue, double toggle.
image
I was using this driver:
image

When I switched to this driver the buttons are working fine.
image

2 Likes

I have ( 6 ) of these and also use : Tuya Scene Switch TS004F
They all work fine :slight_smile:

1 Like

As a hobbyist community developer, I have the freedom to use magic and voodoos —something that a professional software engineer is not allowed to do. :crazy_face:

3 Likes

Thanks for your help and input.

I've tried the driver suggested. No change in the behaviour reported though :frowning:

I have added debouncing for your device. Please update manually to the latest 'Tuya Scene Switch TS004F' version 2.7.4 and let me know whether the duplicated button press issue is fixed.

Thanks for the amended driver. Have just uploaded/installed

Same behaviour

Thanks

1 Like

I think that I see where the problem is. All other problematic Tuya scene switches send the duplicated events 800 milliseconds apart. This device, however sends the duplicated events after about 1000 milliseconds....

Can you edit the code - on line 216 set the debounce time to 1500 :

image

Then click on the Save button within the code editor.

If this works, I will make the debouncing timer configurable.

No joy, I made the change and it still does it.

I continued to increase the number steadily up to 8000 and the issue remains.

Thanks

Is your device TS0043 TZ3000_gbm10jnj ?

Can you select/copy & paste the complete Device Data section as text?

Details below - Not all the fields in the instructions were on any of the tabs for the Device, not sure if that's due to the version I am using? (2.4.0.125)

Device Details
Create Time
04/12/2023, 11:05:04
Last Update Time
02/12/2024, 14:57:29
Last Activity At
03/12/2024, 10:14:30
Controller Type
ZGB
Data
endpointId: 01
application: 42
manufacturer: _TZ3000_gbm10jnj
model: TS0043

The instructions for copying the Data Details section as text are not quite correct anymore with the HE beta platform 2.4.0.x anymore .. :frowning:

The last request for now - please select/copy/paste a series of duplicate debug logs (same as on your screenshot). The reason I am asking for it is that I can simulate your device messages on my test setup.

Very strange..... I started pressing the buttons to generate more logs and initially got the double event. But soon after it started working normally. This should be captured in the logs at some point.

I also remembered that the value you asked me to change is still where I left it at 8000

Here are the logs

Summary

dev:2182024-12-03 11:33:35.626 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:33:35.625 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:35.623 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:31.688 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:33:31.687 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:31.685 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:28.836 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 11:33:28.834 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:28.833 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:24.676 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 11:33:24.674 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:24.673 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:20.848 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:33:20.847 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:20.845 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:15.496 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:33:15.495 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:15.493 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:10.149 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:33:10.147 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:10.146 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:04.163 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:33:04.161 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:04.160 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:01.377 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:33:01.375 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:01.374 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:33:00.391 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:33:00.390 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:33:00.388 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:57.733 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:57.732 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:57.730 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:56.736 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:56.734 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:56.733 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:53.998 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:53.996 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:53.995 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:52.996 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:52.995 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:52.993 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:50.224 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:50.222 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:50.221 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:49.222 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:49.220 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:49.219 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:46.258 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 11:32:46.257 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:46.255 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:45.274 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 11:32:45.272 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:45.271 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:42.102 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 11:32:42.101 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:42.071 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:41.079 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 11:32:41.077 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:41.076 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:38.067 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:38.066 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:38.064 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:37.072 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:37.070 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:37.069 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:34.562 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 11:32:34.561 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:34.559 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:33.567 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 11:32:33.565 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:33.564 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:31.137 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 11:32:31.136 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:31.134 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:30.099 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 11:32:30.098 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:30.097 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:26.359 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:26.357 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:26.356 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 11:32:25.367 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 11:32:25.365 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 11:32:25.363 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:51:30.025 AM

debug

Landing Lights deviceHealthCheck - online (notPresentCounter=1)

dev:2182024-12-03 10:14:30.420 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:14:30.419 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:14:30.418 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:14:29.422 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:14:29.421 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:14:29.420 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:14:26.668 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:14:26.667 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:14:26.666 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:14:25.738 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:14:25.735 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:14:25.734 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:14:15.108 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:14:15.106 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:14:15.105 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:14:14.112 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:14:14.110 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:14:14.109 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:14:10.867 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:14:10.865 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:14:10.864 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:14:09.912 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:14:09.910 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:14:09.909 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:13:57.593 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:13:57.591 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:13:57.590 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:13:56.653 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:13:56.651 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:13:56.649 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:13:43.697 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:13:43.696 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:13:43.694 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:13:42.753 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:13:42.750 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:13:42.748 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:13:23.862 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:13:23.860 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:13:23.859 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:13:22.865 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:13:22.863 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:13:22.862 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:13:19.930 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:13:19.929 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:13:19.928 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:13:18.981 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:13:18.979 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:13:18.978 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:30.312 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 10:11:30.310 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:30.309 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:29.324 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 10:11:29.322 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:29.321 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:26.472 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 10:11:26.471 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:26.470 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:25.478 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 10:11:25.476 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:25.474 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:22.651 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 10:11:22.650 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:22.648 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:21.653 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 10:11:21.652 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:21.650 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:19.199 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:11:19.198 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:19.196 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:18.197 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:11:18.195 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:18.194 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:14.987 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:11:14.985 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:14.984 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 10:11:14.035 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 10:11:14.032 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 10:11:14.030 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:32.204 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 09:17:32.202 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:32.201 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:31.211 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 09:17:31.210 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:31.208 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:27.401 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 09:17:27.399 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:27.398 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:26.403 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 09:17:26.401 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:26.400 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:21.149 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 09:17:21.147 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:21.145 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:20.139 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 09:17:20.136 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:20.135 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:14.678 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 09:17:14.676 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:14.675 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:13.681 AM

info

Landing Lights button 3 was pushed

dev:2182024-12-03 09:17:13.679 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:13.678 AM

debug

Landing Lights description is catchall: 0104 0006 03 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:08.826 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 09:17:08.824 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:08.823 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:17:07.822 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 09:17:07.820 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:02, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:17:07.819 AM

debug

Landing Lights description is catchall: 0104 0006 02 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:16:54.623 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 09:16:54.586 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:16:54.585 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:16:53.593 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 09:16:53.591 AM

debug

Landing Lights catchall descMap: [raw:catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3FBE, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:FD, direction:00, data:[00]]

dev:2182024-12-03 09:16:53.590 AM

debug

Landing Lights description is catchall: 0104 0006 01 01 0040 00 3FBE 01 00 0000 FD 00 00

dev:2182024-12-03 09:16:12.543 AM

debug

Landing Lights updated()

dev:2182024-12-03 09:13:46.821 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 09:13:45.817 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 09:13:37.941 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 09:13:36.944 AM

info

Landing Lights button 2 was pushed

dev:2182024-12-03 09:13:32.655 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 09:13:31.721 AM

info

Landing Lights button 1 was pushed

dev:2182024-12-03 09:13:31.719 AM

info

Landing Lights is online

dev:2182024-12-03 09:13:31.683 AM

info

Landing Lights InitializeVars()... fullInit = false

dev:2182024-12-03 09:13:31.679 AM

debug

Landing Lights updating the settings from the current driver version 2.7.2 2024/05/06 11:24 PM to the new version 2.7.4 2024/12/03 7:43 AM

dev:2182024-12-03 07:55:56.032 AM

warn

Landing Lights is offline!

Its taken me a few mins to write this post. I tried it again before clicking Reply and the switch is still working.

I cant explain it

1 Like