29.06.2022, 11:11
I noticed that the Active Power measurement of my Aqara Zigbee plugs is not working anymore, however I don't know for how long that is. The On/Off command is working though.
Also the zigbee device information of the Aqara plug shows in it's profile Electrical Measurement and Activepower.
However the logs show something strange "unsupported attribute", but maybe this is not related.
I also tried by removing the device and re-adding is, but Active Power keeps at 0.0W
I'm running on Zigbee v20220322 and Logicmachine SW 20211215
Can you have a look? Thanks!
Also the zigbee device information of the Aqara plug shows in it's profile Electrical Measurement and Activepower.
Code:
Manufacturer: LUMI
Model: lumi.plug.maeu01
Device type: Router
Power source: Mains
Receive when idle: Yes
Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- DeviceTempCfg (2)
- Identify (3)
- Groups (4)
- Scenes (5)
- OnOff (6)
- Alarms (9)
- SeMetering (1794)
- HaElectricalMeasurement (2820)
Output clusters
- Time (10)
- Ota (25)
Endpoint 242
Profile: 41440
Output clusters
- GreenPwr (33)
Reported attributes
- activepower: 0.1
- onoff: true
- powerdivisor: 1000
- powermultiplier: 1
However the logs show something strange "unsupported attribute", but maybe this is not related.
Code:
2022-06-29 12:59:06 ZB: packet from 54ef4410003a6b1e:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 66, GeneralCommandFrame = { CommandIdentifier = "ReadAttributesResponse", ReadAttributesResponse = { ReadAttributeStatusRecords = [ { AttributeIdentifier = 1024, Status = "UNSUPPORTED_ATTRIBUTE" }, { AttributeIdentifier = 769, Status = "SUCCESS", Attribute = { Type = "uint24", Value = 1 } }, { AttributeIdentifier = 770, Status = "SUCCESS", Attribute = { Type = "uint24", Value = 1000 } } ] } } }
I also tried by removing the device and re-adding is, but Active Power keeps at 0.0W
I'm running on Zigbee v20220322 and Logicmachine SW 20211215
Can you have a look? Thanks!