Replies: 11 comments 3 replies
-
Hi @MalteSchm, |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Yes it is a power supply. I will use it to charge the Battery.
I will control this unit (and the Hoymiles Inverter) via mqtt through openDTU. This control is complex and will be handled on a different device The Huawei is connected to the ESP32 via CAN bus. BTW: This requires a bit of thinking as the Pylontech CAN interface and the Huawei run at different speeds (which make them incompatible). I suppose we both use the CAN controller build into the ESP32 which can only handle a single bus. Attaching two screenshots of the UI. The values would normally populate but I'm in the process of building an electric cabinet right now and don't have things connected. |
Beta Was this translation helpful? Give feedback.
-
BTW: Status is that I receive current values from the PSU. They are displayed on screen. Setting limits should work but needs testing. The control / data reporting via MQTT is still something that I need to implement. |
Beta Was this translation helpful? Give feedback.
-
Hi @MalteSchm with the CAN interface, I can't support you. I don't own a Pylontech. This code was contributed by @berni2288 . Our Powerlimiter has some safty features, if the Pylontech is not responding anymore. But at the end, you always should have an battery protection independent from the OpenDTU. |
Beta Was this translation helpful? Give feedback.
-
That sounds great. I also already thought about doing this. awattar.at in Austria also has a hourly plan and the energy price is usually very cheap around 3-4 am in the morning.
Do you want to use both - Pylontech and your Huawei PSU - at the same time or only the Huawei? If only Huawei: that's no problem. the Pylontech interface will not be initialized when the battery CAN interface is disabled (which it should be by default). |
Beta Was this translation helpful? Give feedback.
-
I'm almost done with the change but have run into an issue with Mqtt. It seems that the published amount of data is more then espmqtt can handle. The current implementation is almost at the edge here already. Is this a known issue? |
Beta Was this translation helpful? Give feedback.
-
I created a PR here: #144 |
Beta Was this translation helpful? Give feedback.
-
Hope, that I have tomorrow time to merge your code into dev. |
Beta Was this translation helpful? Give feedback.
-
it would be nice to do automatic charging according to input power coming from solar >0 Watt .. same code as zero export I guess with hoymiles part of the project |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Hi,
Not sure how how to best get in contact, hence the issue...
I started to integrate a Huawei AC PSU as an AC based charging source into openDTU. Not fully ready yet but I'm on a good trajectory to complete this soon. Is there interest in a PR?
BTW: I have a pending PR on openDTU that adds two battery related safety features for the inverter. It may be better suited for this project though
BTW2: I realized yesterday that my intended setup is similar to what you're using (Victron MPPT / pylontech) so I'll be using your project as a basis going forward
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions