Replies: 2 comments 12 replies
-
I guess, you must use
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Well, with this config everything looks good, just the enable isn't working, but I can live without that if there is no solution..
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I have a charger which is working with esphome. I found that I can enable rest interface in esphome and than I can use that to work with evcc. Unfortunately I'm not familiar with this, so please help me. I made this config:
I have problem with the "enable", and maybe the "maxcurrent" not working, rest looks good.
The answer of enable query looks like:
http://192.168.1.86/switch/enable
{"id":"switch-enable","value":true,"state":"ON"}
I can turn on off off with:
http://192.168.1.86/switch/enable/turn_on or http://192.168.1.86/switch/enable/turn_ff
The answer of maxcurrent query looks like:
http://192.168.1.86/number/max_amps
{"id":"number-max_amps","value":"16","state":"16"}
I can set to 10A with: http://192.168.1.86/number/max_amps/set?value=10
Can anybody help me how to make it work?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions