Connecting Victron to Home Assistant using MQTT

Поділитися
Вставка
  • Опубліковано 13 гру 2023
  • Hi Everyone, In this video, I show you how to locally connect your Victron device (such as the Cerbo GX) to home assistant using MQTT. This way you can control and monitor your Victron devices and use home assistant for automation and creating better dashboards.
    touch victron.conf file:
    connection victron
    address 192.1CHANGE THIS
    topic N/# in 0 victron/
    topic R/# out 0 victron/
    MQTT Topic (9:17):
    victron/R/48e7da85ccd9/system/0/Serial
    Code Github Page (12:10)
    gist.github.com/KidA001/dc558...
    Other Resources:
    www.imval.tech/index.php/blog...
  • Навчання та стиль

КОМЕНТАРІ • 50

  • @benschaefer6858
    @benschaefer6858 2 місяці тому

    Amazing video - it's so fulfilling to see my Victron data on HA. I struggled a bit and now I will never forget this mosquitto has 2 T'S! 🙂

  • @PatrickDanforth
    @PatrickDanforth 2 місяці тому

    Thanks! Very helpful, it took me two tries but it is up and running now!

  • @juanpierredutoit4293
    @juanpierredutoit4293 4 місяці тому

    Thanks so much, learnt a ton today! Thank so much for all the time you put into this!

  • @JMX246
    @JMX246 6 місяців тому +4

    well explained - new to both of these - thanks for posting ! (using it with VenusOS on the Victron side) - RPI3B and on the HA side - new RPI4-4gb

  • @sweetlifeadventure7
    @sweetlifeadventure7 5 місяців тому +2

    Wow! Exceptionally clear and I am now convinced that I will be doing this. You got me from "wow that's a thing?" to "I'm doing this with my new build". I can see that the monitoring side will be great to have, PLEASE make a part 2 showing what we can do or control!

    • @Marstepan
      @Marstepan 3 місяці тому

      check your venuos firmware release on your cerbo and if you have anything after 3.30 you please replace the payload for keepalive with: victron/R//keepalive

  • @Marstepan
    @Marstepan 3 місяці тому

    topic W/# out 0 victron/
    examples of controls please! ;) thank you for clear and 'end to end' approach! great work. looking forward for 'controls' part 2!

  • @remimunteanu
    @remimunteanu 4 місяці тому +1

    You can also add "topic W/# out 0 victron/" to the mqtt config file and it will alow you to change some settings also (write topics). Great video !

  • @bwebman
    @bwebman Місяць тому

    Amazing, thank you! Now I can set up some automations to efficiently use any excess power I might have!

  • @Alex-jw9xx
    @Alex-jw9xx Місяць тому +1

    really, really well explained, thank you so much!

  • @ruidias9622
    @ruidias9622 3 місяці тому +1

    Thank you! Worked without issues!

  • @soucraven
    @soucraven 7 днів тому

    Excellent!!! This is fully superb job

  • @DannyCsaszar
    @DannyCsaszar 5 місяців тому

    thanks for posting this, got mine setup now. One thing that had this old man stumped is that the "!" is what I missed in your video at time 12:51. Once I added it then the mqtt started working

  • @JMX246
    @JMX246 6 місяців тому +8

    would be great if you could do a PART-II on how to integrate this into HA dashboards

  • @Nogodsnomasterz
    @Nogodsnomasterz 5 місяців тому +1

    Great video! Really appreciate you taking the time.

  • @VincentArdolino
    @VincentArdolino 2 місяці тому

    Wow, mind blown 🤯 This is an amazing crash course in MQTT and Victron and Home Assistant. I have all these systems living on islands because I’ve never had any luck with setting up the MQTT broker. This was a high speed crash course that delivers so much information into a highly compressed timeline. Great job.

  • @dougle03
    @dougle03 Місяць тому +1

    This really is a great video. However, This can also be done with the 'HACS' Add-on using the 'Victron GX modbusTCP integration'. It passes through all possible data and is far easier to install and configure.

  • @kellyjsanders86
    @kellyjsanders86 4 місяці тому +1

    How much does the recent Victron implementation of FlashMQ (from Mosquitto) change your approach? thx

  • @timlucas4014
    @timlucas4014 6 місяців тому +1

    Thanks for this but
    I had to add address 192.1CHANGE THIS :1883 ( the :1883 )
    Also
    active: true
    folder: mosquitto
    and
    my HA IP address rather than core-mosquitto
    For any one else having problems

  • @HaithamAbouBakr
    @HaithamAbouBakr 5 місяців тому

    Hi thanks for posting this. i wonder whether you had a chance to have cerbo GX integrated with Fibaro HC3. let me know if you did this before

  • @rodneyhrytsak3407
    @rodneyhrytsak3407 4 місяці тому

    Hello! At 4:29 it does not bring me straight to that page. Where do you enter the samba credentials that were setup in samba share in home assistant?

  • @scottmurphy1146
    @scottmurphy1146 5 місяців тому

    FANTASTIC
    I'm gonna build one
    Any thoughts on getting a Growatt AIO Inverter into Venus OS via RS485/CAN via Modbus/MQTT ?
    I'M looking
    WOW
    I found you
    Thank You !

  • @remimunteanu
    @remimunteanu 4 місяці тому

    If you are runnig Venus OS 3.20 or later you can avoid message flood by publishing '{ "keepalive-options" : ["suppress-republish"] }' on 'victron/R/YOUR-SERIAL-NUMBER/keepalive' using a periodic timer, and to get all topics (like first connection) you can publish to the same 'keepalive' topic but with no message and it will query all topics. Hope this helps :)

  • @timtaylor8557
    @timtaylor8557 28 днів тому

    So this won't work with just a Smartsolar MPPT controller?

  • @Przedzik
    @Przedzik 3 місяці тому

    great Video !!! I like to add more entities, start with one grid power I copy all exactly as loads just change values too much my mqtt but can't get them visible in the HA :(
    # AC Grid
    - state_topic: "victron/N/my id /system/0/Ac/Grid/L1/Power"
    name: "AC Grid"
    unique_id: "ac_grid"
    device_class: power
    value_template: '{{ value_json.value }}'
    unit_of_measurement: "W"
    icon: mdi:power-socket-uk
    am I missing some step?

  •  Місяць тому

    I managed to integrate Victron VRM into home assistant, but with a small problem: the data is only available when I connect with my VRM application on my phone. As soon as I am no longer connected via my application, the data is no longer updated in home assistant. How to fix this problem ?

  • @MOKPT3
    @MOKPT3 5 місяців тому +1

    Thank you so much. I have 2 Cerbos. How can I get data from both?

    • @melonmonkeygarage7735
      @melonmonkeygarage7735  5 місяців тому

      Hmmmm. I'm not entirely sure, I bet you would have to add both to the victron.conf file. But would probably have to use different variables for the topics (N and R). Then you would probably have to add another path to the keep Alive automation using the new variables for the second cerbo.

  • @toukevable
    @toukevable 4 місяці тому

    Hi, thank you for your vid but I'm stuck at 4:29. I put credentials in samba share but I don't have home assistant poping in network (except my link to home assistant web browser) , what should I do ?

    • @juanpierredutoit4293
      @juanpierredutoit4293 4 місяці тому

      Just pop in your homeassistant IP into explorer "If you are on Windows you use \\\, if you are on MacOS you use smb:// to connect to the shares." Thats where you enter the Samba creds you made.

    • @rodneyhrytsak3407
      @rodneyhrytsak3407 4 місяці тому

      Same! Did you find a solution?

  • @didierv3069
    @didierv3069 2 місяці тому

    Great job but I'm block at minute 11:15 when you connect Home Assistant Hurrican. I receved a disconnected server message. What's wrong? Thanks

    • @Wirelessinfopuntbe
      @Wirelessinfopuntbe 2 місяці тому

      My to, I receved also a disconnected server message.

  • @patrickruiz6764
    @patrickruiz6764 3 місяці тому +1

    merci pour ce tuto que j'ai eu du mal a comprendre je me serre de duckdns pour acceder a hom-assistant je n'arrive pas !!!! peut tu m'aider merci

  • @marekmelena1913
    @marekmelena1913 4 місяці тому

    Problem here.. I was successful. Up to automation. I see mqtt messages in mqtt eplorer - cerbo. But i dont see it in HA mqtt explorer. Any clue? Id is correct.

    • @marekmelena1913
      @marekmelena1913 4 місяці тому

      fixed! i totally missed to change FALSE to TRUE in mosquitto broker.. :)

  • @ppi57
    @ppi57 5 місяців тому

    On a Mac, I can't make a file with .conf as the suffix... it defaults to .rtf

    • @ppi57
      @ppi57 5 місяців тому

      Ok, I rounded up an old laptop but when I click on Homeassistant under "Networks" it sends me right to the home assistant instance webpage... what am I missing?

    • @AdiMock
      @AdiMock 5 місяців тому

      That‘s my problem too.

    • @melonmonkeygarage7735
      @melonmonkeygarage7735  4 місяці тому

      sorry for the late response, it sounds like home assistant is only showing up under "other devices" on the network page in file explorer. It should be showing up under the "computer" section. On my laptop I couldn't get it to show up properly using samba share either, so I had to map network drive. Here is the resources I used.
      community.home-assistant.io/t/samba-share-not-accessible-through-windows-10/352134/2
      I got it to work using the info posted by francis, and I entered the credentials set in the samba share addon. Hope this helps!

  • @thomasengel5387
    @thomasengel5387 Місяць тому +1

    Victron has switched to "FlashMQ". Unfortunately, your instructions no longer work.

  • @digitalmarketersouravbd
    @digitalmarketersouravbd 6 місяців тому +1

    Hey there, I watched your video and it's amazing. Your content is very great. But some problem is found in your channel, so your videos are not reaching the right audience. Due to this, the video is getting enough views. As a result, your watch time is not increasing. if you want I can talk about it.

  • @aaronsingmaster1936
    @aaronsingmaster1936 5 місяців тому +2

    FYI 'touch.Victron.conf' is not the name of the file you want to create (of course, you can if you want). "touch" is a linux command that creates an empty file, thus "touch Victron.conf' creates a file, 'Victron.conf'.

    • @melonmonkeygarage7735
      @melonmonkeygarage7735  4 місяці тому

      that makes more sense! ha

    • @ondrejcervik4724
      @ondrejcervik4724 4 місяці тому

      Hello Please could you give me hint. I stuck on creating config file in shares. Can I do it in file editor? And how it should be named please?