goecharger / go-eCharger-API-v2

New API specification for V3 and V4 go-eCharger
91 stars 20 forks source link

modelStatus 26; rst=true; nmo=true needs reboot #165

Open kolAflash opened 1 year ago

kolAflash commented 1 year ago

I missed some information in the API documentation on my trip trough Denmark.
I have no phone running the app, so I use the API to control the Go-E Charger Gemini Flex from my notebook.

modelStatus

When not enabling Norway mode (nmo != true) I get modelStatus: 26. Only values up to 24 are documented. Please document 26 and probably 25 too.

reboot = true

Documentation says:

| Key        | R/W        | Type                         | Category      | Description                                                                         |
| ---------- | ---------- | ---------------------------- | ------------- | ----------------------------------------------------------------------------------- |
[...]
| rst        | W          | any                          | Other         | Reboot charger                                                                      |

That sounds like rst can be set to any value to reboot. But for me rebooting only worked when setting rst=true.

nmo=true needs reboot

To make nmo=true (Norway mode enabled) work I had to reboot the device after changing the setting. Please document that!

erxbout commented 2 months ago

This was added recently and meant NotChargingBecauseError As you already stated a reboot is needed to clear the error..

Not sure if an error should happen in the first place.. will investigate that