-
Notifications
You must be signed in to change notification settings - Fork 19
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
problems connecting MQTT server #67
Comments
Sorry try adding -e SPRING_PROFILES_ACTIVE=mqtt |
i get an error with the above settings
|
Hmm, the mqqt resource is not being instantiated. I will look further. |
Ok, I seem to have mispelt the configuration properties try docker run --rm -e TZ=Europe/Amsterdam The properties are prefixed with MQQT instead of MQTT. At least I got the profile prefix right :-( |
got it working with the MQQT prefix :) |
Ah good. I will likely have to fix the spelling for the next release so keep an eye out unless I can alias them or something. Let me know how it goes using mqtt and I will update the documentation as well. |
i've tried the docker commandline and add parameters for connection to a MQTT server, unfortunately in my MQTT server i don't see a new topic appearing ?
docker run --rm -e TZ=Europe/Amsterdam
-e ENVOY_BEARER_TOKEN=xxx
-e ENVOY_CONTROLLER_HOST=192.168.110.80
-e ENVOY_MQTTRESOURCE_HOST=192.168.110.250
-e ENVOY_MQTTRESOURCE_PORT=1883
-e ENVOY_MQTTRESOURCE_TOPIC=enphase
-p 8080:8080
dlmcpaul/enphasecollector:latest
The text was updated successfully, but these errors were encountered: