Replies: 5 comments 4 replies
-
Check your mqtt URL for formatting issues would be my guess. Alternatively, you can specify |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. I've tried the URL and host (commenting out the other when not using), but still no luck. Below is my docker compose. |
Beta Was this translation helpful? Give feedback.
-
Pull in the new image (v0.1.7) and things should work using just env vars now as well. If you are in the same directory as your docker compose file for cync lan you can run |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delayed response. I finally got around to doing more testing. After using the latest image, I started getting the following error: I was using an IP address to my home assistant server as homeassitant.local was not resolving on the server. CYNC_MQTT_URL: "mqtt://mqtt_user:[email protected]:1883/" It seems like the IP address is being ignored and only using homeassistant.local as the host. After adding a host record for homeassistant.local to my docker server, i was able to get the docker container up and running. Thanks again for your assistance. |
Beta Was this translation helpful? Give feedback.
-
Thanks. As stated, I'm pretty new to this. I have things working now, but I am getting the following warnings. These just continue to repeat. I do seem to have full control of the lights (again, I have the undercabinet lights) through Home Assistant. cync-lan | 01/02/25 22:22:19.472 WARNING [cync-lan:2960] > 172.16.1.173[1]:parse:x73:mesh: dev_id is 0 when using index: 14, trying index 15 = 1 |
Beta Was this translation helpful? Give feedback.
-
I was able to get this running using the venv option. However, I would like to run this in docker. I have limited experience with docker-compose, but I do have a few containers running. Whenever I attempt to run in docker, i get an error. I copied the export_mesh file to the config directory and changed the CYNC_MQTT_URL to my mqtt addon running on home assistant along with username and password.
Below is the error. Can someone let me know if I'm missing a step? I'm using the sample docker-compose.yaml file.

Beta Was this translation helpful? Give feedback.
All reactions