<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.domoticz.com/index.php?action=history&amp;feed=atom&amp;title=VBusDecoder</id>
	<title>VBusDecoder - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.domoticz.com/index.php?action=history&amp;feed=atom&amp;title=VBusDecoder"/>
	<link rel="alternate" type="text/html" href="https://wiki.domoticz.com/index.php?title=VBusDecoder&amp;action=history"/>
	<updated>2026-09-18T22:40:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.domoticz.com/index.php?title=VBusDecoder&amp;diff=14859&amp;oldid=prev</id>
		<title>Walter vl at 15:59, 30 December 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.domoticz.com/index.php?title=VBusDecoder&amp;diff=14859&amp;oldid=prev"/>
		<updated>2020-12-30T15:59:41Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
==Resol VBus support==&lt;br /&gt;
&lt;br /&gt;
===Method one: VBusDecoder sketch via Arduino and sending data via HTTP GET requests to Domoticz===&lt;br /&gt;
&lt;br /&gt;
There are many solar, system and heating controllers sold by the German brand Resol®.&lt;br /&gt;
&lt;br /&gt;
Popular models are derivatives of the DeltaSol® and DeltaTherm® range.&lt;br /&gt;
Some controllers are also built for and sold by other brands.&lt;br /&gt;
&lt;br /&gt;
They all have a kind of a serial port with a protocol called VBus®.&lt;br /&gt;
&lt;br /&gt;
The controller usually sends out multiple types of datagrams, of which one in particular is very useful.&lt;br /&gt;
&lt;br /&gt;
It contains a list with all the current values of all sensors, pumps and switches.&lt;br /&gt;
It might also count the total heat production.&lt;br /&gt;
&lt;br /&gt;
Now there is a way to acquire and convert all the data the controller outputs via this port and send the values to Domoticz.&lt;br /&gt;
&lt;br /&gt;
You need some additional hardware to get this to work.&lt;br /&gt;
&lt;br /&gt;
-Arduino microcontroller&amp;lt;br&amp;gt;&lt;br /&gt;
-Wiznet 5100 Ethernet shield&amp;lt;br&amp;gt;&lt;br /&gt;
-VBus to UART converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first two are of the shelf boards. The VBus to UART converter is a circuit you need to build by yourself.&lt;br /&gt;
One of the possible working schematics is the following: [https://piamble.wordpress.com/tag/vbus/ click]&lt;br /&gt;
&lt;br /&gt;
After building the hardware you possibly need to add your own controller to the list.&lt;br /&gt;
&lt;br /&gt;
All the code and further instructions can be found on [https://github.com/bbqkees/vbus-arduino-domoticz GitHub].&lt;br /&gt;
&lt;br /&gt;
Forum topic: [http://www.domoticz.com/forum/viewtopic.php?f=31&amp;amp;t=8370 click]&lt;br /&gt;
&lt;br /&gt;
===Method 2: VBus to Pi and decoding via Python script===&lt;br /&gt;
&lt;br /&gt;
If the VBus to UART converter is coupled to a RS232-USB converter, the data can be read by the Pi.&lt;br /&gt;
With a Python/LUA script and the necessary conversions the data can be sent to Domoticz directly.&lt;br /&gt;
This has not been done yet.&lt;br /&gt;
&lt;br /&gt;
===Method 3: VBus to Resol DL2 Datalogger and readout via LUA===&lt;br /&gt;
See [https://www.domoticz.com/forum/viewtopic.php?f=34&amp;amp;t=11818&amp;amp;p=84886#p84886 this topic]&lt;br /&gt;
You can add a Resol DL2 Datalogger and read out the logger via local IP with a LUA script.&lt;br /&gt;
&lt;br /&gt;
[[Category:Domoticz]]&lt;br /&gt;
[[Category:Setup]]&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
[[Category:Utility]]&lt;br /&gt;
[[Category:Power]]&lt;br /&gt;
[[Category:Heating]]&lt;br /&gt;
[[Category:Scripting‏‎]]&lt;br /&gt;
[[Category:Lua]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Raspberry Pi]]&lt;/div&gt;</summary>
		<author><name>Walter vl</name></author>
	</entry>
</feed>