I’m currently looking at moving from OpenHAB v1.8 over to Home Assistant.
It seems to do everything I need except one thing, OpenHAB has a binding to connect to the Resol controller on my solar hot water service. Anyone know if there is something similar in HA?
platform: command_line
command: “curl -s /dlx/download/live | jq -r ‘.headersets[0].packets[3].field_values[2].raw_value’”
name:
scan_interval: 100
The json is a kind of weird, therefore you have to play a bit arund to find your values.
I am also interested in getting Resol vbus data to Home Assistant. I’ve an RS232 interface that is connected to my solar controller and I can get data on /dev/ttyUSB0 but I have no idea how to proceed.
I’ve just created a custom_component for ResolVbus, available on https://github.com/epenet/hassResolVbus
I use it with a USB serial adapter connected to a Vitosolic 200 (destination 0x0010, source 0x7321).
What kind of RS232 adapter are you using and any additional hardware? I’m trying to get raw Vbus data into Homeassistant and thought you couldn’t just use a standard RS232.
Any advice much appreciated.
I tried to connect my deltasol BS plus today.
It won’t work.
I use a wellemann vma440 https://www.velleman.eu/products/view/?id=441224 to connect Vbus to USB.
Configuration file are edited to match the addresses for my unit.
Tried to connect TX to pin 9 and RX to pin 10, no flashing LED.
Swapped the pins and RX on pin 9 and TX on pin 10, TX LED flashing.
After a time I get this error:
Log Details (WARNING)
Tue Dec 03 2019 23:10:01 GMT+0100 (CET)
Update of sensor.myresol is taking over 10 seconds.
Any ideas what to do?
Do I need to activate something in Deltasol? Coluldnt find anything in the manual.