OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
105 stars 30 forks source link

Add docker-compose description #50

Closed nicklaseklund closed 4 years ago

nicklaseklund commented 4 years ago

Add description on how to run it with docker-compose (including Network Key).

JumpMaster commented 4 years ago

version: '3' services: qt-openzwave: image: openzwave/ozwdaemon:latest container_name: "qt-openzwave" security_opt:

nicklaseklund commented 4 years ago

Thanks, have verified that it is working good (Except for MQTT user/pass because it is unauthorized).

JumpMaster commented 4 years ago

Only used MQTT_USERNAME and MQTT_PASSWORD if you have configured authentication. Also change the OZW_NETWORK_KEY to your own key value.

Fishwaldo commented 4 years ago

PR welcome

nicklaseklund commented 4 years ago

PR created https://github.com/OpenZWave/qt-openzwave/pull/55

Edit: sanity check failed. Looks like it fails when trying to fetch something for the check itself. It fails to clone something from chromium. I don't see any option to re-run the build. Maybe only repository owner is allowed to re-run?

Fishwaldo commented 4 years ago

Yeah, the Github Actions sometimes has issues. Rerunning the check now, see if its a perm error or temporary error.