-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-e Charger #57
Comments
Hi! Thanks for your kind words. I'd love to add support for your charger, but kindly read the wiki on how-to first. Let me know if anything is unclear. Cheers! |
Hi. My checkboxes look like this: Cable unlock mode.:
Force state.:
Logic mode.:
Phase switch mode.:
These input selects are originally configured as a slider: Maximum current limit.:
Requested current.:
These input selects are originally configured as fields to manually enter values: Automatic stop energy.:
Automatic stop time.:
I'd be grateful if you could point me in the right direction. |
Hi, Sounds nice you are having progress! Unfortunately the select-entity is not fully supported "natively" as it wasn't available when the card was initially made. It seems quite popular these days, so I'll take a look at implementing it better (but don't expect it to happen very soon though, days are too full right now). You probably already know, but a basic implementation works, for instance something like:
The above will open the HA default UI when clicking on the select entity of the card, so it's not using the card dropdown items and gives an additional step which is of course not the intetion of the card. If there was a service to call, the card has an option to use custom dropdownitems. The current limit list is used as default, so you would have to specify to use those dropdowns like the below example:
Yet, the card does nothing with the selection. You'd have to specify a service call for that to happen which works well for "regular" services. I see that the select integration provides a service call named select.select_option which in theory may work with the card. Something like:
I'm not sure if the select integration requires the value (for instance 0) or if it allows for the text (for instance "Normal") to be sent. Something like the below should in theory work, but I couldn't get it running when doing a quick test on one of my select-entities:
The value #SERVICEVAL is replaced by the card to selected value when executing the call. Either I did some silly mistakes in my test here, or there is some kind of bug or mismatch with the select service call. Perhaps you could fool around with it and see if you get it working or what error messages you get? |
I tried this:
... the checkbox shows up correctly, but I get the following message:: When I call it directly from the entity, I get the following message: |
Yeah, that's what I got. There might be some incompatability. I'll see if I can fix it. |
It would be great |
I think I managed to get this function to work properly, now it looks like this and works:
....and the forum post on this topic was helpful.: |
I'm sorry that the code looks like this, before when I pasted the formatting was correct, in the preview I have it normally. |
I have just stumbled across this post. By the way are you aware of the go-e (mqtt) HACS integration ? and the older http api v1: |
I just installed the Gemini as well. Is anyone so kind and shares his code for a nice Gemini card (template)? Im not able to configure :-( |
I have not had the opportunity to look into it myself since, but I gather that @tomik671108 might already have sussed out the required If so it would be great to have visibility of this if working for you @tomik671108 ? |
Thank you soooo much!! Much appreciate it :-) Made my day <3 |
@tomik671108 |
@tmjo @tomik671108 I was wondering if you had or already knew of a way to use an animated .gif overlay that would be triggered when the charger is active ? |
Good morning.
I really like the created card.
I would like to adapt the card to my go-e Charger myself, but I don't know if I can do it, I'm not that advanced yet.
Is it possible to include the go-e Charger in the list of devices?.
Documentation needed:
https://github.com/goecharger/go-eCharger-API-v2
https://github.com/syssi/homeassistant-goecharger-mqtt
The behavior of the LEDs is described in the user manual:
https://strapi-s3-bucket.s3.eu-central-1.amazonaws.com/20230613_go_e_Charger_Gemini_FLEX_INSTALLATION_AND_OPERATING_GUIDE_EN_WEB_V1_2_832adb73fc.pdf
Regards
tomik67
The text was updated successfully, but these errors were encountered: