├── Alarm Server ├── Alarm channel architecture.GIF ├── Dahua-VTH-SecPanel.py ├── Dahua-VTH-SecPanel_respawn.sh ├── VTOH_DZ_MQTT_SecretKeys.py ├── gitmodules.iot_ALARM-SVR.js └── iot_ALARM-SVR_respawn.sh ├── Architecture Overview.GIF ├── Backup and Log Management ├── DomoticzLogRotate.conf └── DomoticzLogRotate.sh ├── Domoticz Blockly ├── CameraPatrol.Selector_Actions.GIF ├── ElectricityTariff.Blockly.GIF ├── IntrusionCountermeasures.Blockly.GIF ├── LightingTimer.Blockly.GIF ├── TakePhotos.Blockly.GIF └── motionEye.On_Off_Actions.GIF ├── Domoticz DzVents ├── Heating.lua ├── LINKYdelestage.lua └── global_data.lua ├── Domoticz Screens ├── $$Dashboard.GIF ├── $SwitchesPanel.GIF ├── $TemperaturePanel.GIF ├── $UtilityPanel.GIF ├── $WeatherPanel.GIF ├── 0$.Dahua Doorbell VTH.GIF ├── 0$0.Management of motionEye motion detection by camera.GIF ├── 0$0.Mobile_Screenshot_motionEye.JPG ├── 0$0.Pan-tilt-zoom Camera Management.GIF ├── 0$0.motionEye Detection Alert.gif ├── 0.ElectricityMeter.GIF ├── 0.ElectricityMeter_2.GIF ├── 0.LinkyElecDraw.GIF ├── 1.HeatingSchedule(Start).GIF ├── 1.HeatingSchedule(Stop).GIF ├── 10.Effectiveness of heating optimization rules.GIF ├── 2.HeatingCost.GIF ├── 2.WaterHeatingCost.GIF ├── CoolingRate.GIF ├── DJU.GIF └── ThermalLoss.GIF ├── Domoticz server side scripts ├── WiFi_DZ_MQTT_SecretKeys.js ├── iot_ESP8266.js ├── iot_ESP8266.sh ├── iot_ESP8266_RBY.sh ├── iot_Orchestrator.js ├── iot_Orchestrator.sh └── iot_Orchestrator_RBY.sh ├── ESP8266 modules ├── READ THIS FIRST - Note about PubSub library.md ├── WiFi_OTA_MQTT_SecretKeys.h ├── iot_ESP8266_ACS712.ino ├── iot_ESP8266_GM43.ino ├── iot_ESP8266_KD5810_MQ2.ino └── iot_Esp8266_Dht22.ino ├── High Availability Domoticz Cluster ├── Landscape Architecture-Mqtt Bridge.GIF ├── Landscape Architecture.GIF ├── mqtt_Cluster.js ├── mqtt_Cluster.sh ├── nginx_sites-enabled_mtCluster.conf └── nginx_sites-enabled_mtCluster_backupRBY.conf ├── LICENSE ├── Modules list -- January 2021.pdf ├── README.md ├── Wiring - Hardware ├── 1$.DIY Temperature Sensor - WIRING - (ESP8266 and DHT22).GIF ├── 1.DIY Temperature Sensor - Inside the sensor being mounted - (ESP8266 and DHT22).GIF ├── 1.DIY Temperature Sensor - Installed in house - (ESP8266 and DHT22).GIF ├── 11.DIY Temperature Sensor - Inside the sensor being mounted - (ESP8266 and DHT22).jpg ├── 11.DIY Temperature Sensor - Installed in house - (ESP8266 and DHT22).jpg ├── 2$$.DIY Heater manager - WIRING - (ESP8266 and ACS712).GIF ├── 2$.DIY Heater manager - WIRING - (ACS712 cable to ESP8266).GIF ├── 2.DIY Heater manager - Installed in house - (ESP8266 and ACS712).JPG ├── 3$.DIY Hot Water Tank Energy Usage Sensor - WIRING - (ESP8266 and 230V AC Detector).GIF ├── 3.DIY Hot Water Tank Energy Usage Sensor - Inside the sensor being mounted - (ESP8266 and 230V AC Detector).GIF ├── 3.DIY Hot Water Tank Energy Usage Sensor - Installed in house - (ESP8266 and 230V AC Detector).GIF ├── 4$.DIY Lighting Server - WIRING - (ESP8266 and antique GM43 relays).GIF ├── 4.DIY Lighting Server - Inside the server being mounted - (ESP8266 and antique GM43 relays).GIF ├── 4.DIY Lighting Server - Installed in Main panel - (ESP8266 and antique GM43 relays).GIF ├── 5$.DIY Smoke Detector - WIRING - (ESP8266 and KD5810).GIF ├── 6$.DIY Smoke Detector - WIRING - (ESP8266 and MQ2).GIF ├── 6.DIY Smoke Detector - Inside the sensor being mounted - (ESP8266 and MQ2).GIF ├── 61.DIY Smoke Detector - Installed in house - (ESP8266 and MQ2).GIF └── 62.DIY Smoke Detector - Installed in house - (ESP8266 and MQ2).GIF └── _config.yml /Alarm Server/Alarm channel architecture.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Alarm Server/Alarm channel architecture.GIF -------------------------------------------------------------------------------- /Alarm Server/Dahua-VTH-SecPanel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Alarm Server/Dahua-VTH-SecPanel.py -------------------------------------------------------------------------------- /Alarm Server/Dahua-VTH-SecPanel_respawn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Alarm Server/Dahua-VTH-SecPanel_respawn.sh -------------------------------------------------------------------------------- /Alarm Server/VTOH_DZ_MQTT_SecretKeys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Alarm Server/VTOH_DZ_MQTT_SecretKeys.py -------------------------------------------------------------------------------- /Alarm Server/gitmodules.iot_ALARM-SVR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Alarm Server/gitmodules.iot_ALARM-SVR.js -------------------------------------------------------------------------------- /Alarm Server/iot_ALARM-SVR_respawn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Alarm Server/iot_ALARM-SVR_respawn.sh -------------------------------------------------------------------------------- /Architecture Overview.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Architecture Overview.GIF -------------------------------------------------------------------------------- /Backup and Log Management/DomoticzLogRotate.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Backup and Log Management/DomoticzLogRotate.conf -------------------------------------------------------------------------------- /Backup and Log Management/DomoticzLogRotate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Backup and Log Management/DomoticzLogRotate.sh -------------------------------------------------------------------------------- /Domoticz Blockly/CameraPatrol.Selector_Actions.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Blockly/CameraPatrol.Selector_Actions.GIF -------------------------------------------------------------------------------- /Domoticz Blockly/ElectricityTariff.Blockly.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Blockly/ElectricityTariff.Blockly.GIF -------------------------------------------------------------------------------- /Domoticz Blockly/IntrusionCountermeasures.Blockly.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Blockly/IntrusionCountermeasures.Blockly.GIF -------------------------------------------------------------------------------- /Domoticz Blockly/LightingTimer.Blockly.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Blockly/LightingTimer.Blockly.GIF -------------------------------------------------------------------------------- /Domoticz Blockly/TakePhotos.Blockly.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Blockly/TakePhotos.Blockly.GIF -------------------------------------------------------------------------------- /Domoticz Blockly/motionEye.On_Off_Actions.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Blockly/motionEye.On_Off_Actions.GIF -------------------------------------------------------------------------------- /Domoticz DzVents/Heating.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz DzVents/Heating.lua -------------------------------------------------------------------------------- /Domoticz DzVents/LINKYdelestage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz DzVents/LINKYdelestage.lua -------------------------------------------------------------------------------- /Domoticz DzVents/global_data.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz DzVents/global_data.lua -------------------------------------------------------------------------------- /Domoticz Screens/$$Dashboard.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/$$Dashboard.GIF -------------------------------------------------------------------------------- /Domoticz Screens/$SwitchesPanel.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/$SwitchesPanel.GIF -------------------------------------------------------------------------------- /Domoticz Screens/$TemperaturePanel.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/$TemperaturePanel.GIF -------------------------------------------------------------------------------- /Domoticz Screens/$UtilityPanel.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/$UtilityPanel.GIF -------------------------------------------------------------------------------- /Domoticz Screens/$WeatherPanel.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/$WeatherPanel.GIF -------------------------------------------------------------------------------- /Domoticz Screens/0$.Dahua Doorbell VTH.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/0$.Dahua Doorbell VTH.GIF -------------------------------------------------------------------------------- /Domoticz Screens/0$0.Management of motionEye motion detection by camera.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/0$0.Management of motionEye motion detection by camera.GIF -------------------------------------------------------------------------------- /Domoticz Screens/0$0.Mobile_Screenshot_motionEye.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/0$0.Mobile_Screenshot_motionEye.JPG -------------------------------------------------------------------------------- /Domoticz Screens/0$0.Pan-tilt-zoom Camera Management.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/0$0.Pan-tilt-zoom Camera Management.GIF -------------------------------------------------------------------------------- /Domoticz Screens/0$0.motionEye Detection Alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/0$0.motionEye Detection Alert.gif -------------------------------------------------------------------------------- /Domoticz Screens/0.ElectricityMeter.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/0.ElectricityMeter.GIF -------------------------------------------------------------------------------- /Domoticz Screens/0.ElectricityMeter_2.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/0.ElectricityMeter_2.GIF -------------------------------------------------------------------------------- /Domoticz Screens/0.LinkyElecDraw.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/0.LinkyElecDraw.GIF -------------------------------------------------------------------------------- /Domoticz Screens/1.HeatingSchedule(Start).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/1.HeatingSchedule(Start).GIF -------------------------------------------------------------------------------- /Domoticz Screens/1.HeatingSchedule(Stop).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/1.HeatingSchedule(Stop).GIF -------------------------------------------------------------------------------- /Domoticz Screens/10.Effectiveness of heating optimization rules.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/10.Effectiveness of heating optimization rules.GIF -------------------------------------------------------------------------------- /Domoticz Screens/2.HeatingCost.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/2.HeatingCost.GIF -------------------------------------------------------------------------------- /Domoticz Screens/2.WaterHeatingCost.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/2.WaterHeatingCost.GIF -------------------------------------------------------------------------------- /Domoticz Screens/CoolingRate.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/CoolingRate.GIF -------------------------------------------------------------------------------- /Domoticz Screens/DJU.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/DJU.GIF -------------------------------------------------------------------------------- /Domoticz Screens/ThermalLoss.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz Screens/ThermalLoss.GIF -------------------------------------------------------------------------------- /Domoticz server side scripts/WiFi_DZ_MQTT_SecretKeys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz server side scripts/WiFi_DZ_MQTT_SecretKeys.js -------------------------------------------------------------------------------- /Domoticz server side scripts/iot_ESP8266.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz server side scripts/iot_ESP8266.js -------------------------------------------------------------------------------- /Domoticz server side scripts/iot_ESP8266.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz server side scripts/iot_ESP8266.sh -------------------------------------------------------------------------------- /Domoticz server side scripts/iot_ESP8266_RBY.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz server side scripts/iot_ESP8266_RBY.sh -------------------------------------------------------------------------------- /Domoticz server side scripts/iot_Orchestrator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz server side scripts/iot_Orchestrator.js -------------------------------------------------------------------------------- /Domoticz server side scripts/iot_Orchestrator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz server side scripts/iot_Orchestrator.sh -------------------------------------------------------------------------------- /Domoticz server side scripts/iot_Orchestrator_RBY.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Domoticz server side scripts/iot_Orchestrator_RBY.sh -------------------------------------------------------------------------------- /ESP8266 modules/READ THIS FIRST - Note about PubSub library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/ESP8266 modules/READ THIS FIRST - Note about PubSub library.md -------------------------------------------------------------------------------- /ESP8266 modules/WiFi_OTA_MQTT_SecretKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/ESP8266 modules/WiFi_OTA_MQTT_SecretKeys.h -------------------------------------------------------------------------------- /ESP8266 modules/iot_ESP8266_ACS712.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/ESP8266 modules/iot_ESP8266_ACS712.ino -------------------------------------------------------------------------------- /ESP8266 modules/iot_ESP8266_GM43.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/ESP8266 modules/iot_ESP8266_GM43.ino -------------------------------------------------------------------------------- /ESP8266 modules/iot_ESP8266_KD5810_MQ2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/ESP8266 modules/iot_ESP8266_KD5810_MQ2.ino -------------------------------------------------------------------------------- /ESP8266 modules/iot_Esp8266_Dht22.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/ESP8266 modules/iot_Esp8266_Dht22.ino -------------------------------------------------------------------------------- /High Availability Domoticz Cluster/Landscape Architecture-Mqtt Bridge.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/High Availability Domoticz Cluster/Landscape Architecture-Mqtt Bridge.GIF -------------------------------------------------------------------------------- /High Availability Domoticz Cluster/Landscape Architecture.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/High Availability Domoticz Cluster/Landscape Architecture.GIF -------------------------------------------------------------------------------- /High Availability Domoticz Cluster/mqtt_Cluster.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/High Availability Domoticz Cluster/mqtt_Cluster.js -------------------------------------------------------------------------------- /High Availability Domoticz Cluster/mqtt_Cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/High Availability Domoticz Cluster/mqtt_Cluster.sh -------------------------------------------------------------------------------- /High Availability Domoticz Cluster/nginx_sites-enabled_mtCluster.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/High Availability Domoticz Cluster/nginx_sites-enabled_mtCluster.conf -------------------------------------------------------------------------------- /High Availability Domoticz Cluster/nginx_sites-enabled_mtCluster_backupRBY.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/High Availability Domoticz Cluster/nginx_sites-enabled_mtCluster_backupRBY.conf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/LICENSE -------------------------------------------------------------------------------- /Modules list -- January 2021.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Modules list -- January 2021.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/README.md -------------------------------------------------------------------------------- /Wiring - Hardware/1$.DIY Temperature Sensor - WIRING - (ESP8266 and DHT22).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/1$.DIY Temperature Sensor - WIRING - (ESP8266 and DHT22).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/1.DIY Temperature Sensor - Inside the sensor being mounted - (ESP8266 and DHT22).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/1.DIY Temperature Sensor - Inside the sensor being mounted - (ESP8266 and DHT22).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/1.DIY Temperature Sensor - Installed in house - (ESP8266 and DHT22).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/1.DIY Temperature Sensor - Installed in house - (ESP8266 and DHT22).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/11.DIY Temperature Sensor - Inside the sensor being mounted - (ESP8266 and DHT22).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/11.DIY Temperature Sensor - Inside the sensor being mounted - (ESP8266 and DHT22).jpg -------------------------------------------------------------------------------- /Wiring - Hardware/11.DIY Temperature Sensor - Installed in house - (ESP8266 and DHT22).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/11.DIY Temperature Sensor - Installed in house - (ESP8266 and DHT22).jpg -------------------------------------------------------------------------------- /Wiring - Hardware/2$$.DIY Heater manager - WIRING - (ESP8266 and ACS712).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/2$$.DIY Heater manager - WIRING - (ESP8266 and ACS712).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/2$.DIY Heater manager - WIRING - (ACS712 cable to ESP8266).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/2$.DIY Heater manager - WIRING - (ACS712 cable to ESP8266).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/2.DIY Heater manager - Installed in house - (ESP8266 and ACS712).JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/2.DIY Heater manager - Installed in house - (ESP8266 and ACS712).JPG -------------------------------------------------------------------------------- /Wiring - Hardware/3$.DIY Hot Water Tank Energy Usage Sensor - WIRING - (ESP8266 and 230V AC Detector).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/3$.DIY Hot Water Tank Energy Usage Sensor - WIRING - (ESP8266 and 230V AC Detector).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/3.DIY Hot Water Tank Energy Usage Sensor - Inside the sensor being mounted - (ESP8266 and 230V AC Detector).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/3.DIY Hot Water Tank Energy Usage Sensor - Inside the sensor being mounted - (ESP8266 and 230V AC Detector).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/3.DIY Hot Water Tank Energy Usage Sensor - Installed in house - (ESP8266 and 230V AC Detector).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/3.DIY Hot Water Tank Energy Usage Sensor - Installed in house - (ESP8266 and 230V AC Detector).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/4$.DIY Lighting Server - WIRING - (ESP8266 and antique GM43 relays).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/4$.DIY Lighting Server - WIRING - (ESP8266 and antique GM43 relays).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/4.DIY Lighting Server - Inside the server being mounted - (ESP8266 and antique GM43 relays).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/4.DIY Lighting Server - Inside the server being mounted - (ESP8266 and antique GM43 relays).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/4.DIY Lighting Server - Installed in Main panel - (ESP8266 and antique GM43 relays).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/4.DIY Lighting Server - Installed in Main panel - (ESP8266 and antique GM43 relays).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/5$.DIY Smoke Detector - WIRING - (ESP8266 and KD5810).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/5$.DIY Smoke Detector - WIRING - (ESP8266 and KD5810).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/6$.DIY Smoke Detector - WIRING - (ESP8266 and MQ2).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/6$.DIY Smoke Detector - WIRING - (ESP8266 and MQ2).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/6.DIY Smoke Detector - Inside the sensor being mounted - (ESP8266 and MQ2).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/6.DIY Smoke Detector - Inside the sensor being mounted - (ESP8266 and MQ2).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/61.DIY Smoke Detector - Installed in house - (ESP8266 and MQ2).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/61.DIY Smoke Detector - Installed in house - (ESP8266 and MQ2).GIF -------------------------------------------------------------------------------- /Wiring - Hardware/62.DIY Smoke Detector - Installed in house - (ESP8266 and MQ2).GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/Wiring - Hardware/62.DIY Smoke Detector - Installed in house - (ESP8266 and MQ2).GIF -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antori91/Home_Automation/HEAD/_config.yml --------------------------------------------------------------------------------