Alexandre-io / homeassistant-vcontrol

Vcontrold Home Assistant add-on repository
Apache License 2.0
37 stars 23 forks source link

setup problems #21

Open garagenlager opened 1 year ago

garagenlager commented 1 year ago

edit: I just noticed that I had the wrong device ID setup. I had 20C2 which is my actual model (found through Vitosoft). This option obviously doesn´t exist in the addon. I changed it to 20CB and at least I´m getting some values in HA now. Have to follow up how I can adjust now the parameters to my actual model VDENSH01-4?


Hi, I setup a fresh HA installation on a Raspi3 just for vcontrold addon. I installed the addon locally after copying the files via samba to the PI. I also installed mqtt broker locally. Whan starting the vcontrold add-on, I receive follwing log file which contains some errors due to missing files in /etc/vontrold, see below: Any idea where my mistake is?

s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun vclient_pub (no readiness notification) services-up: info: copying legacy longrun vclient_sub (no readiness notification) services-up: info: copying legacy longrun vcontrold (no readiness notification) s6-rc: info: service legacy-services successfully started [15:21:54] INFO: Setting vcontrold host to localhost and port to 3002 ... rm: cannot remove '/etc/vcontrold/1_mqtt_commands.txt': No such file or directory rm: cannot remove '/etc/vcontrold/2_mqtt.tmpl': No such file or directory [15:21:56] INFO: Setup command 1: getTempA with type FLOAT [15:21:56] INFO: Setup command 2: getTempWWist with type FLOAT [15:21:56] INFO: Setup command 3: getTempWWsoll with type FLOAT [15:21:56] INFO: Setup command 4: getTempKist with type FLOAT [15:21:56] INFO: Setup command 5: getTempKsoll with type FLOAT [15:21:56] INFO: Setup command 6: getTempVListM2 with type FLOAT [15:21:56] INFO: Setup command 7: getTempKol with type FLOAT [15:21:56] INFO: Setup command 8: getTempSpu with type FLOAT [15:21:56] INFO: Setup command 9: getTempRaumNorSollM1 with type FLOAT [15:21:56] INFO: Setup command 10: getTempRaumNorSollM2 with type FLOAT [15:21:57] INFO: Setup command 11: getTempRaumRedSollM1 with type FLOAT [15:21:57] INFO: Setup command 12: getTempRaumRedSollM2 with type FLOAT [15:21:57] INFO: Setup command 13: getBrennerStatus with type FLOAT [15:21:57] INFO: Setup command 14: getBrennerStarts with type FLOAT [15:21:57] INFO: Setup command 15: getBrennerStunden1 with type FLOAT [15:21:57] INFO: Setup command 16: getBrennerStunden2 with type FLOAT [15:21:57] INFO: Setup command 17: getPumpeStatusM1 with type FLOAT [15:21:57] INFO: Setup command 18: getPumpeStatusSp with type FLOAT [15:21:57] INFO: Setup command 19: getPumpeStatusZirku with type FLOAT [15:21:57] INFO: Setup command 20: getPumpeStatusM2 with type FLOAT [15:21:57] INFO: Setup command 21: getMischerM1 with type FLOAT [15:21:57] INFO: Setup command 22: getMischerM2 with type FLOAT [15:21:57] INFO: Setup command 23: getMischerM3 with type FLOAT [15:21:57] INFO: Setup command 24: getError0 with type STRING [15:21:57] INFO: Setup command 25: getError1 with type STRING [15:21:57] INFO: Setup command 26: getError2 with type STRING [15:21:57] INFO: Setup command 27: getError3 with type STRING [15:21:57] INFO: Setup command 28: getError4 with type STRING [15:21:58] INFO: Setup command 29: getError5 with type STRING [15:21:58] INFO: Setup command 30: getError6 with type STRING [15:21:58] INFO: Setup command 31: getError7 with type STRING [15:21:58] INFO: Setup command 32: getError8 with type STRING [15:21:58] INFO: Setup command 33: getError9 with type STRING [15:21:58] INFO: Setup command 34: getNeigungM1 with type FLOAT [15:21:58] INFO: Setup command 35: getNeigungM2 with type FLOAT [15:21:58] INFO: Setup command 36: getNiveauM1 with type FLOAT [15:21:58] INFO: Setup command 37: getNiveauM2 with type FLOAT [15:21:59] INFO: Using internal MQTT Host core-mosquitto:1883 [15:21:59] INFO: Using internal MQTT Host core-mosquitto:1883 [15:21:59] INFO: Starting local vcontrold... Error loading /etc/vcontrold/vcontrold.xml, terminating [14:21:59] WARNING: Halt add-on with exit code 1 s6-rc: info: service legacy-services: stopping [14:22:00] INFO: vlclient_pub Service restart after closing s6-svwait: fatal: supervisor died s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping [14:22:00] INFO: vclient_sub Service restart after closing [14:22:00] INFO: vcontrold Service restart after closing s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped