Search found 37 matches

by gvbz
Mon Jan 24, 2022 5:14 pm
Forum: Home Assistant Gardening
Topic: Node-Red Dosing Sequence
Replies: 4
Views: 2585

Re: Node-Red Dosing Sequence

Hey thanks @gvbz , I will work on getting my pumps installed and see if I can implement your sequence. It would be great if I can get the calibration working. It looks like the function nodes does some quick math and tells the pump to turn off using the delay node. I have questions regarding the va...
by gvbz
Sun Jan 23, 2022 10:07 pm
Forum: Home Assistant Gardening
Topic: Node-Red Dosing Sequence
Replies: 4
Views: 2585

Re: Node-Red Dosing Sequence

Here's my take on it using regular delay nodes and a chemical dosing calc: [ { "id": "cf03bbc76da69883", "type": "delay", "z": "5dfa8e8e1b6066f9", "name": "", "pauseType": "delayv", "timeout": "2", "timeoutUnits": "minutes", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1",...
by gvbz
Thu Sep 03, 2020 9:25 pm
Forum: Home Assistant Gardening
Topic: Humidifier randomly start not starting
Replies: 4
Views: 619

Re: Humidifier randomly start not starting

How solid is your wifi signal near your plugs? I had a similar issue where my plugs would lose connection, setpoint drops below value, but because the plugs where offline they didn't trigger. This event should be identified in your HA logs so I would check that and get back to us. I ended up putting...
by gvbz
Thu Sep 03, 2020 9:17 pm
Forum: Home Assistant Gardening
Topic: Home assistant does not install on a new RP4 / Wlan0 not found
Replies: 4
Views: 819

Re: Home assistant does not install on a new RP4 / Wlan0 not found

Just some info regarding the HA system I recently finished setting up.. I originally tried running wireless via a wireless config file located on a USB stick which is connected to the pi on boot up. Had nothing but issues with this setup, whether it be from poor wireless signal in a sealed room or d...
by gvbz
Thu Jul 23, 2020 5:45 pm
Forum: Home Assistant Gardening
Topic: DIY Grow Room Automation w/ Node-Red
Replies: 38
Views: 39879

Re: DIY Grow Room Automation w/ Node-Red

Just a quick update on this project, everything is being moved over to Node-Red within Home Assistant. Rather trying to learn how to develop a custom front end for the NR code using some sort of stack, Home Assistant will be used to provide all the same benefits without giving up automation programm...
by gvbz
Thu Jul 23, 2020 5:35 pm
Forum: Home Assistant Gardening
Topic: ESP32 + ruuvi
Replies: 8
Views: 1924

Re: ESP32 + ruuvi

@gvbz I downloaded the repository from the git link above then added the folder hass-ruuvitag-master to the addons folder. I think you also need to restart HA Here is my entry for it in the yaml config file: sensor: - platform: ruuvi sensors: - mac: '*****' name: 'Tent' That's where I went wrong, a...
by gvbz
Wed Jul 22, 2020 11:39 pm
Forum: Home Assistant Gardening
Topic: ESP32 + ruuvi
Replies: 8
Views: 1924

Re: ESP32 + ruuvi

Thanks for the info @gvbz I am sure there is some way to make it work with ESP but I couldn't find it. In the end I moved the pi closer to the tent and went with a HA addon as you suggested. I used https://github.com/ruuvi-friends/ruuvi-hass.io Then edited the yaml config to add sensors. Seems to b...
by gvbz
Thu Jul 09, 2020 8:01 pm
Forum: Home Assistant Gardening
Topic: DIY Grow Room Automation w/ Node-Red
Replies: 38
Views: 39879

Re: DIY Grow Room Automation w/ Node-Red

Hey gvbz, How often do you get data from your ruvviTAG? The reason I ask is because I have been testing a Zibee Aqara Temp/Humidity sensor and it appears to be accurate however there are times that I do not get data for like 30 minutes plus. From what I understand it will only send data when the te...
by gvbz
Thu Jul 09, 2020 1:06 am
Forum: Home Assistant Gardening
Topic: ESP32 + ruuvi
Replies: 8
Views: 1924

Re: ESP32 + ruuvi

I have managed to get a ESP32 connected to my HA and I have also been able to connect a binary sensor: esp32_ble_tracker: binary_sensor: - platform: ble_presence mac_address: ****** name: "ESP32 BLE ruuvi" I can see this in the entity list. Anyone got any info on how I can read data from the ruuvi?...
by gvbz
Thu Jul 09, 2020 12:48 am
Forum: Home Assistant Gardening
Topic: DIY Grow Room Automation w/ Node-Red
Replies: 38
Views: 39879

Re: DIY Grow Room Automation w/ Node-Red

is it possible to take your configuration files and just change the devices to match mine? im totally new to this, but hae been playing around with mozilla webthings for awhile now. Yup that's the exact intent. It's not a plug and play system, but with a bit of configuration and learning on your en...