-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LilyGO HiGrow sensor enhancements #3
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
New version is in the works by @pesor - closing this for now. |
Splitting plant integration into separate files for each plant. Few more boards ordered and this is needed to keep everything nice and tidy. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I wanted to track how long do batteries last. That is also very specific to each board.
|
Hi Andrej,
This is actually a great idea.
I saw your solution on my Github.
I can program it into the C++ code, so that you do not have to make yaml entries, it will then work automatically with the sensor last-charge-date, this will also be added to the MQTT message.
Do you like my proposal.
Right now I am fighting two issues.
First is the Fronius-Data-Manager, which gives me problems on month change, and problems when the inverter is not producing any power. This means that data in the MQTT is not consistent.
I need to check for sunset, and production, in order to get this right. So this is what I am programming right now.
Second issue is SDCard and ESP32, I thought it was simple, but that is not the case, as I simply cannot get it to work because of some incompatibilities. I found an YouTube video, that might solve my problem, so after my Fronius, and then the TTGO-T-HIGrow changes, if you like them, I will start with the SDCard ESP32 implementation.
Best regards,
Per
Fra: BeardedTinker <notifications@github.com>
Sendt: 5. december 2020 11:50
Til: BeardedTinker/Home-Assistant_Config <Home-Assistant_Config@noreply.github.com>
Cc: Per Rose <post@per-rose.dk>; Mention <mention@noreply.github.com>
Emne: Re: [BeardedTinker/Home-Assistant_Config] LilyGO HiGrow sensor enhancements (#3)
I wanted to track how long do batteries last. That is also very specific to each board.
In order to do that I've done following:
* created input_datetime.X for each plant sensor board.
* automation that is triggerd when plant sensor get in "charging" status. It then inputs current timestamp into input_datetime
* template sensor that converts static date to counter, counting days from
There probably is easier and less complicated way to do so, but this one retains data over HA restarts.
Using history_stats and last_update or last_change didn't work.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAXXLJCMP2H5K2WZVOQ2VADSTIF7BANCNFSM4QAVLHSA>.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Adding 2 more boards with 4.1.0 firmware. Also testing new DS18B20 external soil temperature sensor. |
New firmware from Pesor will support much easier configuration and abbility to add sensor faster to Home Assistant. This is Alpha version of custom component - still some work left to do.
The text was updated successfully, but these errors were encountered: