cathiele / homeassistant-goecharger

Home Assistant custom_component for controlling the go-eCharger EV-Charger
MIT License
89 stars 29 forks source link

Gemini partly works with api v1 enabled #70

Open PulsarFX opened 2 years ago

PulsarFX commented 2 years ago

I have a new gemini flex with version 53.7. After enabling local HTTP API v1 in the app, most of the values show up. So far I could successfully test changing max amps.

Plugin Version: 0.25.1

PulsarFX commented 2 years ago

I had to rewrite the first comment. What works: Volts, Amps, Watts, set values, Informational Data

What is missing: all temps

unsure: status, pre/post contactor, adapter, charge_err, charger_access: they shows a value, but no history (history shows a graph with y from 0..1 )

Geminis started shipping last week, so more devices might show up ;-)

cathiele commented 1 year ago

Thank you for testing it. can you test if you can see the temperature values in the http://ip-of-charger/status response?

it think the temps should be in the "tma" attribute.

PulsarFX commented 1 year ago

this is the whole response. no tma present.


{"version":"B","tme":"0101-300146","rbc":"15","rbt":"2815892","car":"2","amx":"24","amp":"24","err":"0","ast":"0","alw":"1","stp":"0","cbl":"32","pha":"63","fsp":"0","dws":"1451424","dwo":"180","adi":"0","uby":"0","eto":"2147","wst":"3","fwv":"053.7","nrg":[225.99,232.19,236.84,5.89,230,0,0,51,0,0,0,520,99.54528,85.44713,72.58181,100],"sse":"200450","wss":"*****","wke":"********","wen":"1","cdi":"1","tof":"101","tds":"1","lbr":"151","aho":"0","afi":"6","azo":"0","ama":"32","al1":"10","al2":"16","al3":"20","al4":"24","al5":"32","cid":"255","cch":"65535","cfi":"65280","lse":"0","ust":"0","wak":"********","r1x":"2","dto":"0","nmo":"0","sch":"AAAAAAAAAAAAAAAA","sdp":"0","eca":"0","ecr":"0","ecd":"0","ec4":"0","ec5":"0","ec6":"0","ec7":"0","ec8":"0","ec9":"0","ec1":"0","rca":"1","rcr":"","rcd":"","rc4":"","rc5":"","rc6":"","rc7":"","rc8":"","rc9":"","rc1":"","rna":"n/a","rnm":"n/a","rne":"n/a","rn4":"n/a","rn5":"n/a","rn6":"n/a","rn7":"n/a","rn8":"n/a","rn9":"n/a","rn1":"n/a","loe":0,"lot":32,"lom":6,"lop":50,"log":"","lof":0,"loa":0,"lch":30}
``