"Hacking" my Victron MPPT to add ONE MISSING Function!

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 61

  • @mariousai
    @mariousai 6 месяцев назад +2

    ohhh I love this!
    I'll try as soon as possible.
    at the moment I just integrated my Victron Smart Shunt by bluetooth, using BatMon

    • @KPeyanski
      @KPeyanski  6 месяцев назад +1

      This is working perfectly so far. You have my two hands recommendation!

  • @Andre98765
    @Andre98765 Год назад

    many thanks for this tutorial, I just set this up with my ioBroker (using esphome adapter). it saves me from using a raspberry pi in my garden house

  • @MrRoboto2338
    @MrRoboto2338 3 месяца назад

    Shouldn't this also work with the Victron Blue solar version, which is only missing Bluetooth capability?

  • @STRANAIF
    @STRANAIF 6 месяцев назад +1

    Note that for the 75 volt model, the VE.Direct port is upside down. The pins from left to right then become 4 3 2 1 or 5V TX RX GND

    • @KPeyanski
      @KPeyanski  6 месяцев назад

      Thanks for that info :)

  • @DivinaFarms_James
    @DivinaFarms_James 3 месяца назад

    Did you add a voltage divider or logic level converter between the ESP and the Victron device? Or was it measuring 3v3 between Tx & Ground on your solar charger?

    • @KPeyanski
      @KPeyanski  3 месяца назад

      No, I'm not using a voltage divider

    • @DivinaFarms_James
      @DivinaFarms_James 3 месяца назад

      @@KPeyanski All good. I ended up using esphome-victron_ble on an ESP32. So far it seems to be working.

  • @paulsharp1712
    @paulsharp1712 Год назад

    Hello does D1 communicate the data via mini usb or wifi network?
    Also can you connect multiple Victron devices? I have BMV-720 and 2x MPPT

  • @rolandkowalke
    @rolandkowalke Год назад +3

    Hi Kiril - I built the tool with the D1 mini pro and flashed it with your source code. Pin D7 connected to pin 3 and GND to PIN 1 of the MPPT.
    But my log just says:
    [W][victron:093]: Last transmission too long ago
    Can you tell me what's wrong?

  • @kconatymd
    @kconatymd 7 месяцев назад

    will this work with the Multiplus Inverter/charger?

  • @fibranijevidra
    @fibranijevidra Год назад +3

    It would be cool to show how to intergate it to the HA energy dashboard.

    • @FCTruter
      @FCTruter Год назад +2

      Agreed, great idea for a follow up video

    • @KPeyanski
      @KPeyanski  Год назад

      Yes, I have to play with it first :)

    • @uwe.herting.37431
      @uwe.herting.37431 Год назад

      A Zigbee plug - or in this case a Wifi plug - which measures power would be the easiest for the 230V consumption. For charging some input might be used. So there is a in/out from the battery which shows up in the HA energy dashboard.

  • @richardmrozinsky3323
    @richardmrozinsky3323 11 месяцев назад +1

    Thanks for the tutorial! I had to change the UART id, but other than that all is working well. I'd like to set this up with the BMV-712. It would appear I need to add the various BMV-712 sensors into the yaml file. I'm not sure of the details yet, but if anyone else has instructions on how to do this it would be appreciated. Thanks again.

    • @KPeyanski
      @KPeyanski  11 месяцев назад

      Glad it helped! For the BMV I can suggest to ask the author of the code in GitHub ;)

    • @skm7812
      @skm7812 7 месяцев назад

      Did you find out how to do it with BMV-712? Thx.

  • @Francois_Dupont
    @Francois_Dupont 10 месяцев назад

    in the picture you show connecting the WeMos to a computer using USB. is is possible to then run the WeMos board stand-alone after it is flashed? for example my victron is very far away from my HomeAssistant server.

    • @KPeyanski
      @KPeyanski  10 месяцев назад +1

      yes, you can leave it wherever you want as long as it have a wifi coverage on the place you wanted to be

  • @NtotheO91
    @NtotheO91 Год назад +1

    Is there a specific reason why you choose the esphome over Modbus TCP for reading and writing data which Victron provides OOTB?

    • @KPeyanski
      @KPeyanski  Год назад

      I don’t know how to make such an integration yet. Can you please share some links to some working solutions

    • @thebobcotton
      @thebobcotton Год назад

      The output of the solar charge controllers are ascii over serial only. You need a Venus on pi or a Cerbo

  • @Andre98765
    @Andre98765 Год назад

    Do you know what I can do with ve bus devices (e.g batteryprotect from victron). This device doesn't have ve direct interfaces

  • @kpredkiewicz
    @kpredkiewicz Год назад

    Out of curiosity - does this work wireless, or the data goes trough cable?

  • @DincaSilviu61
    @DincaSilviu61 Год назад

    Hello. I’m from Romania and I have a home assistant system for monitoring the devices in the house. the photovoltaic system consisting of 4 mppt epever tracer 4210 and rj45 wi-fi modules. how could I integrate those mppts in ha? they are connected to the internal network and I have their ip. they work with epever pair cloud. I greet you.

  • @jackofmosttrades.masterofsome
    @jackofmosttrades.masterofsome Год назад

    As usual a fantastic tutorial. Well done!
    This is the first time I have used ESPhome. I have a boat and just installed a victron charger on board. So this is perfect for me.
    However, my D1 mini will not connect to the wifi....
    I had a spare D1 mini, so I tested it on my house installation of home assistant and that one wouldnt connect to wifi either (completely different router, Rpi etc)...
    I googled for solutions, tried them all and still no luck....... :(
    Any ideas?

    • @KPeyanski
      @KPeyanski  Год назад

      What the ESPHome logs are saying?

    • @jackofmosttrades.masterofsome
      @jackofmosttrades.masterofsome Год назад +1

      @@KPeyanski I found this issue. The old incorrect wifi password trick!
      I changed it in the secrets and it still didnt work, which is where my frustration began and when I messaged you. It turns out that if you change the secrets info, you have to reflash esp. Or at least that is what worked in my case.
      I now have remote access to my battery charger on my boat!
      I used a different victron yaml to suit my model of charger, but it worked perfectly in the end.
      Thanks for the idea! :)

  • @emphantom9122
    @emphantom9122 11 месяцев назад

    Hello. What other board can I use? For example esp32 WiFi.

    • @KPeyanski
      @KPeyanski  11 месяцев назад +1

      In theory any esp32 or esp8266 board should do!

  • @robertwhite2171
    @robertwhite2171 2 месяца назад

    I have the ESP32 S3 mini board working if anyone needs the code.
    Also i was thinking maybe add a BME680 to monitor the temp and humidity of my enclosure on the wall.

  • @Baje36
    @Baje36 Год назад +1

    Can i use ESP32 instead of 8266?. Great videos btw!

    • @KPeyanski
      @KPeyanski  Год назад +1

      Of course, you can use both ESP32 & ESP8266. Also I'm so glad that you like my videos 😎

    • @Baje36
      @Baje36 Год назад

      @@KPeyanski Finally got back to this. You have the wires labelled wrong in your video. Pins 1,3 When it should be 2,4. Great video otherwise! Thanks!

    • @uwe.herting.37431
      @uwe.herting.37431 Год назад

      @@Baje36 In the git repository pin 1/3 are mentioned, too. From where did you get it that it is rather pin 2/4 and which Victron device are you using? In the PDF about the MPPT chargers by Victron there is a jumper between pin 2/3 (the two centre pins) to be seen. Do you know the purpose of the jumper by chance? Thanks in advance!

    • @Baje36
      @Baje36 Год назад

      @@uwe.herting.37431 No i dont sorry, But im using a Victron 75/15 Controller.

    • @Baje36
      @Baje36 Год назад

      Update - Been a good few weeks and working without hitch so far.

  • @fedemejuto
    @fedemejuto 2 месяца назад

    My victron mppt has no bluetooth, its needed for the process?

    • @kecke2937
      @kecke2937 Месяц назад

      No I dont think so

  • @shaynewarren
    @shaynewarren Год назад

    Is it possible to add another victron device to the same D1 mini?

    • @KPeyanski
      @KPeyanski  Год назад

      I don't know maybe you have to try and see

  • @holgerwinkelmann6219
    @holgerwinkelmann6219 Год назад

    Does it also work with VE_Bus ?

  • @subthousandoaks
    @subthousandoaks 10 месяцев назад +1

    Ty!!

    • @KPeyanski
      @KPeyanski  10 месяцев назад

      thank you too...

  • @sureaa
    @sureaa Год назад

    Can I use Arduino IDE?

    • @KPeyanski
      @KPeyanski  Год назад

      Probably you can, but not with this code and project

  • @SayWhaaaaaaaaaaaaaaaaaaaaaaat
    @SayWhaaaaaaaaaaaaaaaaaaaaaaat 2 месяца назад

    YOU SHOULD STOP USING OLD CHIPS AND USE ESP32

  • @LoganFan
    @LoganFan 7 месяцев назад

    Hi my Friend. Good instructions, but its not working for me! Always in Log: - [15:10:00][W][victron:093]: Last transmission too long ago - No Data is coming!!! ESP is online, Script is like yours and cables are OK! Does anyone have an idea! THX all Its A Victron 75/15
    Update! Everything works perfectly! I checked everything again and discovered that there was a short circuit on the prototype shield that my ESP is plugged into.

    • @Wim-ib6qn
      @Wim-ib6qn 2 месяца назад

      I'm having the same issue. What is that prototype shield thingy? I have a short cable with a JST connector soldered to my D1,