DHLF

Results 12 comments of DHLF

Do I get this right? Due to speed improvement you store the found values in RAM? So all we have to do is.. expanding memory? Double the memory from 16...

After a brief look over the hexview.py file I have to admit that python is NOT my cup of coffee. Few parts looks familar but most of the code seems...

At least there **should** be another button added which compares the previous hex window content with actual values and THEN show differences in red or whatever. It would be enough...

> > there are basically no "tutorial-like" resources on GC/scanmem > > Not really true. It started with > https://www.youtube.com/watch?v=V9w_dg4kTgM > in 2008 showing scanmem 0.07 against a Flash game....

Deye microinverter polling time is set to 5 minutes(default). If you want to change(shorten) this you MUST contact Deye(registration, serial number, etc. needed) and left your device connected to the...

@kababoom Your solution looks great(adding POWER as I*U for the 4 PV) but.. I dont know where to put those stuff.. Just adding the lines into the deye_4mppt.yaml or into...

To add another inverter you MUST add another solarman integration. DONT change the (first) one you got already running! Any change there will "drop" the first inverter and add the...

I got a master-slave configuration working(mixed 600+2000).. where the 600 as first and the 2000 as last device in the "string" so output of the 2000 would went into the...

The SUN800G3 with two mppt transmits total power(watts) for BOTH(PV1+PV2) combined. As the data for each PV module is given in amps and voltage you can calculate it for yourself...

Crawling around I *may* have found a solution: Putting this into the /config/configuration.yaml: ``` template: - sensor: - name: deye_2k_pv1_wattz unit_of_measurement: "W" state: "{{ (states('sensor.deye_2k_pv1_voltage') | float) * (states('sensor.deye_2k_pv1_current') |...