-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Use Led on ESP01 (esp8266) module to inform about connection status. #676
Comments
Take a look at the |
I use this for my d1 mini in every cell reading platform. you will have a flash on every reading. try to adapt for esp01, but keep in mind that esp01 have low memory and could run into trouble if is to much code.
and add into code:
example code: - is for jkpb modbus, just for reference
|
Another but very similar solution:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have successfully implemented my JK-BMS monitoring and happy to thank project developers for good work.
Also I have a question about LED existing on ESP01 module which seems remain unused. I guess it would be nice to use this LED for inform about system status WiFi or HA connection or fashing when data transfer. Possibly this option isn’t related to current project and can be implementad independently in YML config. Unfortunatelly I’m rather newbe in the ESPHOME software configuration and don’t have enough knowledge to implement status reporting by LED. Possybly some one could point me some examples?
The text was updated successfully, but these errors were encountered: