Changing allow_charging mode has no effect, if authentication is required (v2-api-key: acs=1) from the go-eCharger security settings. Works fine when authentication is disabled (v2-api-key: acs=0)
Workaround
For now, disable authentication, and the allow_charging works as expected from Homey.
Expected behavior
allow_charging changes in Homey, should work also with authentication.
Related information
Check weather V2 API key acs is 0=Open or 1=Wait
If Open, no additional logic needed
If Wait, add logic to issue trx=0, before allow_charge, to authenticate an anonymous transaction, if not authenticated trx=null yet.
This will start the support for using RFID cards to authenticate RFID based transactions also.
Describe the bug
Changing allow_charging mode has no effect, if authentication is required (v2-api-key:
acs=1
) from the go-eCharger security settings. Works fine when authentication is disabled (v2-api-key:acs=0
)Workaround
For now, disable authentication, and the allow_charging works as expected from Homey.
Expected behavior
allow_charging changes in Homey, should work also with authentication.
Related information
acs
is0=Open
or1=Wait
Open
, no additional logic neededWait
, add logic to issuetrx=0
, before allow_charge, to authenticate an anonymous transaction, if not authenticatedtrx=null
yet.