diff --git a/README.md b/README.md index 56b0df3..0040aea 100755 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ I will explain here the different parts of my home automation system and how I s * Multiroom Audio +* + Appliances + ## Start of my Jouney and Basic Setup @@ -2479,17 +2482,23 @@ I use an automation to notify me when a device went offline. For network clients [Notify on device offline](https://github.com/Burningstone91/smart-home-setup/blob/309ba38ed9797f3849d91597a8be7b4bf9643d8a/home-assistant/packages/system_monitoring.yaml#L1017) ### Notification on high usage/temperature of devices -I use automations to notify me about high CPU load, high CPU temperature, high disk usage and under Voltage detected for the Pis. +I use automations to notify me about high CPU load, high CPU/Disk temperature, high disk usage and under Voltage detected for the Pis. [High CPU Load](https://github.com/Burningstone91/smart-home-setup/blob/309ba38ed9797f3849d91597a8be7b4bf9643d8a/home-assistant/packages/system_monitoring.yaml#L903) [High CPU Temperature](https://github.com/Burningstone91/smart-home-setup/blob/309ba38ed9797f3849d91597a8be7b4bf9643d8a/home-assistant/packages/system_monitoring.yaml#L949) +[High Disk Temperature](https://github.com/Burningstone91/smart-home-setup/blob/eacd482ef61c7074f3bb49123ecbeefc1c74c96b/home-assistant/packages/system_monitoring.yaml#L1023) + [High Disk Usage](https://github.com/Burningstone91/smart-home-setup/blob/309ba38ed9797f3849d91597a8be7b4bf9643d8a/home-assistant/packages/system_monitoring.yaml#L930) - [Undervoltage](https://github.com/Burningstone91/smart-home-setup/blob/309ba38ed9797f3849d91597a8be7b4bf9643d8a/home-assistant/packages/system_monitoring.yaml#L977) +### Notification on high usage/temperature of devices +I use automations to notify me about one of the NAS being insecure, the sensor for this comes from the Synology DSM integration. Synology has a so called "Security Advisor" that you can configure, which performs certain security checks such as strong passwords, non-default port for SSH etc. If the Security Advisor is unsafe, the sensor in Home Assistant changes to `on`. + +[Insecure NAS](https://github.com/Burningstone91/smart-home-setup/blob/eacd482ef61c7074f3bb49123ecbeefc1c74c96b/home-assistant/packages/system_monitoring.yaml#L1001) +
@@ -3557,11 +3566,9 @@ After all these steps you should now be able to pause a video in one room and th -## Applicances +## Appliances ### Basic Explanation of Setup - - ### Hardware used