Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
64d1bce
Update README.md
mviamin Jul 30, 2019
fac1935
Delete view_guest_mode.yaml
mviamin Jul 30, 2019
e4c58d3
Delete garden_dash_button.yaml
mviamin Jul 30, 2019
eb6ba6d
Update README.md
mviamin Jul 30, 2019
be9a32e
Delete garden_weather_data_collection.yaml
mviamin Jul 30, 2019
4668cd4
Delete garden_weather_calculations.yaml
mviamin Jul 30, 2019
6598421
Delete garden_valves_failsafe.yaml
mviamin Jul 30, 2019
96d688b
Delete garden_notifications.yaml
mviamin Jul 30, 2019
86daf32
Delete garden_master_control.yaml
mviamin Jul 30, 2019
0768e66
Delete garden_irrigation.yaml
mviamin Jul 30, 2019
1dfde0d
Delete garden_globals.yaml
mviamin Jul 30, 2019
7a32901
Delete README.md
mviamin Jul 30, 2019
d35e332
Delete occupancy_guest_mode_globals.yaml
mviamin Jul 30, 2019
f4cd686
Delete occupancy_guest_mode.yaml
mviamin Jul 30, 2019
6806606
Update view_garden.yaml
mviamin Jul 30, 2019
f28cb7e
Delete GuestModeOff.png
mviamin Jul 30, 2019
6045402
Delete GuestModeOn.png
mviamin Jul 30, 2019
0b031be
Delete GuestModeOnExpanded.png
mviamin Jul 30, 2019
b170f15
Delete GuestModeOnFullyExpanded.png
mviamin Jul 30, 2019
5925ab8
Delete GuestModeOnTwoSchedulesFullyExpanded.png
mviamin Jul 30, 2019
1401657
Delete GuestModePopup.png
mviamin Jul 30, 2019
794c2b4
Add files via upload
mviamin Jul 30, 2019
365e5db
Delete IrrigationHistory.png
mviamin Jul 30, 2019
75a9883
Delete MasterControlSwitch.png
mviamin Jul 30, 2019
1ab5ffd
Delete MorningCycleWithSchedule.png
mviamin Jul 30, 2019
1d99de7
Delete MorningCycleWithWeatherAdjustments.png
mviamin Jul 30, 2019
695e463
Delete TemperatureAndRainfall.png
mviamin Jul 30, 2019
82840a3
Add files via upload
mviamin Jul 30, 2019
72fab9c
Add files via upload
mviamin Jul 30, 2019
0b2ba30
Delete 20190730_182234406_iOS.jpg
mviamin Jul 30, 2019
195b38c
Delete 20190730_182302666_iOS.jpg
mviamin Jul 30, 2019
2182d63
Add files via upload
mviamin Jul 30, 2019
ca1626f
Delete 20190730_182234406_iOS.jpg
mviamin Jul 30, 2019
15594d8
Delete 20190730_182302666_iOS.jpg
mviamin Jul 30, 2019
3cdf4d7
Add files via upload
mviamin Jul 30, 2019
8849995
Delete system off.jpg
mviamin Jul 30, 2019
1a1dc1d
Delete system on.jpg
mviamin Jul 30, 2019
8a7f9ff
Add files via upload
mviamin Jul 30, 2019
f37d43d
Update README.md
mviamin Jul 30, 2019
dfc1ab6
Delete garden_globals.yaml
mviamin Aug 27, 2019
a38b80f
Delete garden_irrigation.yaml
mviamin Aug 27, 2019
f8e23bd
Delete garden_master_control.yaml
mviamin Aug 27, 2019
b64b5af
Update README.md
mviamin Aug 27, 2019
e4e2395
Add files via upload
mviamin Aug 27, 2019
34fbf10
Add files via upload
mviamin Aug 27, 2019
622663a
Update README.md
mviamin Aug 27, 2019
d80c3f3
Update README.md
mviamin Aug 27, 2019
6c2aff7
Update README.md
mviamin Aug 27, 2019
b18cc8e
Update garden_globals.yaml
mviamin Jun 18, 2020
b63e868
Update garden_irrigation.yaml
mviamin Jun 18, 2020
109ef00
Update garden_master_control.yaml
mviamin Jun 18, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 31 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
# Home-Assistant

This might one day have my whole config but at the moment I have only posted a few sections which are (mostly) self contained packages.
I have adapted the fantastic code from @kloggy to an ESP32 and an 8 relay board to have up to 8 zones. I have 2 separate ESPs for a total of 16 zones configured the same way (only different names for the zones). One activates the "West" area, the other the "East". Also not using the Weather-related watering adjustments. No need given the weather patterns where I live :)

1. My **Garden Irrigation** system,
Parts :

See here for more information - https://community.home-assistant.io/t/my-garden-irrigation/99686
https://www.amazon.com/gp/product/B07QCP2451/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

https://www.amazon.com/gp/product/B07C8LSXKC/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

https://www.amazon.com/gp/product/B07Q29CD7J/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

Software Requirements:
Requires the following custom cards to be installed and working
- toggle-lock-entity-row
- config-template-card
- fold-entity-row
- toggle-lock-entity-row

Setup the ESP32 with ESPHome
- esp32_1.yaml for my example of how the ESP is configured to handle 8 zones
- I have a second one configured the same way, just different names for the zones

Changes to configuration :
1. Add following line in configuration.yaml
packages: !include_dir_named packages
2. Have the following directory :
/config/packages/garden
3. Place the 3 files in the config/packages/garden
- garden_global.yaml
- garden_irrigation.yaml
- garden_master_control.yaml
4. changes to lovelace
- see lovelace.yaml for the additional code to be added to lovelace to add the additional tab

See here for more information in the OP - https://community.home-assistant.io/t/my-garden-irrigation/99686

2. My **Guest Mode** implemenation which allows for an ad-hoc setting along with two (or more) regular schedules
Loading