Open folny opened 1 week ago
Hi @folny, so any of the already present deye_*
profiles does not work?
Hi
I can't read some registers, for example the power of inputs PV1 and PV2 and many other registers.
Enable debug logging and attach the file here.
Okay, I'll add the debug file tomorrow.
Hi
So I played around a bit today and it seems the data is now correct but I would like to know how I can read the values from the smart meter connected to the inverter so I can find out the household consumption and the energy that goes from the grid and into the grid.
Try it with deye_hybrid.yaml
profile then. String and Hybrid profiles are essentially the same but the String has fewer registers read.
I have already tried this option, but the data I need is incorrect.
So I managed to get the values of the total household consumption, I now need to get the current power from the smart meter and everything will be fine.
- name: "Load Power"
class: "power"
state_class: "measurement"
uom: "W"
scale: 1
rule: 2
registers: [0x00c6,0x00c7]
What about 203, 204?
Yes, it should be those registers, but I didn't have time to try it today, I'll try it tomorrow and let you know.
So today I added more registers to the file and it seems that everything is working as it should. So I'm adding my file here and I hope it helps someone in the future.
I think that Load Power should be unsigned.
There are more irrelevant values but I left them there.
Hi I have a deye sun-8k-g05 inverter and I can't read the power on PV1 and PV2, what are the addresses to read the power ?. Does anyone have a yaml file for this inverter where all the parameters can be read ?.