githubDante / deye-controller

DEYE Hybrid inverters library
MIT License
31 stars 5 forks source link

Many issues to a mega tool #9

Open europer opened 6 months ago

europer commented 6 months ago

First of all this looks fantastic even though I come with a lot of questions (sorry). I can now see that this will work. First, a prologue where I am standing and my approach.

  1. sudo apt-get install git
  2. sudo apt-get install cmake
  3. git clone https://github.com/3cky/mbusd.git mbusd.git
  4. cd mbusd.git
  5. mkdir -p build && cd build
  6. cmake -DCMAKE_INSTALL_PREFIX=/usr ..
  7. make
  8. sudo make install
  9. sudo nano /etc/mbusd/mbusd.conf.example
  10. systemctl start mbusd@ttyUSB0.service (nicht zwingend notwendig)11. journalctl -u mbusd@ttyUSB0.service -f -n 10
  11. sudo systemctl enable mbusd@ttyUSB0.service

And here it would be possible to control the Deye. But at given time Im stopped here.................

Now, I saw your article here, and in Home Assistant, I use the integration Solarman and the WiFi dongle at my Deye. It works perfectly and can SEE all values but can't send commands to control my Deye.

So, here are my questions (every start is hard).

  1. On what system does this Deye control run (PC, Raspi),
  2. Is it Linux/Debian?
  3. Can I use Node-Red for this? Or how do I communicate with your code so that I can use it for my issues?

Here are some pics where I would love to control the Deye (the rest for monitoring is the HA from Solarman integrated).

So my goal is to change the values over the system work mode Work Mode1: Selling First, Zero Export to laod/Ct and Energy pattern (batt/load first) Work Mode2: all parameters

Battery Settings, Batt Set 2 the Ampere (at me the 80A in the pic) and the Grid charge and Grid Signal.

Thanks in advance and have a marry xmas.

BR Europer

2023-12-23 15_21_42-Settings – Home Assistant und 1 weitere Seite - Persönlich – Microsoft​ Edge 20231217_140952 20231217_141001 20231221_212352

githubDante commented 6 months ago

Hi @europer,

Sorry for the late resonse. Directly on your questions:

europer commented 5 months ago

Sorry for late respone my self. I will try it, anyway thanks .