Debugging appears to only stay on for 30 minutes. Below is the log for the "Downstairs HVAC" switch.
dev:3782020-03-11 13:26:20.875 infoDownstairs HVAC energy is 1395.0403kWh
dev:3782020-03-11 13:22:57.091 infoDownstairs HVAC power is 48.4W
dev:3782020-03-11 13:22:52.121 infoDownstairs HVAC power is 3663.9W
dev:3782020-03-11 13:18:03.073 infoDownstairs HVAC power is 4679.2W
dev:3782020-03-11 13:17:58.041 infoDownstairs HVAC power is 6638.9W
dev:3782020-03-11 13:17:53.057 infoDownstairs HVAC power is 1109.2W
dev:3782020-03-11 13:00:06.592 warndebug logging disabled...
dev:3782020-03-11 12:52:53.025 infoDownstairs HVAC power is 198.9W
dev:3782020-03-11 12:52:53.021 debugdescMap:[raw:D9220107020C00042AC50700, dni:D922, endpoint:01, cluster:0702, size:0C, attrId:0400, encoding:2A, command:0A, value:0007C5, clusterInt:1794, attrInt:1024]
dev:3782020-03-11 12:52:53.014 debugdescription is read attr - raw: D9220107020C00042AC50700, dni: D922, endpoint: 01, cluster: 0702, size: 0C, attrId: 0400, encoding: 2A, command: 0A, value: C50700
dev:3782020-03-11 12:48:04.022 infoDownstairs HVAC power is 4679.2W
dev:3782020-03-11 12:48:04.018 debugdescMap:[raw:D9220107020C00042AC8B600, dni:D922, endpoint:01, cluster:0702, size:0C, attrId:0400, encoding:2A, command:0A, value:00B6C8, clusterInt:1794, attrInt:1024]
dev:3782020-03-11 12:48:04.014 debugdescription is read attr - raw: D9220107020C00042AC8B600, dni: D922, endpoint: 01, cluster: 0702, size: 0C, attrId: 0400, encoding: 2A, command: 0A, value: C8B600
dev:3782020-03-11 12:47:59.022 infoDownstairs HVAC power is 5837.4W
dev:3782020-03-11 12:47:59.016 debugdescMap:[raw:D9220107020C00042A06E400, dni:D922, endpoint:01, cluster:0702, size:0C, attrId:0400, encoding:2A, command:0A, value:00E406, clusterInt:1794, attrInt:1024]
dev:3782020-03-11 12:47:59.012 debugdescription is read attr - raw: D9220107020C00042A06E400, dni: D922, endpoint: 01, cluster: 0702, size: 0C, attrId: 0400, encoding: 2A, command: 0A, value: 06E400
dev:3782020-03-11 12:47:54.019 infoDownstairs HVAC power is 6639.4W
dev:3782020-03-11 12:47:54.016 debugdescMap:[raw:D9220107020C00042A5A0301, dni:D922, endpoint:01, cluster:0702, size:0C, attrId:0400, encoding:2A, command:0A, value:01035A, clusterInt:1794, attrInt:1024]
dev:3782020-03-11 12:47:54.012 debugdescription is read attr - raw: D9220107020C00042A5A0301, dni: D922, endpoint: 01, cluster: 0702, size: 0C, attrId: 0400, encoding: 2A, command: 0A, value: 5A0301
dev:3782020-03-11 12:30:06.535 warndescription logging is: true
dev:3782020-03-11 12:30:06.531 warndebug logging is: true
dev:3782020-03-11 12:30:06.527 traceenergyReportvalue: 3600
dev:3782020-03-11 12:30:06.522 traceenergyChangeValue: 1
dev:3782020-03-11 12:30:06.518 tracepowerReportvalue: 1800
dev:3782020-03-11 12:30:06.514 tracepowerChangeValue: 500
dev:3782020-03-11 12:30:06.504 traceUpdated()
Is there a chance that the decimal point is one digit too far to the right? Meaning that the 6638.9W is actually 663.89W? This would jive as the max consumption of the unit in the attic should be around 6 amps. The other out of whack readings might be the result of out of bounds variables or something along those lines.
I have 3 other identical switches controlling regular LED bulbs and the power reported by those seems accurate.