Hi
A number of the reliability issues come from having to go to the internet to get basic details such as where are my plants when in my mind this basic information should be available to be obtained from local databases.
local points = api({method = “GET”, url = “/api/points”})
There are a number of benefits in a less dependent architecture.
- Less server load for FB inc therefore less operational cost.
- A new market place being able to sell to ‘preppers’ for when the internet goes down.
I tend towards the latter of the two and I want to be able to code and operate my FB system off-line if I have to but really keep using it whilst the internet is still available.
My watering sequence ‘Water all’ failed to execute in the internet connection get disrupted. This is not ideal and reflects as direction of architecture that is dependent on the mothership.