Search found 3 matches

by sanderj1985
Friday 15 May 2020 20:04
Forum: Other questions and discussions
Topic: CVS file (on pi) to virtual sensors
Replies: 34
Views: 4993

Re: CVS file (on pi) to virtual sensors

Waaren,

Thx the script is now working perfect.

Have a nice weekend!
by sanderj1985
Friday 15 May 2020 14:21
Forum: Other questions and discussions
Topic: CVS file (on pi) to virtual sensors
Replies: 34
Views: 4993

Re: CVS file (on pi) to virtual sensors

Waaren, Thank you for the information. I have dzVents working. The only problem is one command. domoticz.utils.osExecute('/home/pi/resol-vbus.rs/examples/formatter/formatter -- simple-json /tmp/current_packets.vbus') When I put the command ('') in Putty it works and the vbus file is decoded. But ...
by sanderj1985
Wednesday 13 May 2020 21:01
Forum: Other questions and discussions
Topic: CVS file (on pi) to virtual sensors
Replies: 34
Views: 4993

Re: CVS file (on pi) to virtual sensors

Waaren, Thank you for al the info. I can decode my vbus file with manual codes. But automatic doenst work yet. Which codes have you added in crontab? 0/1 * * * * wget -O /home/pi/resol-vbus.rs/vbus/current_packets.vbus http://192.168.2.19/current/current_packets.vbus 0/1 * * * * /home/pi/resol-vbus ...