├── .DS_Store ├── Home Assistant YAMLs ├── .DS_Store ├── CoopSensors.yml ├── EggCounterEmma.yml ├── InsideTemperature.yml ├── OutsideTemperature.yml └── RaspberryPi.yml ├── README.md ├── Smart Chicken Coop ├── .DS_Store ├── ChickenCoop.cpp └── CoopControl.yml └── Smart Scale ├── PyScriptHomeAssistant.py └── main.cpp /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/.DS_Store -------------------------------------------------------------------------------- /Home Assistant YAMLs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Home Assistant YAMLs/.DS_Store -------------------------------------------------------------------------------- /Home Assistant YAMLs/CoopSensors.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Home Assistant YAMLs/CoopSensors.yml -------------------------------------------------------------------------------- /Home Assistant YAMLs/EggCounterEmma.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Home Assistant YAMLs/EggCounterEmma.yml -------------------------------------------------------------------------------- /Home Assistant YAMLs/InsideTemperature.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Home Assistant YAMLs/InsideTemperature.yml -------------------------------------------------------------------------------- /Home Assistant YAMLs/OutsideTemperature.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Home Assistant YAMLs/OutsideTemperature.yml -------------------------------------------------------------------------------- /Home Assistant YAMLs/RaspberryPi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Home Assistant YAMLs/RaspberryPi.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/README.md -------------------------------------------------------------------------------- /Smart Chicken Coop/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Smart Chicken Coop/.DS_Store -------------------------------------------------------------------------------- /Smart Chicken Coop/ChickenCoop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Smart Chicken Coop/ChickenCoop.cpp -------------------------------------------------------------------------------- /Smart Chicken Coop/CoopControl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Smart Chicken Coop/CoopControl.yml -------------------------------------------------------------------------------- /Smart Scale/PyScriptHomeAssistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Smart Scale/PyScriptHomeAssistant.py -------------------------------------------------------------------------------- /Smart Scale/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Critycal1/HAChickenCoop/HEAD/Smart Scale/main.cpp --------------------------------------------------------------------------------