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

Add calculated sensors #127

Merged
merged 16 commits into from
Jan 18, 2024
Merged

Add calculated sensors #127

merged 16 commits into from
Jan 18, 2024

Conversation

neilenns
Copy link
Owner

@neilenns neilenns commented Jan 18, 2024

Fixes #125

Adds the following calculated sensors:

  • feelsLike and feelsLike1..10: The windchill, heat index, or current temperature as appropriate
  • dewpoint and dewPoint1..10: The dewpoint
  • solarRadiationLux: The solar radiation value converted to lux
  • lastRain: The date and time of the last hourly rain event

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
src/entityManager.ts Show resolved Hide resolved
src/entityManager.ts Show resolved Hide resolved
src/calculations.ts Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@tankdeer tankdeer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for adding this.

@neilenns neilenns merged commit bca7727 into main Jan 18, 2024
5 checks passed
@neilenns neilenns deleted the neilenns/issue125 branch January 18, 2024 21:18
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.

Replicate AmbientWeather & Home Assistant calculated values.
2 participants