--
You received this message because you are subscribed to the Google Groups "Resol Vbus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resol-vbus+...@googlegroups.com.
To post to this group, send email to resol...@googlegroups.com.
Visit this group at http://groups.google.com/group/resol-vbus.
For more options, visit https://groups.google.com/d/optout.
<screenshot.png>
--
You received this message because you are subscribed to the Google Groups "Resol Vbus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resol-vbus+...@googlegroups.com.
To post to this group, send email to resol...@googlegroups.com.
Visit this group at http://groups.google.com/group/resol-vbus.
For more options, visit https://groups.google.com/d/optout.
stat: cannot stat `/dev/tty_resol': No such file or directory that is what I get. Any idea? I don't think the drivers are installed for the vbus to usb. Which that being said How do I go about doing that?
Thanks
--
You received this message because you are subscribed to the Google Groups "Resol Vbus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resol-vbus+...@googlegroups.com.
To post to this group, send email to resol...@googlegroups.com.
Visit this group at http://groups.google.com/group/resol-vbus.
For more options, visit https://groups.google.com/d/optout.
Hi,
You will need a permanenty running machine, in my case this is a raspberry pi which captures the data every minute.This is the vbus-capture tool which just writes the data into an sqlite database.This must be adapted for the vbus lan adapter or replaces with your script, which than has to write the data to a sqlite database.The vbus-server is just a small program which gets the data back out of the sqlite database and formats to csv.
You also need a permanently running machine (for example a RaspberryPi) if you want to access it from any devices (smartphone, ...)
For this solution, you have to copy your script to the machine and make in executable as an cgi script and also configure a webserver on that machine.
--
You received this message because you are subscribed to a topic in the Google Groups "Resol Vbus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/resol-vbus/eDK9Zg6oUGw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to resol-vbus+...@googlegroups.com.
To post to this group, send email to resol...@googlegroups.com.
Visit this group at https://groups.google.com/group/resol-vbus.
$ mkdir -p /opt/vbus
$ cd /srv/vbus
Is this not an error? It should creat a folder in /srv/vbus instead /opt/vbus? or not?
I've created an folder vbus in /srv/vbus
Sorry for my basics questions
You received this message because you are subscribed to the Google Groups "Resol Vbus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resol-vbus+...@googlegroups.com.
To post to this group, send email to resol...@googlegroups.com.
Visit this group at https://groups.google.com/group/resol-vbus.
For more options, visit https://groups.google.com/d/optout.
See step: Compile the data collector service and the include mqtt library...
$ cd /srv/vbus/collector/paho.mqtt.c
$ mkdir build && cd build
$ cmake -DPAHO_BUILD_STATIC=TRUE ..
$ make -j
$ cd /srv/vbus/collector
$ make
You are not in the correct directory, the first command should change the directory to
/srv/vbus/collector/paho.mqtt.cSee step: Compile the data collector service and the include mqtt library...
Great it woks! I see some values of my MX Contorller
In your Readme is an error in the beginning of the path, should be
$ sqlite3 /srv/vbus/collector/data.db "SELECT * FROM data ORDER BY id DESC LIMIT 4;"
$ sqlite3 /opt/vbus/collector/data.db "SELECT * FROM data ORDER BY id DESC LIMIT 4;" 174837|2015-09-02 11:28:10|10:24|18.8|20.9|22.6|22.9|0|0|2302|2425 174836|2015-09-02 11:29:07|10:22|18.9|20.9|22.7|22.9|0|0|2302|2425 174835|2015-09-02 11:30:05|10:21|18.8|20.9|22.6|22.9|0|0|2302|2425 174834|2015-09-02 11:31:03|10:20|18.9|20.9|22.6|22.9|0|0|2302|2425
--
You received this message because you are subscribed to the Google Groups "Resol Vbus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resol-vbus+...@googlegroups.com.