So I'm pretty nerdy and I've got quite a lot of my house wired up to a home automation system. Lights turn on automatically when I move about. I can shout at Google to tell me stuff about the house. The washing machine in the garage announces that it's done to stop us leaving stuff in there until it smells. I get a warning when the cat's GPS tracker leaves the area. Like I said, nerdy stuff.
My home automation system runs on a Raspberry Pi, using a piece of software called Home Assistant. It plugs into many different smart devices and integrates into many online services.
Anyway, was interested in getting the information about the van's solar panel on my phone. I've got a Victron setup. The smartphone app is OK, but it's a bit basic. On another thread, steveh57 got me interested in running the Victron control system software on a Raspberry Pi. I played with this for a bit. But it seemed a bit limited.
I wondered if I could use Home Assistant in the van. I've got ideas for a bit of Google voice integration and a few other bits. But I wanted to know if I could get the data from the solar panel without having to run the Victron software. It turns out that someone has already done the work for me. With a £5 ESP microcontroller, two wires and about 15 minutes of play, I can get the data out of the Victron and into Home Assistant.
At the moment the ESP board is powered by a USB battery pack and it's mounted to a breadboard with a couple of jumper wires. So it needs to be made more permanent. But it works!
Info on how to connect Home Assistant to a Victron solar controller is here:
My home automation system runs on a Raspberry Pi, using a piece of software called Home Assistant. It plugs into many different smart devices and integrates into many online services.
Anyway, was interested in getting the information about the van's solar panel on my phone. I've got a Victron setup. The smartphone app is OK, but it's a bit basic. On another thread, steveh57 got me interested in running the Victron control system software on a Raspberry Pi. I played with this for a bit. But it seemed a bit limited.
I wondered if I could use Home Assistant in the van. I've got ideas for a bit of Google voice integration and a few other bits. But I wanted to know if I could get the data from the solar panel without having to run the Victron software. It turns out that someone has already done the work for me. With a £5 ESP microcontroller, two wires and about 15 minutes of play, I can get the data out of the Victron and into Home Assistant.
At the moment the ESP board is powered by a USB battery pack and it's mounted to a breadboard with a couple of jumper wires. So it needs to be made more permanent. But it works!
Info on how to connect Home Assistant to a Victron solar controller is here:
GitHub - KinDR007/VictronMPPT-ESPHOME: Victron Mppt charger ve.direct to esphome node
Victron Mppt charger ve.direct to esphome node. Contribute to KinDR007/VictronMPPT-ESPHOME development by creating an account on GitHub.
github.com