Hello,
Is it possible to send out some MQTT command that tells the Shelly Plug US (Gen 2) to rebroadcast its sys event?
Right now, I can use this payload: {"id":0, "src":"shellies/mqtt_explorer", "method":"MQTT.GetStatus"}
(or “Sys.GetStatus”) and can see some of the results in the RPC response, but I’m looking for the payload found in shellies/shelly-<device-id>/status/sys
to be resent out. The reason is that I’m building a cache of this data (such as the MAC address, uptime etc) for a flow in NodeRed that’s monitoring that topic.