-
-
Notifications
You must be signed in to change notification settings - Fork 110
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 basic S200B event support #784
base: main
Are you sure you want to change the base?
Conversation
Hello @petretiandrea |
Not work yet? woul be nice to have the rotate and button functions. |
Not yet -- I emailed the repo owner a week ago but no response yet. Looking forward to having this integration as it would complete my HA setup! |
Hi to everyone, |
There's multiple overlapping posts regarding this but this seems like the best of them. Prerequisites:
Again, this is a solid workaround but it is a workaround. Decide if it's for you. Important, this is using Tapo for the notification which I assume is using their cloud although they arrive near instantly. The setup process Setup BuzzKill with the permissions it needs, yes it must be allowed to read all your notifications. In HA mobile settings -> companion app -> manage sensors -> last removed notification. Important
In my code it sets the value to nothing but you can set to whatever text you want. Hope this workaround is helpful, pain to dream up but it works for now. |
@ados8 I have tried this approach before and this is not a very good approach.
In my opinion, the best workaround is Tapo -> Alexa -> Samsung SmartThings -> Home assistant. There's often a lag / latency of 3-4 seconds, but it does work reliably. |
Unfair statement in my opinion just because you had issues getting it to work.
Glad you have a working solution which wouldn't be required if vendors actually tried. |
This change adds a very basic handler for detecting TriggerLogComponent events (from an S200B device in my case) and passing them through to hass.
@petretiandrea I'm not sure what your vision was with how these types of devices should be supported. I'm no expert at python or hass development but happy to adapt or drop this PR as needed.