NEWS
Switchbot
-
@ostseereiter Hab jetzt die Radikalmethode gefunden. Ich starte die Instanz alle 10 Minuten neu. Kann man direkt in den Instanzen einstellen (im Expertenmodus). Dsdurch alle 10 MIinuten neue Daten
Du verbrätst allerdings für jeden Neustart api-calls.
-
Du verbrätst allerdings für jeden Neustart api-calls.
@thomas-braun mehr als nur wenn die Abfrage funktionieren würde? Aber auf jefenfsll besser als nichts
-
@thomas-braun mehr als nur wenn die Abfrage funktionieren würde? Aber auf jefenfsll besser als nichts
Das ist Alpha-Software. Kann man wenigstens da mal in die ReadMes schauen?
Request limit
The amount of API calls per day is limited to 1000 times, as a result of that we must limit the amount of API calls handled during one day
(1000 / 24 / 60 = 0.7 calls at max per minute) See issue to Add Local API Support
At adapter start we will first make 1 API call to get all devices + 1 API for each device to get all values. If u have 5 curtains for example, the adapter start will need 6 API calls to have all data complete.Jedenfalls wenn der switchbot-hub-Adapter verwendet wird.
-
Das ist Alpha-Software. Kann man wenigstens da mal in die ReadMes schauen?
Request limit
The amount of API calls per day is limited to 1000 times, as a result of that we must limit the amount of API calls handled during one day
(1000 / 24 / 60 = 0.7 calls at max per minute) See issue to Add Local API Support
At adapter start we will first make 1 API call to get all devices + 1 API for each device to get all values. If u have 5 curtains for example, the adapter start will need 6 API calls to have all data complete.Jedenfalls wenn der switchbot-hub-Adapter verwendet wird.
@thomas-braun Hatte ich überflogen den Teil mit dem Adapterneustart hab ich übersehen. (aber mit einem Api mehr nicht relevant) Wären also 15 Minuten neustart notwendig. 9 Thermometer + 1 Geräteabfrage.
Notlösung brauchbar. Aber bei vielen Thermometer generell nicht sinnvoll.