You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also not sure if the AWS IDs were a part of it too, I got the feeling there were 2 backend systems and they were migrating systems, mine stopped working weeks after the app was updated. I'm not familiar with AWS to know the significance of the IDs only that they've been changed in the app.
The text was updated successfully, but these errors were encountered:
andrewleech
changed the title
If I recall correctly all MQTT functions were removed from the mobile app but the unit still seems to use it.
Remove remaining mqtt and update AWS ids
Nov 29, 2022
I don't think the web API can do anything to improve the delay because certainly nothing has changed in the protocol between AWS, the magiqtouch wifi box and the magiqtouch panel itself. When I was originally sniffing traffic between these to figure this all out I concluded the delays were very much in the magiqtouch hardware and there's not much can be done to fix that.
However, the web API does seem to have one big advantage; making further changes during the delay period from a previous change seem to behave better.
Previously touching anything in the app before the previous setting had gone through completely often ended up reverting the first setting, I don't think that's as bad now.
If I recall correctly all MQTT functions were removed from the mobile app but the unit still seems to use it.
I believe they replaced the same status update request with this web call but not sure if it improves the delay.
See RefreshData function here:
https://github.com/mrhteriyaki/MagIQTouch-Control/blob/master/SeeleyControl/SCData.cs
I'm also not sure if the AWS IDs were a part of it too, I got the feeling there were 2 backend systems and they were migrating systems, mine stopped working weeks after the app was updated. I'm not familiar with AWS to know the significance of the IDs only that they've been changed in the app.
Originally posted by @mrhteriyaki in #1 (comment)
The text was updated successfully, but these errors were encountered: