Hello,
I have several of the DMOF1 plugs and since I migrated to the new app and ST platform, the Dome Plugs are not reliability powering off/on the plugs through the app. I get network timeout errors and the state of the plug shows on when it’s off and vice versa. I tried contacting Dome support but got no response – I’m not sure they are in business anymore.
Yes, I tried the classic app as well. Both apps show inconsistent on/off status. When I press the on/off, there status takes a long time to change and there are times the status shows on when the plugs is off (ans vice versa). The new app consistently pops up "A network or server error occurred. Try again later"
This shouldn’t make a difference, but replace lines 597 and 598 with the code below, save/publish your changes, close/re-open the mobile app, and see if that fixes it.
sendEvent(getEventMap("switch", val, null, "Switch is ${val}"))
sendEvent(getEventMap("status", val, false))
Why aren’t you just using one of the built-in generic handlers? This device isn’t really special so you can use mine to change the settings and then change it back to one of the original handlers so that you’ll have local execution…