Beiträge von Strauss

VPN/Proxy erkannt

Es scheint, dass Sie einen VPN- oder Proxy-Dienst verwenden. Bitte beachten Sie, dass die Nutzung eines solchen Dienstes die Funktionalität dieser Webseite einschränken kann.

    Hi i am trying to get the total power value from the shelly 3EM, but it doesnt seem to accumulate...
    Right now for testing purposes i am only using one channel and this i what i get when i send the HTTP request 192.168.33.1/status

    Code
    {"wifi_sta":{"connected":false,"ssid":"","ip":"192.168.33.1","rssi":0},"cloud":{"enabled":false,"connected":false},"mqtt":{"connected":false},"time":"","unixtime":0,"serial":1,"has_update":false,"mac":"485519D7347A","cfg_changed_cnt":0,"actions_stats":{"skipped":0},"relays":[{"ison":false,"has_timer":false,"timer_started":0,"timer_duration":0,"timer_remaining":0,"overpower":false,"is_valid":true,"source":"input"}],"emeters":[{"power":934.31,"pf":1.00,"current":4.11,"voltage":227.11,"is_valid":true,"total":0.0,"total_returned":0.0},{"power":0.00,"pf":0.00,"current":0.01,"voltage":0.11,"is_valid":true,"total":0.0,"total_returned":0.0},{"power":0.00,"pf":0.00,"current":0.01,"voltage":0.09,"is_valid":true,"total":0.0,"total_returned":0.0}],"total_power":934.31,"fs_mounted":true,"update":{"status":"unknown","has_update":false,"new_version":"","old_version":"20220415-105853/v1.11.7-25-gb3b096857-v1.11.7-3em"},"ram_total":49288,"ram_free":29480,"fs_size":233681,"fs_free":158130,"uptime":2397}

    As you can see i have been running it for some time and it is dawing 934W. Thanks for helping :)

    Hi i am currently trying to make the Shelly Pro 1PM turn on and off via schedule through another ESP32 system. I have had luck turning on and off the relay with HTTP request, but i cant seem to figure out how to create a schedule through HTTP. This is what i got from the API.

    Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben, diesen Inhalt zu sehen.

    Anyone had any luck with this or any solution on how to create a schedule with a HTTP request.