2015 Dec 01, 06:58 PM
Upon doing some testing by starting sip manually from the command line I noticed that the weather_adj plugin would check weather multiple times within an hour.
This appears to result from re-starting the program without doing a reboot which happens when an option is changed. The result is that several copies of the plugin's thread are left running.
In my local copy I have added error checking on all web access the plugin does. This may help with the plugin stopping after some time.
Still looking at things here.
Dan
This appears to result from re-starting the program without doing a reboot which happens when an option is changed. The result is that several copies of the plugin's thread are left running.
In my local copy I have added error checking on all web access the plugin does. This may help with the plugin stopping after some time.
Still looking at things here.
Dan