Controllino Powered Irrigation Controller
https://github.com/Genestealer/Home-Assistant-Configuration
Richard Huish 2017-2020
Controllino Maxi Ethernet based with local home-assistant.io GUI, relay/digital output for dual irrigation control via MQTT.
MQTT command message with 'on' payload command one of the outputs on.
MQTT command message with 'off' payload command one of the outputs off.
Note: My code is based on my other ESP8266 based projects, so there are may be some ESP nameing used.
Based on ESP8266 variant: https://github.com/genestealer/Irrigation-Controller
GUI: Locally hosted home assistant on network https://www.home-assistant.io/
MQTT: Locally hosted broker on network https://mosquitto.org/
OTA updates: Not supported by default by the ATmega without flashing with custom bootloader and I have not done this.
Controllino Maxi - ATmega 2560-16AU with W5100 ethernet
https://www.controllino.com/product/controllino-maxi/
CONTROLLINO customized bootloaders https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library/tree/master/Bootloaders/MAXI
W5100 ethernet (Built-In)
12V PoE Active splitter Adapter, to power Controllino
12V Electric Solenoid Valve for Water
Flyback diode: Vishay 50V 1A, Diode, 2-Pin DO-204AL 1N4001-E3/54
Analog Capacitive Soil Moisture Sensor V1.2 https://www.aliexpress.com/item/32832538686
CONTROLLINO_SCREW_TERMINAL_DIGITAL_OUT_10 (2 Amp output) - 1st water valve
CONTROLLINO_SCREW_TERMINAL_DIGITAL_OUT_11 (2 Amp output) - 2nd water valve
(Note: Use could use the relays to switch higher voltages or have galvanic isolation)
Multiple on-board LEDS tos how MQTT connection, ethernet connection, status, etc Notes:
- Controllino Maxi
- 1/2 Inch 12V Electric Solenoid Valve for Water
- Active 12V PoE power over ethernet Splitter Adapter, IEEE 802.3af Compliant 10/100Mbps, 12V output
build_flags = -DMQTT_MAX_PACKET_SIZE=512
Overide max JSON size, until libary is updated to inclde this option knolleary/pubsubclient#110 (comment)