Skip to content
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

Adds SoC Temperature + Batt Voltage + BootTime #248

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

gargomoma
Copy link
Contributor

With this additions we can track:

  • Soc Temperature: It is not infalible, but can help to see if the board its heating, and also to counter frequency drift.
  • Battery Voltage: Useful for solar stations.
    With this change the battery sensing pin and the voltage divider multplier could be set freely by the final user.
    Hopefully in the future we can merge it with the MQTT_Client::voltage() function.
    {"battery":{"pin":int XX, "scale": floatYY}}
    ie:{"battery":{"pin":15, "scale": 1.9}}
  • BootTime: UnixTime in seconds. This could help to see if the board is having reboots.

I'm preparing more additions. You can see them here:
beta...gargomoma:tinyGS:beta_extras_246

@andypiper
Copy link

Battery voltage is super useful, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants