diff --git a/.gitignore b/.gitignore index f2cb373..5b42a62 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ *.sqlite-wal *.xml .* +*.dng __pycache__/ deps/ diff --git a/appdaemon/dashboards/Plant_Monitor_Mobile.dash b/appdaemon/dashboards/Plant_Monitor_Mobile.dash index 5d4e9c7..9d33e14 100644 --- a/appdaemon/dashboards/Plant_Monitor_Mobile.dash +++ b/appdaemon/dashboards/Plant_Monitor_Mobile.dash @@ -4,7 +4,7 @@ widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] columns: 3 -rows: 4 +rows: 5 global_parameters: use_comma: 0 precision: 0 diff --git a/hardware/arduino/attiny_isp/isp.ino b/hardware/arduino/attiny_isp/attiny_isp.ino similarity index 100% rename from hardware/arduino/attiny_isp/isp.ino rename to hardware/arduino/attiny_isp/attiny_isp.ino diff --git a/hardware/arduino/attiny_isp/pics/IMG_20190527_153228.jpg b/hardware/arduino/attiny_isp/pics/IMG_20190527_153228.jpg new file mode 100644 index 0000000..101ed25 Binary files /dev/null and b/hardware/arduino/attiny_isp/pics/IMG_20190527_153228.jpg differ diff --git a/hardware/arduino/attiny_isp/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527153349.pdf b/hardware/arduino/attiny_isp/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527153349.pdf new file mode 100644 index 0000000..d62d7cf Binary files /dev/null and b/hardware/arduino/attiny_isp/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527153349.pdf differ diff --git a/hardware/arduino/attiny_isp/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527153405.png b/hardware/arduino/attiny_isp/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527153405.png new file mode 100644 index 0000000..2970b2d Binary files /dev/null and b/hardware/arduino/attiny_isp/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527153405.png differ diff --git a/hardware/esphome/plant_dashboard/README.md b/hardware/esphome/plant_dashboard/README.md index 4b4e329..3733048 100644 --- a/hardware/esphome/plant_dashboard/README.md +++ b/hardware/esphome/plant_dashboard/README.md @@ -17,28 +17,18 @@ Please be aware the information contained in this repo isn't always 100% present | Quantity | Hardware | Product Page | | -------- | --------------------------------------- | ----------------------------------------------------------------------------------------- | | 1 | Adafruit HUZZAH32 | https://www.adafruit.com/product/4172 | +| 1 | SparkFun CH340G Serial Adapter | https://www.sparkfun.com/products/14050 | | 1 | SparkFun Qwiic Mux Breakout - 8 Channel | https://www.sparkfun.com/products/14685 | -| 8 | SparkFun Qwiic Adapter | https://www.sparkfun.com/products/14495 | -| 2 | Qwiic Cable - 50mm | https://www.sparkfun.com/products/14426 | -| 8 | Qwiic Cable - 500mm | https://www.sparkfun.com/products/14429 | +| 1 | Adafruit STEMMA Soil Sensor | https://www.adafruit.com/product/3931 | +| 2 | SparkFun Qwiic Adapter | https://www.sparkfun.com/products/14495 | +| 1 | Qwiic Cable - 50mm | https://www.sparkfun.com/products/14426 | +| 1 | Qwiic Cable - 500mm | https://www.sparkfun.com/products/14429 | | 1 | Waveshare 2.9" e-ink display | https://www.waveshare.com/product/modules/oleds-lcds/e-paper/2.9inch-e-paper-module.htm | | 1 | 18650 Battery Holder | https://www.sparkfun.com/products/12899 | -| 15 | 4 pin 2.54mm pitch screw terminals | N/A | -| 1 | DF Robot Solar Charger (MQTT) | https://www.dfrobot.com/product-1712.html | | 1 | Adafruit Large Solar Panel | https://www.adafruit.com/product/500 | +| 1 | Adafruit Solar Charger | https://www.adafruit.com/product/390 | | 1 | SparkFun LiPo Fuel Gauge | https://www.sparkfun.com/products/10617 | -| 1 | SparkFun UV Sensor (VEML6075) | https://www.sparkfun.com/products/15089 | | 2 | SparkFun MOSTFET Power Controller | https://www.sparkfun.com/products/11214 | | 1 | SparkFun Momentary Button (Red) | https://www.sparkfun.com/products/11992 | | 1 | SparkFun Momentary Button (Blue) | https://www.sparkfun.com/products/11994 | - -## Future Hardware - -- [https://www.adafruit.com/product/3931](https://www.adafruit.com/product/3931) -- [https://www.tindie.com/products/miceuz/i2c-soil-moisture-sensor/](https://www.tindie.com/products/miceuz/i2c-soil-moisture-sensor/) - -## Future/Posible Software - -- [https://github.com/ageir/chirp-rpi](https://github.com/ageir/chirp-rpi) -- [https://github.com/Miceuz/i2c-moisture-sensor/blob/master/README.md](https://github.com/Miceuz/i2c-moisture-sensor/blob/master/README.md) -- [https://github.com/Apollon77/I2CSoilMoistureSensor](https://github.com/Apollon77/I2CSoilMoistureSensor) +| 1 | 10k Resistor | N/A | diff --git a/hardware/esphome/plant_dashboard/extern/adafruit-stemma-soil-sensor-i2c-capacitive-moisture-sensor.pdf b/hardware/esphome/plant_dashboard/extern/adafruit-stemma-soil-sensor-i2c-capacitive-moisture-sensor.pdf new file mode 100644 index 0000000..0491607 Binary files /dev/null and b/hardware/esphome/plant_dashboard/extern/adafruit-stemma-soil-sensor-i2c-capacitive-moisture-sensor.pdf differ diff --git a/hardware/esphome/plant_dashboard/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527151424.pdf b/hardware/esphome/plant_dashboard/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527151424.pdf new file mode 100644 index 0000000..8fafdae Binary files /dev/null and b/hardware/esphome/plant_dashboard/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527151424.pdf differ diff --git a/hardware/esphome/plant_dashboard/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527151435.png b/hardware/esphome/plant_dashboard/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527151435.png new file mode 100644 index 0000000..1261b8a Binary files /dev/null and b/hardware/esphome/plant_dashboard/schematic/Schematic_Home-Assistant_Plant-Dashboard_20190527151435.png differ