Originally posted by Michael McSharry
View Post
Announcement
Collapse
No announcement yet.
Easy way to Daily Reboot HS4 (Hs4) on PI / Linux
Collapse
X
-
- Likes 1
-
While JON00 contributions are outstanding, his method of distribution does not follow the norm for HomeSeer. If you are looking for a method to start/stop/restart a plugin or HS, then the mcsMQTT plugin will provide that capability. At the same time, it gives you visibility into the CPU utilization for each. You will find it via normal distribution via the HS Updater.
Leave a comment:
-
Originally posted by camauto View PostI searched the Plugin directory and couldn't find it..?
Maybe the search is broken or it's not whitelisted to show up on PI devices?
I checked again today and didnt find anything with the phrase restart or called jon restart.
http://www.jon00.me.uk/index.shtml
Leave a comment:
-
I searched the Plugin directory and couldn't find it..?
Maybe the search is broken or it's not whitelisted to show up on PI devices?
I checked again today and didnt find anything with the phrase restart or called jon restart.
Leave a comment:
-
A common problem is RAM usage growth over time by applications running on the server. A daily restart caps the growth before it becomes a problem. Some things are beyond the control of the user and management becomes the only alternative. It really does not matter if there is a user login or application run as a service. The same issue can occur.
Leave a comment:
-
Originally posted by rmasonjr View PostYeah, some users report that their events disappear after reboots, so I would do as concordseer says...
- Likes 1
Leave a comment:
-
Yeah, the Jon restart plugin doesn't exist on the Raspberry PI. So this simple event works for me and easy to manage
Basically the blinds by graber on zwave stop reporting at random and i found a reboot worked.
Leave a comment:
-
You can try cron job.
sudo crontab -e
Enter this command to schedule a reboot. This command will schedule a daily reboot at 6:30am.
30 6 * * * /sbin/shutdown -r now
- Likes 1
Leave a comment:
-
Originally posted by jon00 View Post
Does disabling the Z-wave plugin and then re-enabling it again also resolve the issue?
Leave a comment:
-
Since the restart.sh script simply does a hard reboot (after a 20-second wait) won't the hard reboot exacerbate the current problem with the events.json file (or others) getting corrupted? Or are you betting on the fact that running the script off-hours would lessen that possibility? I need to do a nightly reboot also for other reasons. I was just going to create a cron job. But I like this method as it's easier to modify the event if needed.
Leave a comment:
-
Yeah, some users report that their events disappear after reboots, so I would do as concordseer says...
- Likes 1
Leave a comment:
-
It would be easier to resolve your problem than having to restart the system daily. Servers by nature are designed to run 24/7/365 and are only restarted for maintenance purposes. Try posting your problem here and see if others can shed some light.
Leave a comment:
-
Easy way to Daily Reboot HS4 (Hs4) on PI / Linux
I was having issues with the Z Wave controller not connecting to my blinds after a few days and was trying to find a simple way to schedule reboots.
Finally found a simple way and thought id share.
Just create an event -> set to trigger at a time and use the built in restart.sh script
Tags: None
- Likes 1
Leave a comment: