Refresh a specific HS device status on click action

I am looking at a way to have an immediate refresh of the status of a device after a button press.

Actually, if I press a button that kicks a scene to change a device status on Homeseer, the status of that devices takes up to 10 second to update on the Homeremote app Label of this device.

If I look at Homeseer when I press the buton to kick the scene, the status of the device change in less than a second, I would have tought that this change would be almost immediatly shown in Homeremote

thanks

The Home Remote does not do a full refresh in its polling loop. It uses getdeviceschanged which will waits for HomeSeer to announce the update.

I do see that I have a forced 4 second delay in using those values after sending a change request. This was to prevent values from bouncing back & forth during the change. This makes sense after making changes to a device attribute but probably not so much for scenes/events. I’ll the next release, I’ll remove that 4 second delay for HomeSeer Events. That could help a bit.

https://docs.homeseer.com/display/HSPI/getdeviceschanged