Announcement
Collapse
No announcement yet.
HS3 Rpi feature request - Nightly reboot option
Collapse
X
-
HS3 Rpi feature request - Nightly reboot option
We really need to have a setting option in HS3 (and HS4) to schedule nightly (or weekly) reboots. It would reduce the impact (to 24 hrs or less) of problems such as plugins that stop working after a power interruption or other reasons and coming home to a dark house. This is required to help increase the overall reliability of HS3/Rpi. I have my Rpi on UPS power and PLM on the AC Line because the UPS does not pass Insteon commands out onto the AC line. I thought there was an HS3/Rpi feature request area on this forum but I could not find one. Please advise. Thanks.
Tags: None
-
https://forums.homeseer.com/forum/ho...taller-package
The included service unit will perform a graceful shutdown of HS3 when the system reboot/halt/poweroff commands are issued.
To set up, first remove how you currently start HS3. If you're running the HomeSeer HS3-Pi image, that would be via /etc/rc.local. In that file comment out the lines:
Code:sudo /usr/local/HomeSeer/autostart_hs & echo "HomeSeer is starting..."
Code:sudo make install-service
- Likes 1
-
Originally posted by zwolfpack View Posthttps://forums.homeseer.com/forum/ho...taller-package
The included service unit will perform a graceful shutdown of HS3 when the system reboot/halt/poweroff commands are issued.
To set up, first remove how you currently start HS3. If you're running the HomeSeer HS3-Pi image, that would be via /etc/rc.local. In that file comment out the lines:
Code:sudo /usr/local/HomeSeer/autostart_hs & echo "HomeSeer is starting..."
Code:sudo make install-service
Comment
-
Originally posted by ve3bwp View Post
ok just so I understand... the name of the service is autostart_hs and is already present on the image my HS3 came in?
You need to edit the /etc/rc.local file and comment out the line
Code:sudo /usr/local/HomeSeer/autostart_hs &
Code:sudo make install-service
Comment
-
If you are running the image provided by HomeSeer (HS3-Pi), HS3 is started from the system file /etc/rc.local. This is an old-fashioned (deprecated since the 1990's) method and doesn't provide ability for orderly application shutdown at system shutdown.
The method I posted is a replacement for this. However it is necessary to remove the original startup method or the two will conflict. Thus the instruction to edit the /etc/rc.local file to remove the original startup command.
Comment
Comment