-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add information of EV charger (for car) to available values #242
Comments
I have ordered the Wallbox yesterday and also want to integrate it into homeassisant via modbus. Found something about the registers in the iobroker forum. Maybe I get the wallbox up and running next weekend. Have some challenges with cabling from my house to the garage ;-) Hopefully the RS485 over Ethernet adapter will save me from pulling a new cable... |
Maybe you want it all local, but otherwise, you can use this already existing integration for wallbox in Home assistant: |
I doubt that works with the Sungrow AC011E-01 wallbox. |
How about this? Disclaimer: I don’t have a wallbox, but other people have debugged it and it should work. |
If you want to read the wallbox through the inverter, you should be able to copy the sensors into the sungrow_modbus.yaml because sungrow doesn’t like it if two modbus hubs are on the same IP. |
Louis, that's a great find! Bit I think you do not need to integrate it with the inverter yaml. They are reading the wall box data via winet-s dongle not via the integrated lan port. So no two hubs accessing the inverter directly. Will try it as soon as possible. |
That should work regardless of if you talk to the WiNet-S or directly to the inverter, I think. |
No, totally with you on that one. For me a Wallbox is an own brand, I wasnt aware that Sungrow called their Wallbox, Wallbox. And the person who asked didnt state it was a Sungrow. |
Unfortunately not. You can’t have two hubs on one single IP AFAIK. Homeassistant doesn’t like that. |
The link they included pointed to a german forum thread about the Sungrow product, though.
Why use two hubs, though? |
That’s what I already proposed earlier. I just said that it won’t work out-of-the-box when just copy pasting that into another yaml file. You will have to either copy the sensors into the existing one or use another IP to talk to the wallbox, either directly or through the inverter. |
Sorry, I must have misread that. :-) |
I got my Charger installed yesterday and followed the instructions from https://github.com/Louisbertelsmann/Sungrow-Wallbox-Modbus-HomeAssistant to setup up home assistant. For now, I see values but can't test any charging because the lag of an EV 😁 |
Maybe my forked/extended mkaiser integration is something you want to look at: There are all functions from the iSolarCloud app and works for me. |
I removed the modbus integration of the charger and switcht to EVCC.io The connection between the charger and the WiNet-S wasn't reliable and the latest update made everything worse. Don't know if this is a problem of my installation (using two RS485-to-Ethernet adapters because no cable installation possible) or with Sungrow and their Software. Before the latest update, changing anything from iSolarCloud was also very laggy and sometimes error messages were shown but changes were made anyways. With EVCC the Charging worked and the connection between EVCC and the Charger over the RS485-to-Ethernet Adapter is solid. Also I have more options how to handle and prioritize the EV and BYD Batterie. And EVCC comes with a nice addon and integration with Home Assistant. No more need to DIY your dashboard with all the values and stuff. |
First I want to thank all of you, especially mkaiser, for this great add-on in HA. I have had a PV system since yesterday and the add-on has made it very easy for me to integrate it into HA.
In addition to the inverter and the battery, I also have a wallbox from Sungrow, which is connected and controlled via the management system.
As a result, I can imagine that corresponding parameters are also available for the "EV Charger1", which can be integrated into HA.
I would like to address such an extension with this feature request.
I would like to thank you in advance for your feedback and hope that I have done this "correctly" in the form of this request.
The text was updated successfully, but these errors were encountered: