(02.07.2025, 09:48)RomansP Wrote: Hi
Please try this and give a feedback
Code:local zb = require('applibs.zigbee')
local ieee = 'f4ce36e12b9esa24'
local res, err = zb.cmdsync('getnamedattributes', ieee, 'HaElectricalMeasurement', {'RmsVoltage'})
log(res)
log(err)
Hi, this works. Thank you.
Log:
testz 02.07.2025 13:06:29
* table:
["RmsVoltage"]
* number: 242
testz 02.07.2025 13:06:29
* nil
(02.07.2025, 09:48)RomansP Wrote: Hi
Please try this and give a feedback
Code:local zb = require('applibs.zigbee')
local ieee = 'f4ce36e12b9esa24'
local res, err = zb.cmdsync('getnamedattributes', ieee, 'HaElectricalMeasurement', {'RmsVoltage'})
log(res)
log(err)
Maybe you can help me with reading another value.
See attached images. I want to read Total Active Energy.