Hi everyone,
Im trying to control a home automation device with an ccimx6ulsbc with yocto and an xbee3. Once the HA devices are in my network I use a python program to control them. The problem is that i cant find what message I have to send to receive the ON/OFF status of this devices.
for writting ON I use this message:
message=b'\x01\x00\x01'
remote = RemoteZigBeeDevice(xbee, XBee64BitAddress.from_hex_string(mac))
xbee.send_expl_data_async(remote, message, se, de, clid, prfid)