-
Notifications
You must be signed in to change notification settings - Fork 35
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
Set the Deye at its lowest possible self-consumption #31
Comments
You can play around with theese modbus registers.
|
Are you sure you need to set the 98 register? I'm just switching 111 register only every day from "No Battery" to "SoC mode" and vice versa and it is working very fine. |
I also tried the 80 register to turn off the inverter. Unfortunately you don't get any data anymore via modbus if you do that. So I switched over using the "no battery" option which is working fine. You can check my adapted config here: https://github.com/switschel/esphome-for-deye/blob/main/esphome%20extended%20config.yaml |
Thats also what I am doing, but the cude in register 111 addresses the code in 98, so I have not dared to remove it ;) |
Using the same, working good.
|
Thanks guys - I will try the 111 register. |
The best solution for reducing self consumption is to modify the "blue" button with a relay. |
I have used writing to register 80 (Inverter On/Off) on the Deye master master since I started this thread. |
Hej Klatremis,
I have 2 parallel 12 kW Deye hybrid inverters - like yours.
I want to reduce their power usage to the absolute minimum during night-time. They have a rather high idling power level (around 160W) and that's too high and ineffective compared to my house load of about 350 W. I have therefore invested in a microinverter that I crank up when our power usage is low and the sun-production has ended for the day.
I can see there is a Modbus 80 register that could be a software ON/OFF switch for the Deyes - Have you tried to address that register?
If using 80 is not feasible can you then suggest alternatives to reduce the Deye power level?
Thanks / Peter
The text was updated successfully, but these errors were encountered: