Debug a bayesian sensor #25114
Replies: 1 comment
-
Thanks for sharing, but this content is probably better suited to our community forum: https://community.home-assistant.io/c/projects/9 This area is for frontend discussions, particularly for feature requests, so I don't think this fits here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a simple bayesian binary sensor debugger that lists all the possible states and what its probability comes to:
https://github.com/drake7707/hass-bayesian-debugger
That will hopefully give users a better idea when their sensor will be triggered and if it needs to be tweaked further.
It's just a simple webpage with some javascript that does the same calculation but with all possible observation states.
Beta Was this translation helpful? Give feedback.
All reactions