7 hours ago
(11.12.2025, 07:56)admin Wrote: See this: https://forum.logicmachine.net/showthrea...2#pid40162
i saw it. But i was thinking with script a possibility to update it.
I tried:
if not zb then
zb = require('applibs.zigbee.zigbee')
local address = '54ef441000d98b22' -- Adresse IEEE de votre détecteur de fumée
cluster = 0xFCC0 -- Cluster IAS Zone (Alarme de Sécurité) 1280
attrs = { 0x0002 }-- Get rmscurrent from HaElectricalMeasurement cluster
local res, err = zb.cmdsync('getrawattribute', address, cluster, 295 ) -- 0x0002 est l'Attribut Zone Status
-- Log the result or the error
if err then
log("Error retrieving val: " .. err)
else
log("Val: " .. tostring(res))
end
end
script.disable(_SCRIPTNAME)
without luck
So your point is that i should change them ? there will be no support in futur ?
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT