[RELEASE] Tuya Zigbee Metering Plug (w/ healthStatus)

IMHO if red is being used for on, then the light needs to be off when off. It would definitely confuse me. For instance, my TV has a red light in standby and none when either not powered, or contrarily, actually on!

1 Like

The dev. branch was updated (same ver. 1.4.5, but new time stamp). The new version can be now easily updated directly from HE Drivers Code editor - locate the driver and press the Import button.

Added new configuration commands:

These configurations for sure will not work for all the different models, but if the command was accepted there should be an Info log as confirmation.
image

As expected, the LED configuration commands are different for the plugs/sockets if compared to the circuit breakers (or DIN relays). The 'Child Lock' command does not work for my BlitzWolf plug, but may work for other plugs/sockets.

1 Like

@user778 can you please post a link to the site where the plug was purchased?

1 Like

done, now it's working, thank you very much!

the link:

1 Like

Great driver, thank you very much kkossev!!

Recently I started with home automation and the hubitat is my first hub which I have since April. Because off your driver, I (again) ordered more Tuya plugs and I soon will have 24 Tuya TS011F plugs all around my house and garage (it's 14 at this moment). Besides all the smart plugs/appliances I created this way, I hope to create an strong repeater zigbee mesh around the house and garage.

But it also creates an problem, as not all my plugs needs all voltage, current, energy and power measurements all the time plus it will flood the zigbee network with polling data for 24 plugs and the logs will be huge... I do like to know kWh measurements for most off the plugs (and sometimes other electrical values for some plugs). Therefore I am trying to alter your driver and removing everything with energy, voltage, current, amperage, etc and that seems to work. But it for sure is not the cleanest method, as the plug will create logs with "other Tuya oddities - don't know how to handle it, skipping it for now..." as I removed all the coding for that.

As I am not a coder and hardly understand what is happening in your driver, I would like to ask: how can I alter your driver so that some of the different electrical measurements are not polled/logged/send over zigbee mesh? Or may I suggest to add on/off switches for power, amperage, voltage and energy? I don't know how hard it is to implement the on/off switches, but it will for sure add a lot of functionality to your driver.

Thanks again for your work on this driver :ok_hand:

1 Like

Hi @FrankieH , welcome to Hubitat community and thank you for your feedback!

Your comments and the proposal to add on/off switches make perfect sense. In fact, these were on my TODO list for quite a long time... So finally today I added the preference options for switching the energy, voltage, current, and the amperage polling and processing. By default, all are enabled. When switched off, the active polling for the particular V/A/W attribute is stopped, the events are not registered and no logs are written.
The Energy switch is an exception: when switched off, the active polling is disabled, but if the plug sends automatically an Energy consumption report, it is processed as an event and is shown in the logs. The Energy reporting intervals can be fine tuned with the existing options, so there should be possibilities to cover all the different use cases and needs.

The new on/off switches are available in the development branch (the link from the the second post). If this new version works OK, I will push it later to the main 'production' branch that is available for update from Hubitat Package Manager – HubitatCommunity (HPM).

If the driver is successfully updated to the latest dev. version, the new preference options should look like this:

What is your plugs Model and Manufacturer data values?

Handling 24 reporting plugs will be an interesting challenge... if you have any other ideas for improvements/optimizations, don't hesitate to share them here.

1 Like

Wow, that was really quick :muscle: :+1:

I started with 4pieces IG019 with (I guess) Polish manual from NEO ZigBee On Off Power Metering Plug ultrasmart.pl where I also bought my Hubitat C7.
The Hubitat device page with using your 1.4.6 driver is giving the following data:

  • endpointId: 01
  • application: 44
  • softwareBuild:
  • inClusters: 0003,0004,0005,0006,0702,0B04,E001,E000,0000
  • outClusters: 0019,000A
  • model: TS011F
  • powerCluster: 0B04
  • manufacturer: _TZ3000_gjnozsaz

The powerCluster is only mentioned in one of the 4 plugs, this is one unit which is not responding anymore on digital on/offs since a weird power (spike?) issue a few days ago in the neighboorhoud (very rare, never saw this before). These 4 units don't seem to remember their powerstate when unplugged, which is very unfortunate when your measuring kWh for your fridge or something.

Within 2 weeks after those 4, I bought locally from some guy 10pieces NAS WR01B which look almost identical. These 10 units seems to remember their powerstate when unplugged (I have to do some further testing), which is an feature which all smart bulbs/plugs/etc should have imho...

  • endpointId: 01
  • application: 4A
  • softwareBuild: 0000004A
  • inClusters: 0003,0004,0005,0006,0702,0B04,E001,E000,0000
  • outClusters: 0019,000A
  • model: TS011F
  • powerCluster: 0B04
  • firmwareMT: 1141-D3A3-0000004A
  • manufacturer: _TZ3000_gjnozsaz

I checked all 10 driver manufacturer data and only one is mentioning the above values, 9 others are mentioning:

  • endpointId: 01
  • application: 4A
  • softwareBuild:
  • inClusters: 0003,0004,0005,0006,0702,0B04,E001,E000,0000
  • outClusters: 0019,000A
  • model: TS011F
  • manufacturer: _TZ3000_gjnozsaz

One of these 9 plugs is mentiong outClusters: 0021

At this moment, I have changed 4 of my plugs drivers to 1.4.6, 2 for the IG019 and 2 for the NAS WR01B. Both sets I will be testing one plug with all measurements and one with only kWh.
None of the 4 plugs with new driver will save ChildLock, PowerOnState and LedMode.

As I was writing this, I received my other 10 plugs from which I have installed 9 and at this moment I have 23plugs using driver1.4.6 metering kWh or nothing. This I have to further investigate what is happening once the zigbee mesh is settled. To be continued as I will be testing the timings and minimum Wh to be polled (which does not seem to work) and other stuff I think off... If you have a suggestion what I should test, please tell me, maybe I am able to.

Suggestions:

  • would it be able to reset the Energy kWh value to zero?
  • perhaps (only) polling kWh value at the end off the day, week or month (I am more or less interested in power consumption during longer periods of time). Or would that be the value which can be used at shortest and longest interval (which I also want to test if it works)?
1 Like

For what I see now, this driver shows only the kWh measurement if you say it to do it like that, so that's really great. In a later stage I will be testing polling and reporting intervals plus I want to know if the minimum reporting value of Wh is functioning. First look seems like it doesn't work if you put for example 100Wh. It still shows 60,66 and 60,67 (and growing), but with some plugs, I would like to see it in growing kWh and others perhaps in halve kWh, depanding on how power hungry the appliances are. Btw, you are mentioning W/hour in your driver but shouldn't it be Wh?

But I see some weird debug logs happening. I checked with one plug with only Energy reporting and polling interval of 300secs. Every 30 secs the debug log is writing lines for 3 secondes which seems alternating between two sets of mutiple log-lines (so the same lines are written multiple times, about 40 loglines in 3 seconds):
dev:662022-06-03 16:29:51.731 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...
dev:662022-06-03 16:29:51.728 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

AND about 30secs later for 3secs the following log-lines:
dev:662022-06-03 16:30:25.379 debugQuooker Desc Map: [raw:51CB010B041E050521F0000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00F0, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]
dev:662022-06-03 16:30:25.371 debugQuooker description is read attr - raw: 51CB010B041E050521F0000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: F0000805210A000B05290000

I am using this plug on a Quooker but this repeats itself over and over as long as the plug is present, but not every 30 second, sometimes 1min or more later, so the mesh and/or hubitat is quit busy with it.

To be continued.

1 Like

This seems to be the most critical issue for me that we should fix first.

Does it happen with just one plug, or you have noticed the same multiple log lines with more than one device?

I will need all the log lines copied for a few minutes period, that contains at least 2-3 of these strange reports. As it will be a lot of log lines copied, please use the 'Hide Details': first select the multiple log lines and then press the gear icon and Hide Details:

I need all the logs to analyze the events timings.

Summary

Multiple log lines ......
Multiple log lines ......
Multiple log lines ......

Ok, will do.
I think I found another critical issue: when driver preferences are changed, it saves the settings as it should (the ones which will work with the plug). But if you reset the Hubitat or push "initialize", all settings are back in to the defaults.

Here are some log lines for an IG019 plug, during these minutes, I also turned on the quooker for boiling water so that it needed some energy:

Summary

dev:662022-06-04 08:36:13.016 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:13.013 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:13.011 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.819 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.816 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:12.813 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.626 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.624 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:12.621 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.416 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.413 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:12.410 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.214 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.211 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:12.208 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.024 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:12.022 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:12.019 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.823 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.820 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:11.818 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.620 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.617 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:11.615 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.417 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.414 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:11.412 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.216 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.213 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:11.211 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.015 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:11.013 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:11.010 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:10.616 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:10.613 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:36:10.610 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:36:10.211 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:10.209 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:10.203 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:10.018 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:10.015 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:10.010 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:09.811 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:09.808 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:09.803 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:09.622 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:09.619 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:09.614 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:09.211 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:09.209 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:09.203 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:08.804 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:08.802 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:08.797 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:08.604 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:08.602 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:08.597 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:08.408 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:08.406 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:08.401 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:08.204 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:08.201 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:08.196 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:08.024 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:08.021 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:08.016 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:07.816 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:07.814 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:07.809 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:07.602 debugQuooker energy is 61.34 kWh (no change)

dev:662022-06-04 08:36:07.599 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:07.594 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:36:07.402 infoQuooker energy is 61.34 kWh

dev:662022-06-04 08:36:07.399 debugQuooker Desc Map: [raw:51CB01070212000025F61700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F6, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:36:07.394 debugQuooker description is read attr - raw: 51CB01070212000025F61700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F61700000000

dev:662022-06-04 08:35:53.144 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:53.142 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:53.137 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:52.929 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:52.927 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:52.922 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:52.752 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:52.749 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:52.744 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:52.524 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:52.521 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:52.516 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:52.327 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:52.324 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:52.319 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:52.155 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:52.153 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:52.148 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:51.721 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:51.719 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:51.714 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:51.519 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:51.517 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:51.512 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:51.323 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:51.321 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:51.316 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:51.118 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:51.115 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:51.110 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:50.916 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:50.914 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:50.909 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:50.726 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:50.723 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:50.718 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:50.515 debugQuooker energy is 61.33 kWh (no change)

dev:662022-06-04 08:35:50.513 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:50.508 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:35:50.315 infoQuooker energy is 61.33 kWh

dev:662022-06-04 08:35:50.313 debugQuooker Desc Map: [raw:51CB01070212000025F51700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F5, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:35:50.308 debugQuooker description is read attr - raw: 51CB01070212000025F51700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F51700000000

dev:662022-06-04 08:34:30.302 debugQuooker energy is 61.32 kWh (no change)

dev:662022-06-04 08:34:30.300 debugQuooker Desc Map: [raw:51CB01070212000025F41700000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:0000000017F4, clusterInt:1794, attrInt:0]

dev:662022-06-04 08:34:30.294 debugQuooker description is read attr - raw: 51CB01070212000025F41700000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: F41700000000

dev:662022-06-04 08:34:29.863 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:29.854 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:29.672 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:29.663 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:29.470 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:29.461 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:29.262 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:29.252 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:28.870 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:28.861 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:28.664 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:28.655 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:28.457 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:28.448 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:28.253 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:28.244 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:28.052 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:28.043 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:27.852 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:27.842 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:27.650 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:27.641 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:27.455 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:27.446 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:27.264 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:27.255 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:34:27.049 debugQuooker Desc Map: [raw:51CB010B041E050521EB000805210A000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000A, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 08:34:27.040 debugQuooker description is read attr - raw: 51CB010B041E050521EB000805210A000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB000805210A000B05290000

dev:662022-06-04 08:33:22.253 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:22.251 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:22.248 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:22.049 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:22.047 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:22.044 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.848 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.846 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:21.843 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.644 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.641 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:21.638 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.443 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.441 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:21.438 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.263 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.261 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:21.258 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.047 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:21.045 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:21.042 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.841 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.838 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:20.835 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.636 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.633 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:20.631 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.436 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.433 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:20.430 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.234 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.231 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:20.229 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.048 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:20.046 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:20.043 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:19.851 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:19.848 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:19.846 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:19.659 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:19.656 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:19.654 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:19.452 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:19.450 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 08:33:19.447 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 08:33:06.050 traceQuooker sendZigbeeCommands received : [he raw 0x51CB 1 0x01 0x0000 {10 00 00 04 00 00 00 01 00 05 00 07 00 FE FF}, delay 200, he rattr 0x51CB 0x01 6 0 {}, delay 2000, he raw 0x51CB 1 0x01 0x0702 {10 00 00 00 00}, delay 2000, zdo bind 0x51CB 0x01 0x01 6 {A4C1388E199D4F77} {}, delay 2000, he cr 0x51CB 0x01 6 0 16 0 600 {}, delay 2000, zdo bind 0x51CB 0x01 0x01 0x0702 {A4C1388E199D4F77} {}, delay 2000, he cr 0x51CB 0x01 1794 0 37 60 3600 {010000000000} {}, delay 2000]

dev:662022-06-04 08:33:06.023 traceQuooker polling.. refreshAll is true

dev:662022-06-04 08:33:06.020 debugQuooker refresh()...

dev:662022-06-04 08:33:06.018 infoQuooker configure()..

dev:662022-06-04 08:33:06.015 infoQuooker configuring the switch and energy reporting..

dev:662022-06-04 08:33:06.013 infoQuooker Auto polling is enabled, polling interval is 300 seconds

dev:662022-06-04 08:33:05.990 infoQuooker Debug logging will be automatically switched off after 24 hours

dev:662022-06-04 08:33:05.973 infoQuooker Debug logging is true Description text logging is true

dev:662022-06-04 08:33:05.970 infoQuooker Updating Quooker (Energy plug 1) model TS011F presence: present AlwaysOn is false

1 Like

Plus another debug log for an IG019 plug which is continously using between 26 and 50 watts, all settings default except for V/A/W metering which is turned off :

Summary

dev:992022-06-04 09:00:38.390 infoNAS energy is 30.89 kWh

dev:992022-06-04 09:00:36.041 infoNAS configure()..

dev:992022-06-04 09:00:36.039 infoNAS configuring the switch and energy reporting..

dev:992022-06-04 09:00:36.037 infoNAS Auto polling is enabled, polling interval is 60 seconds

dev:992022-06-04 09:00:36.001 infoNAS Debug logging is false Description text logging is true

dev:992022-06-04 09:00:35.999 infoNAS Updating NAS (Energy plug 4) model TS011F presence: present AlwaysOn is false

dev:992022-06-04 09:00:11.103 traceNAS polling.. refreshAll is false

dev:992022-06-04 09:00:11.082 debugNAS autoPoll()

dev:992022-06-04 08:59:11.086 traceNAS polling.. refreshAll is false

dev:992022-06-04 08:59:11.064 debugNAS autoPoll()

dev:992022-06-04 08:58:29.991 debugNAS energy is 30.89 kWh (no change)

dev:992022-06-04 08:58:29.989 debugNAS Desc Map: [raw:362501070212000025110C00000000, dni:3625, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000C11, clusterInt:1794, attrInt:0]

dev:992022-06-04 08:58:29.984 debugNAS description is read attr - raw: 362501070212000025110C00000000, dni: 3625, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 110C00000000

dev:992022-06-04 08:58:29.951 debugNAS Desc Map: [raw:3625010B041E050521EB00080521E2000B05291C00, dni:3625, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EB, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:00E2, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:001C, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:992022-06-04 08:58:29.942 debugNAS description is read attr - raw: 3625010B041E050521EB00080521E2000B05291C00, dni: 3625, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EB00080521E2000B05291C00

dev:992022-06-04 08:58:11.067 traceNAS polling.. refreshAll is false

dev:992022-06-04 08:58:11.046 debugNAS autoPoll()

dev:992022-06-04 08:57:44.484 debugNAS description is read attr - raw: 36250100001801002044E2FF2030E4FF2000, dni: 3625, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:992022-06-04 08:57:44.482 debugNAS other Tuya oddities - don't know how to handle it, skipping it for now...

dev:992022-06-04 08:57:44.479 debugNAS description is read attr - raw: 36250100001801002044E2FF2030E4FF2000, dni: 3625, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:992022-06-04 08:57:11.054 traceNAS polling.. refreshAll is false

dev:992022-06-04 08:57:11.029 debugNAS autoPoll()

dev:992022-06-04 08:56:11.032 traceNAS polling.. refreshAll is false

dev:992022-06-04 08:56:11.010 debugNAS autoPoll()

dev:992022-06-04 08:55:34.322 debugNAS energy is 30.89 kWh (no change)

dev:992022-06-04 08:55:34.320 debugNAS Desc Map: [raw:362501070212000025110C00000000, dni:3625, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000C11, clusterInt:1794, attrInt:0]

dev:992022-06-04 08:55:34.315 debugNAS description is read attr - raw: 362501070212000025110C00000000, dni: 3625, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 110C00000000

dev:992022-06-04 08:55:34.284 debugNAS Desc Map: [raw:3625010B041E050521EA00080521E2000B05291C00, dni:3625, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EA, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:00E2, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:001C, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:992022-06-04 08:55:34.275 debugNAS description is read attr - raw: 3625010B041E050521EA00080521E2000B05291C00, dni: 3625, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EA00080521E2000B05291C00

dev:992022-06-04 08:55:11.011 traceNAS polling.. refreshAll is false

dev:992022-06-04 08:55:10.990 debugNAS autoPoll()

dev:992022-06-04 08:54:48.424 debugNAS description is read attr - raw: 36250100001801002044E2FF2030E4FF2000, dni: 3625, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:992022-06-04 08:54:48.421 debugNAS other Tuya oddities - don't know how to handle it, skipping it for now...

dev:992022-06-04 08:54:48.419 debugNAS description is read attr - raw: 36250100001801002044E2FF2030E4FF2000, dni: 3625, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:992022-06-04 08:54:10.995 traceNAS polling.. refreshAll is false

dev:992022-06-04 08:54:10.973 debugNAS autoPoll()

dev:992022-06-04 08:53:10.978 traceNAS polling.. refreshAll is false

dev:992022-06-04 08:53:10.956 debugNAS autoPoll()

dev:992022-06-04 08:52:47.527 infoNAS energy is 30.89 kWh

dev:992022-06-04 08:52:47.524 debugNAS Desc Map: [raw:362501070212000025110C00000000, dni:3625, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000C11, clusterInt:1794, attrInt:0]

dev:992022-06-04 08:52:47.520 debugNAS description is read attr - raw: 362501070212000025110C00000000, dni: 3625, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 110C00000000

dev:992022-06-04 08:52:17.419 debugNAS description is read attr - raw: 36250100001801002044E2FF2030E4FF2000, dni: 3625, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:992022-06-04 08:52:17.417 debugNAS other Tuya oddities - don't know how to handle it, skipping it for now...

dev:992022-06-04 08:52:17.414 debugNAS description is read attr - raw: 36250100001801002044E2FF2030E4FF2000, dni: 3625, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:992022-06-04 08:52:10.961 traceNAS polling.. refreshAll is false

dev:992022-06-04 08:52:10.939 debugNAS autoPoll()

dev:992022-06-04 08:51:58.198 debugNAS energy is 30.88 kWh (no change)

dev:992022-06-04 08:51:58.196 debugNAS Desc Map: [raw:362501070212000025100C00000000, dni:3625, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000C10, clusterInt:1794, attrInt:0]

dev:992022-06-04 08:51:58.191 debugNAS description is read attr - raw: 362501070212000025100C00000000, dni: 3625, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 100C00000000

dev:992022-06-04 08:51:58.158 debugNAS Desc Map: [raw:3625010B041E050521EA00080521E3000B05291D00, dni:3625, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EA, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:00E3, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:001D, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:992022-06-04 08:51:58.149 debugNAS description is read attr - raw: 3625010B041E050521EA00080521E3000B05291D00, dni: 3625, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EA00080521E3000B05291D00

dev:992022-06-04 08:51:21.425 infoNAS Received Configure Reporting Response for cluster:0702 , data=[00, 00, 00, 00] (Status: Success)

dev:992022-06-04 08:51:21.422 debugNAS Desc Map: [raw:catchall: 0104 0702 01 01 0040 00 3625 00 00 0000 07 01 00000000, profileId:0104, clusterId:0702, clusterInt:1794, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3625, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:07, direction:01, data:[00, 00, 00, 00]]

dev:992022-06-04 08:51:21.416 debugNAS description is catchall: 0104 0702 01 01 0040 00 3625 00 00 0000 07 01 00000000

dev:992022-06-04 08:51:19.287 infoNAS Received bind response, data=[CC, 00] (Sequence Number:CC, Status: Success)

dev:992022-06-04 08:51:19.285 debugNAS Desc Map: [raw:catchall: 0000 8021 00 00 0040 00 3625 00 00 0000 00 00 CC00, profileId:0000, clusterId:8021, clusterInt:32801, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:3625, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[CC, 00]]

dev:992022-06-04 08:51:19.280 debugNAS description is catchall: 0000 8021 00 00 0040 00 3625 00 00 0000 00 00 CC00

dev:992022-06-04 08:51:17.297 infoNAS Received Configure Reporting Response for cluster:0006 , data=[00, 00, 00, 00] (Status: Success)

dev:992022-06-04 08:51:17.295 debugNAS Desc Map: [raw:catchall: 0104 0006 01 01 0040 00 3625 00 00 0000 07 01 00000000, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3625, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:07, direction:01, data:[00, 00, 00, 00]]

dev:992022-06-04 08:51:17.289 debugNAS description is catchall: 0104 0006 01 01 0040 00 3625 00 00 0000 07 01 00000000

dev:992022-06-04 08:51:15.239 infoNAS Received bind response, data=[CA, 00] (Sequence Number:CA, Status: Success)

dev:992022-06-04 08:51:15.236 debugNAS Desc Map: [raw:catchall: 0000 8021 00 00 0040 00 3625 00 00 0000 00 00 CA00, profileId:0000, clusterId:8021, clusterInt:32801, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:3625, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[CA, 00]]

dev:992022-06-04 08:51:15.231 debugNAS description is catchall: 0000 8021 00 00 0040 00 3625 00 00 0000 00 00 CA00

dev:992022-06-04 08:51:13.237 infoNAS energy is 30.88 kWh

dev:992022-06-04 08:51:13.234 debugNAS Desc Map: [raw:362501070214000025100C00000000, dni:3625, endpoint:01, cluster:0702, size:14, attrId:0000, encoding:25, command:01, value:000000000C10, clusterInt:1794, attrInt:0]

dev:992022-06-04 08:51:13.229 debugNAS description is read attr - raw: 362501070214000025100C00000000, dni: 3625, endpoint: 01, cluster: 0702, size: 14, attrId: 0000, encoding: 25, command: 01, value: 100C00000000

dev:992022-06-04 08:51:11.229 debugNAS Event enter: [name:switch, value:on]

dev:992022-06-04 08:51:11.225 debugNAS description is read attr - raw: 36250100060A00001001, dni: 3625, endpoint: 01, cluster: 0006, size: 0A, attrId: 0000, encoding: 10, command: 01, value: 01

dev:992022-06-04 08:51:11.067 debugNAS description is read attr - raw: 362501000068040042105F545A333030305F676A6E6F7A73617A0000002003010000204405000042065453303131460700003001FEFF003000, dni: 3625, endpoint: 01, cluster: 0000, size: 68, attrId: 0004, encoding: 42, command: 01, value: 105F545A333030305F676A6E6F7A73617A0000002003010000204405000042065453303131460700003001FEFF003000

dev:992022-06-04 08:51:11.064 debugNAS other Tuya oddities - don't know how to handle it, skipping it for now...

dev:992022-06-04 08:51:11.061 debugNAS description is read attr - raw: 362501000068040042105F545A333030305F676A6E6F7A73617A0000002003010000204405000042065453303131460700003001FEFF003000, dni: 3625, endpoint: 01, cluster: 0000, size: 68, attrId: 0004, encoding: 42, command: 01, value: 105F545A333030305F676A6E6F7A73617A0000002003010000204405000042065453303131460700003001FEFF003000

dev:992022-06-04 08:51:10.976 traceNAS sendZigbeeCommands received : [he raw 0x3625 1 0x01 0x0000 {10 00 00 04 00 00 00 01 00 05 00 07 00 FE FF}, delay 200, he rattr 0x3625 0x01 6 0 {}, delay 2000, he raw 0x3625 1 0x01 0x0702 {10 00 00 00 00}, delay 2000, zdo bind 0x3625 0x01 0x01 6 {A4C1389FA54472F1} {}, delay 2000, he cr 0x3625 0x01 6 0 16 0 600 {}, delay 2000, zdo bind 0x3625 0x01 0x01 0x0702 {A4C1389FA54472F1} {}, delay 2000, he cr 0x3625 0x01 1794 0 37 60 3600 {010000000000} {}, delay 2000]

dev:992022-06-04 08:51:10.953 traceNAS polling.. refreshAll is true

dev:992022-06-04 08:51:10.950 debugNAS refresh()...

dev:992022-06-04 08:51:10.948 infoNAS configure()..

dev:992022-06-04 08:51:10.946 infoNAS configuring the switch and energy reporting..

dev:992022-06-04 08:51:10.943 infoNAS Auto polling is enabled, polling interval is 60 seconds

dev:992022-06-04 08:51:10.922 infoNAS Debug logging will be automatically switched off after 24 hours

dev:992022-06-04 08:51:10.903 infoNAS Debug logging is true Description text logging is true

dev:992022-06-04 08:51:10.900 infoNAS Updating NAS (Energy plug 4) model TS011F presence: present AlwaysOn is false

Plus another debug log for an NAS WR01B plug which is not in need for any power, all settings default except for V/A/W metering which is turned off:

Summary

dev:1342022-06-04 09:00:52.866 infoBar plug energy is 0.07 kWh

dev:1342022-06-04 09:00:50.569 infoBar plug configure()..

dev:1342022-06-04 09:00:50.566 infoBar plug configuring the switch and energy reporting..

dev:1342022-06-04 09:00:50.564 infoBar plug Auto polling is enabled, polling interval is 300 seconds

dev:1342022-06-04 09:00:50.537 infoBar plug Debug logging is false Description text logging is true

dev:1342022-06-04 09:00:50.534 infoBar plug Updating Bar plug (Energy plug 10) model TS011F presence: present AlwaysOn is false

dev:1342022-06-04 09:00:37.393 debugBar plug energy is 0.07 kWh (no change)

dev:1342022-06-04 09:00:37.333 debugBar plug Desc Map: [raw:132A01070212000025070000000000, dni:132A, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000007, clusterInt:1794, attrInt:0]

dev:1342022-06-04 09:00:37.328 debugBar plug description is read attr - raw: 132A01070212000025070000000000, dni: 132A, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 070000000000

dev:1342022-06-04 09:00:37.284 debugBar plug Desc Map: [raw:132A010B041E050521E9000805210E000B05290000, dni:132A, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00E9, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000E, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:1342022-06-04 09:00:37.275 debugBar plug description is read attr - raw: 132A010B041E050521E9000805210E000B05290000, dni: 132A, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: E9000805210E000B05290000

dev:1342022-06-04 08:59:08.680 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:59:08.677 debugBar plug other Tuya oddities - don't know how to handle it, skipping it for now...

dev:1342022-06-04 08:59:08.675 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:58:03.929 debugBar plug energy is 0.07 kWh (no change)

dev:1342022-06-04 08:58:03.927 debugBar plug Desc Map: [raw:132A01070212000025070000000000, dni:132A, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000007, clusterInt:1794, attrInt:0]

dev:1342022-06-04 08:58:03.922 debugBar plug description is read attr - raw: 132A01070212000025070000000000, dni: 132A, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 070000000000

dev:1342022-06-04 08:58:03.868 debugBar plug Desc Map: [raw:132A010B041E050521E9000805210E000B05290000, dni:132A, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00E9, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000E, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:1342022-06-04 08:58:03.859 debugBar plug description is read attr - raw: 132A010B041E050521E9000805210E000B05290000, dni: 132A, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: E9000805210E000B05290000

dev:1342022-06-04 08:57:40.903 traceBar plug polling.. refreshAll is false

dev:1342022-06-04 08:57:40.882 debugBar plug autoPoll()

dev:1342022-06-04 08:56:37.215 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:56:37.212 debugBar plug other Tuya oddities - don't know how to handle it, skipping it for now...

dev:1342022-06-04 08:56:37.209 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:55:22.475 debugBar plug energy is 0.07 kWh (no change)

dev:1342022-06-04 08:55:22.472 debugBar plug Desc Map: [raw:132A01070212000025070000000000, dni:132A, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000007, clusterInt:1794, attrInt:0]

dev:1342022-06-04 08:55:22.467 debugBar plug description is read attr - raw: 132A01070212000025070000000000, dni: 132A, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 070000000000

dev:1342022-06-04 08:55:22.438 debugBar plug Desc Map: [raw:132A010B041E050521E8000805210D000B05290000, dni:132A, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00E8, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000D, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:1342022-06-04 08:55:22.428 debugBar plug description is read attr - raw: 132A010B041E050521E8000805210D000B05290000, dni: 132A, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: E8000805210D000B05290000

dev:1342022-06-04 08:53:50.404 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:53:50.401 debugBar plug other Tuya oddities - don't know how to handle it, skipping it for now...

dev:1342022-06-04 08:53:50.398 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:52:50.457 debugBar plug energy is 0.07 kWh (no change)

dev:1342022-06-04 08:52:50.455 debugBar plug Desc Map: [raw:132A01070212000025070000000000, dni:132A, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000007, clusterInt:1794, attrInt:0]

dev:1342022-06-04 08:52:50.449 debugBar plug description is read attr - raw: 132A01070212000025070000000000, dni: 132A, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 070000000000

dev:1342022-06-04 08:52:50.418 debugBar plug Desc Map: [raw:132A010B041E050521E8000805210D000B05290000, dni:132A, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00E8, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000D, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:1342022-06-04 08:52:50.409 debugBar plug description is read attr - raw: 132A010B041E050521E8000805210D000B05290000, dni: 132A, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: E8000805210D000B05290000

dev:1342022-06-04 08:52:46.986 debugBar plug Event enter: [name:switch, value:on]

dev:1342022-06-04 08:52:46.982 debugBar plug description is read attr - raw: 132A0100060800001001, dni: 132A, endpoint: 01, cluster: 0006, size: 08, attrId: 0000, encoding: 10, command: 0A, value: 01

dev:1342022-06-04 08:52:40.884 traceBar plug polling.. refreshAll is false

dev:1342022-06-04 08:52:40.863 debugBar plug autoPoll()

dev:1342022-06-04 08:51:10.849 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:51:10.846 debugBar plug other Tuya oddities - don't know how to handle it, skipping it for now...

dev:1342022-06-04 08:51:10.843 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:49:59.617 debugBar plug energy is 0.07 kWh (no change)

dev:1342022-06-04 08:49:59.615 debugBar plug Desc Map: [raw:132A01070212000025070000000000, dni:132A, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000007, clusterInt:1794, attrInt:0]

dev:1342022-06-04 08:49:59.610 debugBar plug description is read attr - raw: 132A01070212000025070000000000, dni: 132A, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 070000000000

dev:1342022-06-04 08:49:59.573 debugBar plug Desc Map: [raw:132A010B041E050521E8000805210D000B05290000, dni:132A, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00E8, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000D, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:1342022-06-04 08:49:59.564 debugBar plug description is read attr - raw: 132A010B041E050521E8000805210D000B05290000, dni: 132A, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: E8000805210D000B05290000

dev:1342022-06-04 08:48:20.915 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:48:20.912 debugBar plug other Tuya oddities - don't know how to handle it, skipping it for now...

dev:1342022-06-04 08:48:20.910 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:47:40.870 traceBar plug polling.. refreshAll is false

dev:1342022-06-04 08:47:40.845 debugBar plug autoPoll()

dev:1342022-06-04 08:47:25.403 debugBar plug energy is 0.07 kWh (no change)

dev:1342022-06-04 08:47:25.401 debugBar plug Desc Map: [raw:132A01070212000025070000000000, dni:132A, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000007, clusterInt:1794, attrInt:0]

dev:1342022-06-04 08:47:25.396 debugBar plug description is read attr - raw: 132A01070212000025070000000000, dni: 132A, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 070000000000

dev:1342022-06-04 08:47:25.355 debugBar plug Desc Map: [raw:132A010B041E050521E8000805210D000B05290000, dni:132A, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00E8, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000D, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:1342022-06-04 08:47:25.346 debugBar plug description is read attr - raw: 132A010B041E050521E8000805210D000B05290000, dni: 132A, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: E8000805210D000B05290000

dev:1342022-06-04 08:45:21.171 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:45:21.168 debugBar plug other Tuya oddities - don't know how to handle it, skipping it for now...

dev:1342022-06-04 08:45:21.165 debugBar plug description is read attr - raw: 132A010000180100204AE2FF2035E4FF2000, dni: 132A, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 4AE2FF2035E4FF2000

dev:1342022-06-04 08:44:47.742 debugBar plug energy is 0.07 kWh (no change)

dev:1342022-06-04 08:44:47.740 debugBar plug Desc Map: [raw:132A01070212000025070000000000, dni:132A, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000000007, clusterInt:1794, attrInt:0]

dev:1342022-06-04 08:44:47.735 debugBar plug description is read attr - raw: 132A01070212000025070000000000, dni: 132A, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 070000000000

dev:1342022-06-04 08:44:47.681 debugBar plug Desc Map: [raw:132A010B041E050521E8000805210D000B05290000, dni:132A, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00E8, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:000D, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:1342022-06-04 08:44:47.672 debugBar plug description is read attr - raw: 132A010B041E050521E8000805210D000B05290000, dni: 132A, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: E8000805210D000B05290000

dev:1342022-06-04 08:42:51.170 infoBar plug Received Configure Reporting Response for cluster:0702 , data=[00, 00, 00, 00] (Status: Success)

dev:1342022-06-04 08:42:51.167 debugBar plug Desc Map: [raw:catchall: 0104 0702 01 01 0040 00 132A 00 00 0000 07 01 00000000, profileId:0104, clusterId:0702, clusterInt:1794, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:132A, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:07, direction:01, data:[00, 00, 00, 00]]

dev:1342022-06-04 08:42:51.162 debugBar plug description is catchall: 0104 0702 01 01 0040 00 132A 00 00 0000 07 01 00000000

dev:1342022-06-04 08:42:49.161 infoBar plug Received bind response, data=[BE, 00] (Sequence Number:BE, Status: Success)

dev:1342022-06-04 08:42:49.159 debugBar plug Desc Map: [raw:catchall: 0000 8021 00 00 0040 00 132A 00 00 0000 00 00 BE00, profileId:0000, clusterId:8021, clusterInt:32801, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:132A, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[BE, 00]]

dev:1342022-06-04 08:42:49.153 debugBar plug description is catchall: 0000 8021 00 00 0040 00 132A 00 00 0000 00 00 BE00

dev:1342022-06-04 08:42:47.164 infoBar plug Received Configure Reporting Response for cluster:0006 , data=[00, 00, 00, 00] (Status: Success)

dev:1342022-06-04 08:42:47.162 debugBar plug Desc Map: [raw:catchall: 0104 0006 01 01 0040 00 132A 00 00 0000 07 01 00000000, profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:132A, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:07, direction:01, data:[00, 00, 00, 00]]

dev:1342022-06-04 08:42:47.156 debugBar plug description is catchall: 0104 0006 01 01 0040 00 132A 00 00 0000 07 01 00000000

dev:1342022-06-04 08:42:45.163 infoBar plug Received bind response, data=[BC, 00] (Sequence Number:BC, Status: Success)

dev:1342022-06-04 08:42:45.160 debugBar plug Desc Map: [raw:catchall: 0000 8021 00 00 0040 00 132A 00 00 0000 00 00 BC00, profileId:0000, clusterId:8021, clusterInt:32801, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:132A, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[BC, 00]]

dev:1342022-06-04 08:42:45.155 debugBar plug description is catchall: 0000 8021 00 00 0040 00 132A 00 00 0000 00 00 BC00

dev:1342022-06-04 08:42:43.150 infoBar plug energy is 0.07 kWh

dev:1342022-06-04 08:42:43.148 debugBar plug Desc Map: [raw:132A01070214000025070000000000, dni:132A, endpoint:01, cluster:0702, size:14, attrId:0000, encoding:25, command:01, value:000000000007, clusterInt:1794, attrInt:0]

dev:1342022-06-04 08:42:43.143 debugBar plug description is read attr - raw: 132A01070214000025070000000000, dni: 132A, endpoint: 01, cluster: 0702, size: 14, attrId: 0000, encoding: 25, command: 01, value: 070000000000

dev:1342022-06-04 08:42:41.149 debugBar plug Event enter: [name:switch, value:on]

dev:1342022-06-04 08:42:41.145 debugBar plug description is read attr - raw: 132A0100060A00001001, dni: 132A, endpoint: 01, cluster: 0006, size: 0A, attrId: 0000, encoding: 10, command: 01, value: 01

dev:1342022-06-04 08:42:41.000 debugBar plug description is read attr - raw: 132A01000068040042105F545A333030305F676A6E6F7A73617A0000002003010000204A05000042065453303131460700003001FEFF003000, dni: 132A, endpoint: 01, cluster: 0000, size: 68, attrId: 0004, encoding: 42, command: 01, value: 105F545A333030305F676A6E6F7A73617A0000002003010000204A05000042065453303131460700003001FEFF003000

dev:1342022-06-04 08:42:40.996 debugBar plug other Tuya oddities - don't know how to handle it, skipping it for now...

dev:1342022-06-04 08:42:40.956 debugBar plug description is read attr - raw: 132A01000068040042105F545A333030305F676A6E6F7A73617A0000002003010000204A05000042065453303131460700003001FEFF003000, dni: 132A, endpoint: 01, cluster: 0000, size: 68, attrId: 0004, encoding: 42, command: 01, value: 105F545A333030305F676A6E6F7A73617A0000002003010000204A05000042065453303131460700003001FEFF003000

dev:1342022-06-04 08:42:40.873 traceBar plug sendZigbeeCommands received : [he raw 0x132A 1 0x01 0x0000 {10 00 00 04 00 00 00 01 00 05 00 07 00 FE FF}, delay 200, he rattr 0x132A 0x01 6 0 {}, delay 2000, he raw 0x132A 1 0x01 0x0702 {10 00 00 00 00}, delay 2000, zdo bind 0x132A 0x01 0x01 6 {A4C138DB195A6713} {}, delay 2000, he cr 0x132A 0x01 6 0 16 0 600 {}, delay 2000, zdo bind 0x132A 0x01 0x01 0x0702 {A4C138DB195A6713} {}, delay 2000, he cr 0x132A 0x01 1794 0 37 60 3600 {010000000000} {}, delay 2000]

dev:1342022-06-04 08:42:40.853 traceBar plug polling.. refreshAll is true

dev:1342022-06-04 08:42:40.851 debugBar plug refresh()...

dev:1342022-06-04 08:42:40.849 infoBar plug configure()..

dev:1342022-06-04 08:42:40.847 infoBar plug configuring the switch and energy reporting..

dev:1342022-06-04 08:42:40.845 infoBar plug Auto polling is enabled, polling interval is 300 seconds

dev:1342022-06-04 08:42:40.828 infoBar plug Debug logging will be automatically switched off after 24 hours

dev:1342022-06-04 08:42:40.816 infoBar plug Debug logging is true Description text logging is true

dev:1342022-06-04 08:42:40.814 infoBar plug Updating Bar plug (Energy plug 10) model TS011F presence: present AlwaysOn is false

I am noticing that the plug from the first above debug log (the quooker plug), is also giving more than neccessary values in a normal log. This is with driver settings V/A/W/Wh turned off and after that "Optimize polling and logging" off:

Summary

dev:662022-06-04 09:41:06.064 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:41:04.058 infoQuooker Quooker switch is on

dev:662022-06-04 09:40:06.052 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:40:04.044 infoQuooker Quooker switch is on

dev:662022-06-04 09:39:56.170 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:39:06.034 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:39:04.029 infoQuooker Quooker switch is on

dev:662022-06-04 09:38:06.012 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:38:04.006 infoQuooker Quooker switch is on

dev:662022-06-04 09:37:06.985 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:37:05.993 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:37:04.241 infoQuooker Quooker switch is on

dev:662022-06-04 09:36:04.348 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:36:04.325 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:36:04.293 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:36:03.894 infoQuooker Quooker switch is on

dev:662022-06-04 09:34:23.838 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:34:23.609 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:34:23.407 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:34:23.206 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:34:23.014 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:34:22.796 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:34:22.589 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:34:22.412 infoQuooker energy is 61.45 kWh

dev:662022-06-04 09:32:59.062 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:58.861 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:58.661 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:58.461 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:58.260 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:58.059 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:57.859 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:57.659 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:57.458 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:57.257 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:57.072 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:56.861 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:56.656 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:56.457 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:32:56.256 infoQuooker energy is 61.44 kWh

dev:662022-06-04 09:31:46.007 infoQuooker energy is 61.43 kWh

dev:662022-06-04 09:29:08.747 infoQuooker energy is 61.43 kWh

Same plug and settings log with only "automatic polling" changed to off and using the cooked water a bit, see summary below

Summary

dev:662022-06-04 09:53:46.879 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:46.674 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:46.473 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:46.272 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:46.076 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:45.871 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:45.685 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:45.470 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:45.269 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:45.068 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:44.868 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:44.668 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:44.468 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:44.266 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:44.065 infoQuooker energy is 61.58 kWh

dev:662022-06-04 09:53:29.794 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:29.594 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:29.393 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:29.193 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:29.001 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:28.800 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:28.604 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:28.389 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:28.189 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:27.988 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:27.788 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:27.592 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:27.387 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:27.186 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:26.985 infoQuooker energy is 61.57 kWh

dev:662022-06-04 09:53:13.716 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:13.515 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:13.329 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:13.144 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:12.722 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:12.311 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:12.110 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:11.910 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:11.713 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:11.508 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:11.307 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:11.108 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:53:10.906 infoQuooker energy is 61.56 kWh

dev:662022-06-04 09:52:41.881 infoQuooker energy is 61.55 kWh

Same plug with "automatic polling" off, "optimize polling and logging" on with only Energy, between 60-3600secs and 100Wh. Plus using the cooked water a bit. This seems to be the cleanest log, see summary below.

Summary

dev:662022-06-04 10:13:30.110 infoQuooker energy is 61.78 kWh

dev:662022-06-04 10:13:13.020 infoQuooker energy is 61.77 kWh

dev:662022-06-04 10:12:55.927 infoQuooker energy is 61.76 kWh

dev:662022-06-04 10:12:38.833 infoQuooker energy is 61.75 kWh

dev:662022-06-04 10:12:21.747 infoQuooker energy is 61.74 kWh

dev:662022-06-04 10:12:05.660 infoQuooker energy is 61.73 kWh

dev:662022-06-04 10:11:49.569 infoQuooker energy is 61.72 kWh

dev:662022-06-04 10:11:31.712 infoQuooker energy is 61.71 kWh

dev:662022-06-04 10:10:04.569 infoQuooker energy is 61.7 kWh

dev:662022-06-04 10:03:03.235 infoQuooker energy is 61.69 kWh

dev:662022-06-04 10:02:46.154 infoQuooker energy is 61.68 kWh

dev:662022-06-04 10:02:29.074 infoQuooker energy is 61.67 kWh

dev:662022-06-04 10:02:11.989 infoQuooker energy is 61.66 kWh

dev:662022-06-04 10:01:55.901 infoQuooker energy is 61.65 kWh

dev:662022-06-04 10:01:38.814 infoQuooker energy is 61.64 kWh

Same plug with everything the same as the log above, but now with debug log, see summary below

Summary

dev:662022-06-04 10:18:44.998 infoQuooker energy is 61.86 kWh

dev:662022-06-04 10:18:37.433 infoQuooker configure()..

dev:662022-06-04 10:18:37.430 infoQuooker configuring the switch and energy reporting..

dev:662022-06-04 10:18:37.428 infoQuooker Auto polling is disabled

dev:662022-06-04 10:18:37.411 infoQuooker Debug logging is false Description text logging is true

dev:662022-06-04 10:18:37.408 infoQuooker Updating Quooker (Energy plug 1) model TS011F presence: present AlwaysOn is false

dev:662022-06-04 10:18:31.721 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:31.718 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:31.713 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:31.519 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:31.516 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:31.512 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:31.314 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:31.311 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:31.307 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:31.113 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:31.111 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:31.106 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:30.922 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:30.920 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:30.915 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:30.711 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:30.709 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:30.704 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:30.515 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:30.513 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:30.508 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:30.310 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:30.307 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:30.302 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:30.108 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:30.106 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:30.102 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:29.907 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:29.904 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:29.900 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:29.706 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:29.704 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:29.699 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:29.510 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:29.508 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:29.503 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:29.309 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:29.307 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:29.303 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:29.105 debugQuooker energy is 61.85 kWh (no change)

dev:662022-06-04 10:18:29.102 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:29.097 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:28.903 infoQuooker energy is 61.85 kWh

dev:662022-06-04 10:18:28.901 debugQuooker Desc Map: [raw:51CB01070212000025291800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001829, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:28.896 debugQuooker description is read attr - raw: 51CB01070212000025291800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 291800000000

dev:662022-06-04 10:18:14.612 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:14.610 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:14.605 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:14.412 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:14.410 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:14.405 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:14.212 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:14.209 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:14.204 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:14.011 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:14.008 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:14.004 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:13.811 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:13.809 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:13.804 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:13.610 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:13.607 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:13.603 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:13.409 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:13.407 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:13.402 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:13.208 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:13.205 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:13.201 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:13.076 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:13.073 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:13.000 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:12.806 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:12.804 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:12.799 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:12.605 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:12.602 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:12.598 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:12.404 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:12.402 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:12.397 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:12.204 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:12.202 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:12.197 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:12.003 debugQuooker energy is 61.84 kWh (no change)

dev:662022-06-04 10:18:12.001 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:11.996 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:18:11.802 infoQuooker energy is 61.84 kWh

dev:662022-06-04 10:18:11.800 debugQuooker Desc Map: [raw:51CB01070212000025281800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001828, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:18:11.795 debugQuooker description is read attr - raw: 51CB01070212000025281800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 281800000000

dev:662022-06-04 10:17:57.517 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:57.514 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:57.509 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:57.311 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:57.309 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:57.304 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:57.111 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:57.108 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:57.104 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:56.915 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:56.913 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:56.908 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:56.709 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:56.706 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:56.702 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:56.308 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:56.306 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:56.301 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:56.108 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:56.105 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:56.101 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:55.910 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:55.908 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:55.903 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:55.706 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:55.703 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:55.699 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:55.506 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:55.503 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:55.499 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:55.305 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:55.303 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:55.298 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:55.115 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:55.113 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:55.108 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:54.909 debugQuooker energy is 61.83 kWh (no change)

dev:662022-06-04 10:17:54.906 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:54.901 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:54.708 infoQuooker energy is 61.83 kWh

dev:662022-06-04 10:17:54.706 debugQuooker Desc Map: [raw:51CB01070212000025271800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001827, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:54.701 debugQuooker description is read attr - raw: 51CB01070212000025271800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 271800000000

dev:662022-06-04 10:17:23.307 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:23.305 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:23.302 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:23.087 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:23.084 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:23.082 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:22.700 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:22.697 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:22.695 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:22.485 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:22.482 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:22.480 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.884 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.882 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:21.879 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.683 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.681 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:21.678 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.483 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.480 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:21.478 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.282 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.279 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:21.277 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.082 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:21.079 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:21.077 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:20.881 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:20.878 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:20.876 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:20.680 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:20.678 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:20.676 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:20.480 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:20.477 debugQuooker other Tuya oddities - don't know how to handle it, skipping it for now...

dev:662022-06-04 10:17:20.474 debugQuooker description is read attr - raw: 51CB0100001801002044E2FF2030E4FF2000, dni: 51CB, endpoint: 01, cluster: 0000, size: 18, attrId: 0001, encoding: 20, command: 0A, value: 44E2FF2030E4FF2000

dev:662022-06-04 10:17:15.285 debugQuooker energy is 61.82 kWh (no change)

dev:662022-06-04 10:17:15.282 debugQuooker Desc Map: [raw:51CB01070212000025261800000000, dni:51CB, endpoint:01, cluster:0702, size:12, attrId:0000, encoding:25, command:0A, value:000000001826, clusterInt:1794, attrInt:0]

dev:662022-06-04 10:17:15.278 debugQuooker description is read attr - raw: 51CB01070212000025261800000000, dni: 51CB, endpoint: 01, cluster: 0702, size: 12, attrId: 0000, encoding: 25, command: 0A, value: 261800000000

dev:662022-06-04 10:17:14.881 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:14.873 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:14.727 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:14.718 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:14.490 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:14.481 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:14.294 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:14.285 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:14.108 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:14.100 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:13.883 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:13.874 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:13.677 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:13.669 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:13.477 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:13.468 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:13.276 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:13.268 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:13.076 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:13.067 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:12.876 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:12.867 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:12.675 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:12.666 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:12.474 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:12.465 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:12.273 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:12.264 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:17:12.073 debugQuooker Desc Map: [raw:51CB010B041E050521EC0008052109000B05290000, dni:51CB, endpoint:01, cluster:0B04, size:1E, attrId:0505, encoding:21, command:0A, value:00EC, clusterInt:2820, attrInt:1285, additionalAttrs:[[value:0009, encoding:21, attrId:0508, consumedBytes:5, attrInt:1288], [value:0000, encoding:29, attrId:050B, consumedBytes:5, attrInt:1291]]]

dev:662022-06-04 10:17:12.064 debugQuooker description is read attr - raw: 51CB010B041E050521EC0008052109000B05290000, dni: 51CB, endpoint: 01, cluster: 0B04, size: 1E, attrId: 0505, encoding: 21, command: 0A, value: EC0008052109000B05290000

dev:662022-06-04 10:15:02.752 traceQuooker sendZigbeeCommands received : [he raw 0x51CB 1 0x01 0x0000 {10 00 00 04 00 00 00 01 00 05 00 07 00 FE FF}, delay 200, he rattr 0x51CB 0x01 6 0 {}, delay 2000, he raw 0x51CB 1 0x01 0x0702 {10 00 00 00 00}, delay 2000, zdo bind 0x51CB 0x01 0x01 6 {A4C1388E199D4F77} {}, delay 2000, he cr 0x51CB 0x01 6 0 16 0 600 {}, delay 2000, zdo bind 0x51CB 0x01 0x01 0x0702 {A4C1388E199D4F77} {}, delay 2000, he cr 0x51CB 0x01 1794 0 37 60 3600 {640000000000} {}, delay 2000]

dev:662022-06-04 10:15:02.730 traceQuooker polling.. refreshAll is true

dev:662022-06-04 10:15:02.727 debugQuooker refresh()...

dev:662022-06-04 10:15:02.721 infoQuooker configure()..

dev:662022-06-04 10:15:02.719 infoQuooker configuring the switch and energy reporting..

dev:662022-06-04 10:15:02.717 infoQuooker Auto polling is disabled

dev:662022-06-04 10:15:02.709 infoQuooker Debug logging will be automatically switched off after 24 hours

dev:662022-06-04 10:15:02.693 infoQuooker Debug logging is true Description text logging is true

dev:662022-06-04 10:15:02.691 infoQuooker Updating Quooker (Energy plug 1) model TS011F presence: present AlwaysOn is false

My apologies for all the logs, I am not sure if these are helping, but I hope they do as it is the only thing I can do to try to help developing this driver. I will keep an eye on all the 24 plugs which now are in use whats happening with normal logging (all only have kWh).

Thank you for the logs, they are definitely helpful!. The Energy reporting part of this driver is something that I haven’t paid much attention until today , as I was mostly interested in the power reporting, but now is the right time to clean it up.

This is now fixed in the development branch ver. 1.5.0 2022/06/04 7:16 PM

You can quickly update the driver to the latest dev. version by pressing the Import button:

There is also a warning that the preferences settings will be reset if the Initialize button is pressed manually.
image
It will be better if Initialize button is replaced with Configure button, but this change is too risky to be implemented now.

@kkossev I like these plugs and where you are heading with your driver. I've got that last beta version loaded and have one of the 20 amp plugs connected to a small AC unit with a Kill A Watt device between the AC and Tuya Plug.


image

Currently


image

Amps are not updating and that's what I'm focused on at the moment. Would you expect that with how I have preferences set?

I like your Initialize note which helps explain what's going on. That said, I've never understood what the normal "Default" or "Configure" buttons do because it's not clear to the average person who just want to use smart home devices without getting a formal higher education degree to do so.

Is Initialize something closer to Reset where a device will have it's preference values reset to some agreed upon neutral set of values? If that is the case then the English word might be reset instead of initialize. It would also be interesting to hear how your initialize button compares to both Configure and Default buttons on other device drivers.

Thanks for all of the attention you are giving this particular device!

1 Like

@mpoole32 I am not quite sure that I understand your test setup as shown on your picture... What is the device with the Reset and Test buttons - a dummy load or ..? The TS011F socket is probably below the Kill-A-Watt device?

Have in mind, that the amperage measurement will not work if the current is flowing in a reverse direction, i.e. when the In and Out terminals are reversed (this is easier to be mistaken when wiring DIN rail circuit breakers w/ measurement features).

Amperage measurement may not work also for reactive (mostly inductive or mostly capacitive) type loads.

Do you see any amperage values if you switch the 'Optimize polling and logging' preference option on?

I will comment on the Initialise vs Configure buttons in the next days, but I fully agree these are confusing for all HE users, as different drivers may have different functionality implemented. Exposing the Initialise functionality in the UI for this Zigbee driver was a mistake.

1 Like

Air conditioner is the test load and the Kiil-A-Watt device is good for showing accurate measures like watts, amps, kwh, voltage. Since I'm not an expert at anything those devices make it as clear for folks like as can be when it comes to power consumption in real time.

I was waiting to hear back from you before toggling your settings to see if I would wake up the amp reporting and will go for that now. Here's what I see with logging turned on with those previous setting values from my initial reply to you.

The On/Off and the energy readings are received every minute when the "Optimize polling..." is not enabled. I suppose you don't need these readings every minute, so switching the 'Optimize' option (it's the default setting) should prevent this frequent unnecessary reporting.

When you have a chance, try the measuring plug with a pure active load ... like an incandescent bulb or a heating device - will there be a difference in the amperage reading that makes sense?

Also, please turn on the Debug logs.

This is with an active load. Kill A Watt at the bottom reflect accurate 4 amp load. Should kwh be cumulative? Currently it resets when load goes to zero.

Failed to turn on Debug logging this test.




Turned debug on so here's a few seconds of that.

I love an honest coder :slight_smile:

1 Like