wizmo2

Results 54 comments of wizmo2

You might want to try using Channel 1 (add ",1" to the file_find function). I've made some changes to media.py to get it working on my IP5M-B1186EW as there are...

@robmarkcole I add PR #271 as an intermedate solution. It doesn't perform checks on sizes, but does improve performance when you are using only small ROIs. Great integration BTW.

Same issue here. The frontend controls return an error, but weirdly, some automations still work. ``` 2023-12-13 15:10:57.481 INFO (MainThread) [homeassistant.components.script.check_occupied] Check Occupied: Choose at step 1: choice 1: Executing...

@Mariusthvdb, I belatedly RdTFM re. Add/Remove after firmware update. Will keep you posted if it has addressed the issue my end.

> what exactly do you mean with > > > Add/Remove after firmware update (https://www.home-assistant.io/integrations/tradfri#firmware-updates) I then readded manually, and everything mostly came back. (a couple of name overrides were...

Still having issues, so that was not it. Done a little investigation, and I think it is a coap overrun issue when sending request too quickly. Perhaps the integration Codeowner...

I only noticed the issues with 2023.12. I've downgraded to 2023.11.3 to see if goes away. I did note there has been a known issue (https://github.com/home-assistant-libs/pytradfri/tree/master#known-issues) with overrun. @bdraco has...

Latest: 2023.11.3 initially seems to fix the reconnect issues. That being said, I still had an issue with disconnects. I checked my UniFi connection logs and the hub had disconnected....

> hmm, not related I think. > Maybe right. PSU did not make a difference. I can keep the connection up using 'wake_on_lan:' (must be in configuration.yaml) and the following...

OK. I reverted the changes to the mock/demo media players. It was a bad example. For the front end, we need the `can_search` field of BrowseMedia, and the modification of...