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
Not sure about 2, I would sooner “manually” update a list of users. When I have been testing the dev branch with a view to updating our software, I have found the MQTT approach to be reliable as long as I add a delay between transmission of MQTT messages. ( I have not looked at using the response from the esp-rfid) we have about 100 users and I have found when restoring from an old file to be unreliable. About 20 members get updates, still trying to find out what is going on.
(1) works, but really anything that is a bit more atomic than one at a time. When controlling a few of these devices over several locations, with one centralized server (imagine multiple buildings in the same community) - it's more reassuring to know, that once you've updated the centralized server a full fresh copy has been sent to the associated controller and has been accepted. Rather than figuring out the deltas and sending them one at a time, with each one, increasing the chance of someone being missed.
In some installations, it might be less brittle to not sync one user at a time via MQTT, but rather do one of either or even both:
-or-
(1) and (2) are not mutually exclusive, they could work great together in concert.
The text was updated successfully, but these errors were encountered: