You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i find myself restarting homebridge whenever i update my openhab config, because it doesn't seem to pickup changes automatically. is there some way to make it periodically refresh from OH?
The text was updated successfully, but these errors were encountered:
thanks Sam. this is also what i ended up doing--works pretty well
On Tue, Jun 28, 2016 at 04:00:28PM -0700, Sam Turner wrote:
I use executeCommandLine in a rule to restart the homebridge service when i restart OpenHAB.
Not a perfect solution, but it works ok. I also have the same command bound to a switch so I restart by pressing a button in the ui.
rule "OpenHAB startup"
when
System started
then
executeCommandLine("sudo systemctl restart homebridge");
logWarn("SystemStart", "Restarting Homebridge")
end
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub: #30 (comment)
i find myself restarting homebridge whenever i update my openhab config, because it doesn't seem to pickup changes automatically. is there some way to make it periodically refresh from OH?
The text was updated successfully, but these errors were encountered: