CidiRome

Results 7 comments of CidiRome

The .htaccess file is not a script. This file contains configurations for the web server to interpret. The first line I made changes was a correction because the regular expression,...

I solved the problem by correcting the line 22 to: > RewriteCond %{REQUEST_URI} !^/.well-known/.*$ and adding, after line 179, the following line: > RewriteCond %{REQUEST_URI} !^/.well-known/.*$ Hope it is useful...

Hello. Reg 22 seems to have the Date and Time, it matches: > [dividi@rocky ~]$ deye-regtest 192.168.192.12 2913021234 22 3 > [6148, 6154, 11018] > 6148 24 4 > 6154...

Hello. I found this document elsewhere that seems to be accurate for my inverter, be aware that some registries return different values according what type of inverter you are connecting...

Hello. Very nice, I confess that I'm learning how to read and write the registers from your code and not using it at all (seems I'm mostly using pysolarmanv5), but...

Hello. Thank you for trying, that register changes this two values (at least the 2 less significant bits do): ![image](https://github.com/githubDante/deye-controller/assets/39540049/dd5b921b-e3d2-45aa-b053-951db91c32a1) By reading lots of 100 R/W registers at a time...

Hello. Seems good to me. I'm currently focusing on sending the data I read from the inverter to EmonCMS. I already gathered all the values I want and put them...