BeardedTinker / Home-Assistant_Config

BeardedTinker Home Assistant configuration. Feel free to browse, edit, tweak, improve, criticize and suggest.
MIT License
417 stars 50 forks source link

LilyGO HiGrow sensor enhancements #3

Closed BeardedTinker closed 3 years ago

BeardedTinker commented 4 years ago

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.

stale[bot] commented 3 years ago

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.

BeardedTinker commented 3 years ago

New version is in the works by @pesor - closing this for now.

BeardedTinker commented 3 years ago

Splitting plant integration into separate files for each plant. Few more boards ordered and this is needed to keep everything nice and tidy. Also fixed are minimum/maximum values for plants I have.

stale[bot] commented 3 years ago

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.

BeardedTinker commented 3 years ago

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:

pesor commented 3 years ago

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:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/BeardedTinker/Home-Assistant_Config/issues/3#issuecomment-739206544, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAXXLJCMP2H5K2WZVOQ2VADSTIF7BANCNFSM4QAVLHSA.

stale[bot] commented 3 years ago

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.

BeardedTinker commented 3 years ago

Adding 2 more boards with 4.1.0 firmware. Also testing new DS18B20 external soil temperature sensor.