David Rapan

Results 637 comments of David Rapan

I just found out that it's exactly the same as [kstar_hybrid](https://github.com/davidrapan/ha-solarman/blob/dev/custom_components/solarman/inverter_definitions/kstar_hybrid.yaml), so there is really no need to add new profile.

> Maybe create a way to show multiple names to the same file. I'll think about it. 😉

Hi @Mights001, it's kinda known issue. Logger sometimes responds that ~half of the payload is zeroed. I added a "detection" for `total_increasing` sensors, so in case of corruption it drops...

I'm pretty sure it's logger related, meaning the logger is sending bogus (corrupted) data. :-/ Maybe you could try setting (if you don't care about the cloud) Working Mode: Transparency...

Hmm.. can you provide the debug log? But maybe not every logger firmware supports this "mode".

Hi @ikeare, your question does not contain enough information and I have unfortunately no idea what device you are referring to here.

The profile for Deye String inverters contains the grid and load power sensors, but unfortunately the registers with values for a specific phase are currently not known.

Hi @Florea-I-Alexandru, the logger is connected to the inverter, so it can only read what the device itself provides.

Hi @trash-panda-v91-beta, if the `sofar_g3.yaml` file works without this particular entity description, it can be removed or a modifier can be added. 😉

Well, you'll have to do the debugging yourself. You can start by using your file, but add: ``` requests_fine_control: ``` right above existing `requests`, so it looks something like this:...