ccutrer / waterfurnace_aurora

Library for communication with WaterFurnace Aurora control systems
30 stars 7 forks source link

known compatibility with RPi x64 [bookworm]? #62

Closed xanderphillips closed 3 months ago

xanderphillips commented 3 months ago

First time setup. Running on RPi Zero 2W.

Loaded Raspberry Pi OS 64bit Bookwork version. Followed instructions for installing waterfurnace_aurora. Using exact same USB dongle and cable wiring as documented.

When I do: $ sudo sysstemctl status aurora_mqtt_bridge.service

I receive back the following:

● aurora_mqtt_bridge.service - Aurora MQTT Bridge Loaded: loaded (/etc/systemd/system/aurora_mqtt_bridge.service; enabled; preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Wed 2024-04-24 16:28:06 EDT; 18ms ago Process: 2778 ExecStart=/usr/local/bin/aurora_mqtt_bridge /dev/ttyUSB0 mqtt://localhost/ (code=exited, status=217/USER) Main PID: 2778 (code=exited, status=217/USER) CPU: 0

Appears that service exits with error.

Will reinstall with legacy 32bit to see if it behaves the same.

xanderphillips commented 3 months ago

Found the error I was having. I didn't note that I had to update the service file to have a user other than pi, since pi isn't included in default installs of raspberry OS anymore. Changed and now service starts.