This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Namron Zigbee Thermostat compatibility
#2
Most likely you need to specify manufacturer code when reading these attributes. Try 0x1224 or 0x125D:
Code:
local manufcode = 0x1224
local temp, err_temp = zb.cmdsync('getrawattribute', mac, endpoint, cluster, 65506, manufcode)

You can adjust the script sleep interval as needed instead of checking the time in the script.

Another option is to monitor report messages coming from ZigBee: https://kb.logicmachine.net/libraries/zi...al-devices
Reply


Messages In This Thread
RE: Namron Zigbee Thermostat compatibility - by admin - 08.07.2025, 08:23

Forum Jump: