pete_c said:Are you measuring humidity with the Sonoff / Espurna firmware device or are you using an HAI combo temperature / humidity device?
grantlewis said:Really glad to see this new version, Ryan! Thank you and congrats.
I'm still learning my way around Docker, so if someone could let me know: To install this new version, do I just repeat the same Docker Hub (preferred) steps as I did last time?
docker stop omnilink-bridge
docker rm omnilink-bridge
docker run -d --name="omnilink-bridge" -v /opt/omnilink-bridge:/config -v /etc/localtime:/etc/localtime:ro --net=host --restart always excaliburpartners/omnilink-bridge:1.1.4
pete_c said:Only thing is that it is wireless (sensors are wired) versus the OmniPro panel wired stuff.
Oh, that all technology problems were as easy to fix as this. Thank you!rsw686 said:Docker caches images for containers it downloads. Easiest method would be to specify the version you want to run. Notice the 1.1.4 at the end of the run command.
docker stop omnilink-bridge
docker rm omnilink-bridge
docker run -d --name="omnilink-bridge" -v /opt/omnilink-bridge:/config -v /etc/localtime:/etc/localtime:ro --net=host --restart always excaliburpartners/omnilink-bridge:1.1.4
pete_c said:Ahh.....here switched / upgraded my whole house humidifier from the older manual style where it used the externally connected vent and switching the vent manually to a newer style with no external vent rather a powered fan. Only have to change the filter. The humid stat that came with it is attached to the nearby duct.
pete_c said:If you are in to soldering some here using a custom Espurna firmware for magic home controllers (tiny things). The add was to the RGB Espurna firmware for connection of a manual digital on off dimmer pot which is high on the WAF.
I also put the 120VAC to 12VDC micro transformer inside of the 4 X 4 metal box with switches over it. Its a bit tight but you do not see the low voltage transformer.
I put the combo magic home controller and pot in a small plastic box mounted under the kitchen counter. I did build my LED strips for under the counters. I installed them in very slim aluminum brackets with diffusers and mounted them on the outer lip of the underside of the counters.
The set up is plug in play where you can utilize the wall switch for powering up the LED lamps or just plug in the magic home controller right there for remote and dimming via MQTT. If you power it off at the switch it remembers the last dim level.
So here did the under the kitchen cabinet LED lamps and the over the cabinet in direct lighting this way.
pete_c said:BTW having an issue here with ESPURNA 1.13.6-dev on my SonOff basic (2 temperture hubs).
Started to lose MQTT stuff over time then wireless connectivity.
Both are connecting to 4-5 DSXX 1-wire temperature sensors.
Easy to reset and reconfigure.