Support for the Resol VBUS protocol?
Moderators: leecollings, remb0
-
- Posts: 7
- Joined: Thursday 12 November 2020 21:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
Looking at Javalin's picture I think I found my opps and plan to re-do it tonight...Thank you Javalin !
Just curious - in your final pic it looks like you have another analog line coming into the same ardunio. What is that from ?
bbqkees : How much do you want for one of the PCBs ?
Just curious - in your final pic it looks like you have another analog line coming into the same ardunio. What is that from ?
bbqkees : How much do you want for one of the PCBs ?
-
- Posts: 7
- Joined: Thursday 12 November 2020 21:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
bbqkees : Looking at your original breadboard pic, I can't clearly see the colors. What size is the resistor between pins two and five ? I thought it should be 22k, which should be red-red-orange.
-
- Posts: 7
- Joined: Thursday 12 November 2020 21:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
Ok - rebuilt mine using Javalin's pic as reference. I had a real stupid mistake on mine which is why it didn't work (Output to analog on pin 1 of the LM339N, not pin 2!)
It's now working...mostly. I'll need to wait for the sun to be out to make sure its getting motor speed, etc. Plus it didn't get the time right. But it did get the temperature of the tank and the panels, so I know the board is talking to the resol controller. Now (I think) it's just a software problem, likely due to the way the fields are mapped.
There is a big difference between bbqkees and javalins version : The cap from +5V to ground. Mine seems to work without the cap....Should I add it ?
Thank you bbqkees and javalin for your help !!!
It's now working...mostly. I'll need to wait for the sun to be out to make sure its getting motor speed, etc. Plus it didn't get the time right. But it did get the temperature of the tank and the panels, so I know the board is talking to the resol controller. Now (I think) it's just a software problem, likely due to the way the fields are mapped.
There is a big difference between bbqkees and javalins version : The cap from +5V to ground. Mine seems to work without the cap....Should I add it ?
Thank you bbqkees and javalin for your help !!!
- bbqkees
- Posts: 407
- Joined: Sunday 17 August 2014 21:01
- Target OS: Linux
- Domoticz version: 4.1x
- Location: The Netherlands
- Contact:
Re: Support for the Resol VBUS protocol?
@SPM97 the 100nF you mean? That's a small smoothing cap recommended by the datasheet of the LM393.
I worked a bit on a prototype for a Wi-Fi Gateway for the VBUS but put it aside to do other stuff. Stil have to look into it again.

Bosch / Nefit / Buderus / Junkers / Worcester / Sieger EMS bus Wi-Fi MQTT Gateway and interface boards: https://bbqkees-electronics.nl/
-
- Posts: 71
- Joined: Tuesday 30 April 2019 16:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Location: Portugal
- Contact:
Re: Support for the Resol VBUS protocol?
Looks very nice!!

Go ahead with it!

-
- Posts: 71
- Joined: Tuesday 30 April 2019 16:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Location: Portugal
- Contact:
Re: Support for the Resol VBUS protocol?
I'm happy that you've gotten it. I don't use a capacitor and it has been working fine for a year. I use my own custom version of the bbqkees script that send the data via Wi-Fi. The first thing you have to do is configure the parameters of the arduino script to be able to visualize the temperatures, number of hours of operation relay, time, heatquantity (kwh), etc. What is the model of your controller? I sent an attachment to look my floorplan in domoticz.spm97 wrote: ↑Wednesday 18 November 2020 9:42 Ok - rebuilt mine using Javalin's pic as reference. I had a real stupid mistake on mine which is why it didn't work (Output to analog on pin 1 of the LM339N, not pin 2!)
It's now working...mostly. I'll need to wait for the sun to be out to make sure its getting motor speed, etc. Plus it didn't get the time right. But it did get the temperature of the tank and the panels, so I know the board is talking to the resol controller. Now (I think) it's just a software problem, likely due to the way the fields are mapped.
There is a big difference between bbqkees and javalins version : The cap from +5V to ground. Mine seems to work without the cap....Should I add it ?
Thank you bbqkees and javalin for your help !!!
PS: The two wires that you see in the last photo are for the PZEM energy meter that I have placed to measure the consumption of the pump and booster heater tank.
- Attachments
-
- floorplan.JPG (48.76 KiB) Viewed 1637 times
-
- Posts: 7
- Joined: Thursday 12 November 2020 21:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
Ok - so mine is running and logging ! It's a deltasol BS, ID's as a 427B, so I had to update the code for all the correct offsets for pump hours and system time.
I'll post some pics next time I have it apart.
I'll post some pics next time I have it apart.
-
- Posts: 7
- Joined: Thursday 12 November 2020 21:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
I finally had a chance to pull mine apart and get some pics. It's not the prettiest, but it works 
It's an Arduino Uno, a custom shield I made from a prototyping shield, and then a fairly stock display.
The modification to the display is it was using pins 8 and 9 for en and rs. That conflicts with the softserial used by the vbus lib, so I hacked it to use pins 2 and 3.
Here is the custom board, zoomed in. The blue light should come on when the pump is running (it doesnt because the connection broke lose; I still need to fix that). You'll notice the RTC. It isnt used, as it also conflicts with softserial.
Let me know if you have any comments or feedback.

It's an Arduino Uno, a custom shield I made from a prototyping shield, and then a fairly stock display.
The modification to the display is it was using pins 8 and 9 for en and rs. That conflicts with the softserial used by the vbus lib, so I hacked it to use pins 2 and 3.
Here is the custom board, zoomed in. The blue light should come on when the pump is running (it doesnt because the connection broke lose; I still need to fix that). You'll notice the RTC. It isnt used, as it also conflicts with softserial.
Let me know if you have any comments or feedback.
-
- Posts: 7
- Joined: Thursday 12 November 2020 21:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
And here it is working !
- bbqkees
- Posts: 407
- Joined: Sunday 17 August 2014 21:01
- Target OS: Linux
- Domoticz version: 4.1x
- Location: The Netherlands
- Contact:
Re: Support for the Resol VBUS protocol?
Nice. My board stopped working early this year, still have to look at it again.
I made a PCB design 2 years ago but that is also in a drawer somewhere.
I made a PCB design 2 years ago but that is also in a drawer somewhere.
Bosch / Nefit / Buderus / Junkers / Worcester / Sieger EMS bus Wi-Fi MQTT Gateway and interface boards: https://bbqkees-electronics.nl/
-
- Posts: 6
- Joined: Monday 11 January 2021 11:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
I am also wanting to build this scheme for my Solar Pump.
But i cant't get my hands on an LM339N. Anyone knows where to order this component ?
But i cant't get my hands on an LM339N. Anyone knows where to order this component ?
- waltervl
- Posts: 5762
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Support for the Resol VBUS protocol?
https://www.electrabreda.nl/lm-serie/10 ... w-pwr.html
https://www.knutselaar.eu/Store/5-x-lm339n.html
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 6
- Joined: Monday 11 January 2021 11:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
Thank you Walter. I just ordered one at the Breda shop.
-
- Posts: 6
- Joined: Monday 11 January 2021 11:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Support for the Resol VBUS protocol?
I have all the components. But then i discovered i need some protcocol codes.
I have Deltasol SL. Anyone knows the VBusprotocol specification for the Deltasol SL ?
Update:
It works. i can read the Boiler temp and the collector temp. So i only using the default code. Thats good enough for me.
Thanks everone for this forum thread.
I have Deltasol SL. Anyone knows the VBusprotocol specification for the Deltasol SL ?
Update:
It works. i can read the Boiler temp and the collector temp. So i only using the default code. Thats good enough for me.
Thanks everone for this forum thread.
Re: Support for the Resol VBUS protocol?
Hello,
Is it possible to have arduino code to implement this setup ?
Thanks for the work
Is it possible to have arduino code to implement this setup ?
Thanks for the work
Who is online
Users browsing this forum: No registered users and 1 guest