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
I have an automation coming from my Shelly EM3 that limits the WARP's current if it detects overpower on one of the phases of the house's point of delivery.
When it triggers, one can see it in the WARP's GUI:
So either /evse/automation_current is not updated or it refers to some other automation (according to the reference it's "Der von der Automatisierung erlaubte Ladestrom.").
I'll work around it by using slot[14] (will that number 14 remain the same in future firmware versions?), but this still should be fixed.
WARP 1, Version 2.6.6+675aea10 (also tested with 2.6.1 showing the same behavior)
The text was updated successfully, but these errors were encountered:
Hi,
I have an automation coming from my Shelly EM3 that limits the WARP's current if it detects overpower on one of the phases of the house's point of delivery.
When it triggers, one can see it in the WARP's GUI:
It can also be seen at slot 14 via the API:
However, the
automation_current
is still reported to be 32 amps:So either
/evse/automation_current
is not updated or it refers to some other automation (according to the reference it's "Der von der Automatisierung erlaubte Ladestrom.").I'll work around it by using
slot[14]
(will that number 14 remain the same in future firmware versions?), but this still should be fixed.WARP 1, Version 2.6.6+675aea10 (also tested with 2.6.1 showing the same behavior)
The text was updated successfully, but these errors were encountered: