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
sosprz edited this page Mar 7, 2024
·
10 revisions
Open port without TLS in docker compose
Copy token from Nettemp settings
Turn on RULE in ESP EASY, tools > advanced
Set rule
Reboot ESPEasy
ESP Rule
On System#Boot do
timerSet,1,60
Endon
On Rules#Timer=1 do
PostToHTTP, http://192.168.2.59:8000/,'Authorization: Bearer 1234567890%LF%Content-Type: application/json',`[{"rom":"espeasy1_cpu_system","value":"%sysload%","name":"esp_cpu", "group":"espeasy", "type":"system"}]`
timerSet,1,60
endon