-
Notifications
You must be signed in to change notification settings - Fork 5
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
mqtt_reconnect #13
Comments
Fixed by editing this part of main.py See pulll request for more info |
@dst6se If you still get this, I would very much like to use your version in my system. But I'm not sure how to implement it, and there is no issue page on your fork. Can you please let me how I do that? I can build, I'm not sure what to build. It stops on this: `git submodule update --init Please make sure you have the correct access rights Please make sure you have the correct access rights |
Hi , the easy way is to just copy my modified main.py to the docker |
Fantastic, and such a quick answer! Thank you very much! Appreciate it! |
NP, hope it works well. For my it is rock solid :) Thanks Danne |
Yep, it does work well, but I am having a bit of a problem copying to the container, it is not stored from run to run. I had to have the container running and use this command:
I call the container tellstick, not telldus, but that shouldn't matter. When I do the copy, I can do this:
That shows me what the file contains. I changed "humidity" to "fuktighet" in line 19 to have an easy way of seeing if the copy stuck:
But that's back to "humidity" on the next run. |
You are right ! In my script when i start the container i do like this docker run -d so -v /media/Media/docker_data/telldus/conf/main.py:/usr/src/telldus-core-mqtt/main.py:ro \ Point out the file to your config dir , and should never go back to the orginal one ! |
Brilliant, thank you again! I added |
@dst6se I have one problem with this thing, and since you seem to know your stuff much, much better than me: A certain type of Oregon sensors sometimes send a totally wrong value. I could correct that if I was able to send the "model" info on MQTT, or even everything that it shows in the debug window. The wrong values comes when the sensor, which has a hygrometer, sends one burst without the hygrometer value, then the temperature value is wrong as well. I can see the sensors F824 type when I run |
Hi !
If I restart the mosquitto server, i have to restart the container to control my devices again .
The text was updated successfully, but these errors were encountered: