Alexandre-io / homeassistant-vcontrol

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

AddOn does not try to connect #38

Closed andyyyy2306 closed 1 year ago

andyyyy2306 commented 1 year ago

Hello !

Just migrating from domoticz to HA. I use my Rpi vcontrol since 5 years. If i start die vcontrol addon, i only get this in log. No try to connect ? grafik

My config grafik

Could someone help me pls ?

MrIcemanLE commented 1 year ago

Same here. I don't get values on the MQTT-Topic with an external vcontrold.

tty: /dev/ttyUSB0
refresh: 30
device_id: 204C
mqtt_topic: openv_ha
debug: true
commands:
  - getTempA:FLOAT
  - getTempWWistOben:FLOAT
  - getTempWWistUnten:FLOAT
  - getTempWWsoll:FLOAT
  - getTempVList:FLOAT
  - getTempVLsoll:FLOAT
  - getTempPriVL:FLOAT
  - getTempPriRL:FLOAT
  - getTempVerdIn:FLOAT
  - getTempVerdOut:FLOAT
  - getTempExp1:FLOAT
  - getTempSekRL:FLOAT
  - getTempPuffer:FLOAT
  - getTempRaumNorSoll:FLOAT
  - getPumpeStatusHK1:FLOAT
  - getPumpeStatusWW:FLOAT
  - getStatusSekP:FLOAT
  - getPumpeStatusZirk:FLOAT
  - getStatusPriVent:FLOAT
  - getStatusPriPumpe:FLOAT
  - getStatusVerdichter:FLOAT
  - getBetriebArt:STRING
  - getNeigung:FLOAT
  - getNiveau:FLOAT
  - Jahresarbeitszahl:FLOAT
  - JahresarbeitszahlHeizen:FLOAT
  - COPWW-Betrieb:FLOAT
  - COPHeizbetrieb:FLOAT
  - JahresarbeitszahlWW:FLOAT
  - getEnergieFaktor:FLOAT
  - getEnergieHeizwaerme:FLOAT
  - getEnergieHeizwaermeWW:FLOAT
  - getEnergieHeizelektro:FLOAT
  - getEnergieWWelektro:FLOAT
  - getStarts:FLOAT
  - getLZWP:FLOAT
  - get1xWW:FLOAT
  - getSystemTime:FLOAT
  - getError0:STRING
  - getError1:STRING
  - getError2:STRING
  - getError3:STRING
  - getError4:STRING
  - getError5:STRING
  - getError6:STRING
  - getError7:STRING
  - getError8:STRING
  - getError9:STRING
  - getLZVerdSt1:FLOAT
  - getLZVerdSt2:FLOAT
  - getLZVerdSt3:FLOAT
  - getLZVerdSt4:FLOAT
  - getLZVerdSt5:FLOAT
vcontrol_host: 192.168.0.107
vcontrol_port: 3002

Log-File: 01c3c3c7_vcontrold_2023-09-14T06-00-26.688Z.log

andyyyy2306 commented 1 year ago

Hi, i could not get it run, so i changed my RaspberryPi to ESP ! This works fine with HomeAssistant.

https://github.com/openv/openv/wiki/ESPHome-Optolink

andyyyy2306