Hello
I have device which use ZSU Zigbee module and Arduino board.
Device contains 8 relays controlled from app and related buttons connected to MCU.
I use Tuya_ZIGBEE_MCU_SDK library for arduino.
Base functionality works fine - I can control relays by pushbuttons and app and it synchronize with app.
Problem occurs after restart of device.
I have DPID 27 named "relay status" which give me possibility to choose between off, on and remember last status.
Whatever I choose - device reset all statuses ater restart
This is only information and MCU should remember statuses or it comes from ZSU / gateway?
If it's remember by ZSU - how to get statuses after restart?