Search found 48 matches

by Gromyjoe
Sat Dec 18, 2021 2:08 pm
Forum: General Control & Automation
Topic: AsyncMQTTclient - Trouble with subscribing to topic
Replies: 5
Views: 5925

Re: AsyncMQTTclient - Trouble with subscribing to topic

Here is what I ended up using. I can subscribe to topic esp32/calibrate "PH_CAL_LOW" or any function I added. even reset the saved data prior to calibrating. Im sure theres better ways of doing the job but i think its a start! And hopefully someone else comes across this looking for a starting point...
by Gromyjoe
Fri Dec 17, 2021 12:08 am
Forum: General Control & Automation
Topic: AsyncMQTTclient - Trouble with subscribing to topic
Replies: 5
Views: 5925

AsyncMQTTclient - Trouble with subscribing to topic

Hey everyone, I am back with another challenge over the winter. I found this example sketch that I thought would be fairly straight forward to use but I was wrong. I am trying to subscribe to a topic "CALIB1" and use the text to determine which calibration method I'll use. but no matter what I try i...
by Gromyjoe
Thu Dec 02, 2021 1:11 pm
Forum: Home Assistant Gardening
Topic: Esphome controlling servos ??
Replies: 3
Views: 3521

Re: Esphome controlling servos ??

very nice build!
by Gromyjoe
Sat Jun 12, 2021 2:00 am
Forum: Home Assistant Gardening
Topic: Using Ufire PH and EC probes in Esphome
Replies: 6
Views: 4035

Re: Using Ufire PH and EC probes in Esphome

sorry for the late repy, its been working pretty well so far. the probe isn't great quality so id like to finish making all the ufire features work.... someday, but for now flashing a new update every month is just fine. Havent really played around in home assistant much lately though, so nothings r...
by Gromyjoe
Sat Jan 09, 2021 11:59 pm
Forum: Home Assistant Gardening
Topic: Esphome display component help!
Replies: 0
Views: 735

Esphome display component help!

Hey everyone! Happy new year! I'm working on building a menu with buttons to change settings within esphome. It's really easy to import numbers and text sensors from home assistant but I'm having no luck displaying a date_time number. It shows up fine in the log files as the current week of bloom bu...
by Gromyjoe
Mon Dec 14, 2020 3:48 pm
Forum: Home Assistant Gardening
Topic: Creating An Automation For Dosing Pumps
Replies: 5
Views: 1901

Re: Creating An Automation For Dosing Pumps

I kinda figured out how to do this. Should have it all bugged out today since im stuck at home because of a snowstorm. Heres my automation.. the first one Im still working on, I want it to trigger whenever the "input_number.current_week" sensor changes - id: '1607912650801' alias: Weekly value updat...
by Gromyjoe
Sat Dec 05, 2020 1:08 pm
Forum: Home Assistant Gardening
Topic: Creating An Automation For Dosing Pumps
Replies: 5
Views: 1901

Creating An Automation For Dosing Pumps

Good morning everyone! I'm pleased to announce that my new and improved grow room is nearly complete! Everything is controlled and monitored by HA which is great because now I can involve my employee in the projects. I have the parasaltic pumps inside a box and I know that each pump doses 1.3mL/s wh...
by Gromyjoe
Mon Oct 26, 2020 2:40 am
Forum: Home Assistant Gardening
Topic: Using Ufire PH and EC probes in Esphome
Replies: 6
Views: 4035

Using Ufire PH and EC probes in Esphome

Here is my Esphome Custom Components file. #include <esphome.h> #include <uFire_EC.h> #include <uFire_pH.h> class uFire_probe : public PollingComponent, public Sensor { public: uFire_EC ec; uFire_pH ph; Sensor *Ufire_pH = new Sensor(); Sensor *Ufire_EC = new Sensor(); Sensor *Ufire_TempC = new Senso...
by Gromyjoe
Sun Oct 25, 2020 12:21 am
Forum: Home Assistant Gardening
Topic: atlas scientific sensors esphome
Replies: 32
Views: 15537

Re: atlas scientific sensors esphome

Any progress with calibrating withing esphome?
I finally got my Ufire ph and ec probes to work so I'm now trying to figure out the calibration procedure
by Gromyjoe
Fri Oct 23, 2020 1:04 pm
Forum: Home Assistant Gardening
Topic: Dashboard - Week tracking
Replies: 16
Views: 5456

Re: Dashboard - Week tracking

Theres an app for android (and probably iphone) called todo list. You can create daily checklists and chores, add a schedule for the bloom phase, ect ect. I have a few items on the app, copied the api to the configuration.yaml. then like magic they appear in the calendar entity!