-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB Erkennung #101
Comments
poste mal bitte deine komplette config.js hier. das was deine log ausgabe sagt, passt nicht zu dem ausschnitt deines config files. also fangen wir damit an. |
Ich versteh nicht was du tust. Warum installierst du irgendwas manuell? Wenn du das resol-vbus addon nutzt und die km2 Integration dann musst du nichts machen außer config files anpassen. Lies bitte die jeweiligen dokus noch mal genau. |
Danke werde ich machen |
Moin
/*! resol-vbus | Copyright (c) 2013-present, Daniel Wippermann | MIT license */ const path = require('/dev/ttyACM0'); const config = {
}; Log: |
und warum genau hast du das hier geändert: dann addon Neustart und log posten. |
s6-rc: info: service s6rc-oneshot-runner: starting SyntaxError: Unexpected identifier 'connectionOptions' Node.js v21.7.1 |
Fehlt am Ende der Zeile vor 63 vielleicht ein Komma am Ende? |
Okay, nimm bitte das Original config file noch mal und passe exakt die folgende Sache an und ansonsten veränderst du nichts!!! connectionClassName: 'TcpConnection' bitte ändern auf connectionClassName: 'SerialConnection' |
s6-rc: info: service s6rc-oneshot-runner: starting |
/*! resol-vbus | Copyright (c) 2013-present, Daniel Wippermann | MIT license */ const path = require('path'); const config = {
}; |
Da fehlt das |
Deswegen sagte ich: original config 1:1 nehmen und nur diese eine einzige Stelle anpassen. So macht mir das hier keinen Spaß @pogo01 |
Danke für die Geduld. Sorry s6-rc: info: service s6rc-oneshot-runner: starting |
Damit läuft jetzt das add-on und du kannst dich der Home Assistant Integration widmen. Halte dich da bitte 1:1 an der Doku bzgl. Der config und verändere ansonsten nichts. |
Danke sehr. |
Moin,
Wie gestern schon gepostet habe ich Probleme.
Danke für Eure tolle Arbeit und die Hilfe.
Dazu gibt es anscheinend noch Fehler in der config.js
The text was updated successfully, but these errors were encountered: