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

Fix integration for HA versions 2021.12.0 or later #41

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

Conversation

kevin-david
Copy link

@kevin-david kevin-david commented Dec 19, 2021

As reported in #38, this simple fix should address this problem - and it did for me as well.

I assume this will not cause problems for folks who use the integration with earlier versions, but it'd be great if someone could check my assumption there!

Closes #38

As reported in marthoc#38, this simple fix should address this problem - and it did for me as well. 

I assume this will not cause problems for folks who use the integration with earlier versions, but it'd be great if someone could check my assumption there!
@mcfarlde
Copy link

mcfarlde commented Jan 16, 2022 via email

@eastonking
Copy link

I tried this fix, changing Line 100: self.is_streaming = True to self._is_streaming = True, but still not video feed.

Any other ideas? Really missing this camera feed on my HA.

@kevin-david
Copy link
Author

@eastonking I don't think the video feed was ever implemented, all that works is pulling snapshots every once in a while right now.

@eastonking
Copy link

eastonking commented Apr 10, 2022 via email

@kevin-david
Copy link
Author

@eastonking if by "streaming" you mean "update an image every N seconds via http" then yes, I think this is working for people.

But true video streaming (like RSTP), I don't think anyone's done that yet. I spent some time investigating that for fun and posted my initial results here: #44

@eastonking
Copy link

eastonking commented Apr 11, 2022 via email

@kevin-david
Copy link
Author

kevin-david commented Apr 11, 2022

Ah I see. Well it seems to be working for me on the latest HA with my fork. https://github.com/kevin-david/kuna - feel free to give that a shot after uninstalling this version via HACS

@mcfarlde
Copy link

kevin-david,

while working it, please change the switch to a light. Any chance to include the speaker?

@kevin-david
Copy link
Author

kevin-david commented Apr 12, 2022 via email

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.

v2021.12.0 Breaks Kuna Camera Streaming
3 participants