Skip to content
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

User 217 error #81

Open
StKi1da opened this issue Mar 31, 2024 · 0 comments
Open

User 217 error #81

StKi1da opened this issue Mar 31, 2024 · 0 comments

Comments

@StKi1da
Copy link

StKi1da commented Mar 31, 2024

Trying to get the MQTT up for the hot tub now spring is here! set up the raspberry pi and custom lead as per instructions.

I've set up the broker on the HA (core-mosquitto) and specified the user name and pass in the broker with the default port 1883 and started listening.

I'm modifying the bwa_mqtt_bridge.service as follows, reload, enable and start but am getting user 217 error.

Any ideas what I am doing wrong?

[Unit]
Description=Balboa Spa MQTT Bridge

[Service]
User=cody
ExecStart=/usr/local/bin/bwa_mqtt_bridge mqtt://username:pass@IP address of HA:1883 /dev/ttyUSB0
Environment="LOG_LEVEL=WARN" "LOG_VERBOSITY=0"
Restart=always
RestartSec=3s
Type=notify
NotifyAccess=main
WatchdogSec=60

[Install]
WantedBy=multi-user.target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant