Closed nrpetonr closed 2 years ago
Hey. Can you turn the logging to debug and provide the log? Thanks
And in Blue Iris, what is the value of the System Name in Options?
in blue iris application, the name is equal to BI integration name in homeassistant.
log is attached home-assistant.log .
Same problem here works when moved back to 1.0.10.
The cause for the logger.set_level error is that it Logging isn't turned on in HA so that service doesn't exist. In your configuration.yaml add this:
logger: default: warning
Save and restart. You can set the default to another level if you'd like. Do note that if you change the log level via the Blue Iris options back to Default (after we solve this issue :) ) you will need to restart HA.
figured out meanwhile :-) find the log in my previous post.
Thanks! I'll take a look this afternoon.
Can you take the files from here: https://github.com/kramttocs/ha-blueiris/tree/fix-for-1.0.11 and add the log again? Thanks
Actually, wait to do that as I have another change I'd like you to test all at once. Your camera named KrnovPRACOVNA. If you go to the settings of that one and then the Video tab. What radio button is selected for the Device Type?
radio button under device type? not sure which setting you mean, there is nothing like that under video - device type. however that camera is usb, firewire, analog.
Perfect. Thanks! I'll get code updated shortly and you can test if you'd like (I'll let you know when it's ready). I'll push out a new official release hopefully this evening that fixes this.
Perfect. Thanks! I'll get code updated shortly and you can test if you'd like (I'll let you know when it's ready). I'll push out a new official release hopefully this evening that fixes this.
sure, i can test, no problem
Here you go: https://github.com/kramttocs/ha-blueiris/tree/fix-for-1.0.11/custom_components/blueiris Please take the files from there and overwrite yours. The only files you really need are
managers\device_manager.py managers\home_assistant.py managers\entity_manager.py helpers__init__.py helpers\const.py
Download these, copy them over your existing ones, restart HA and let me know if it works. You may need to delete and re-add the integration. Assuming the devices are created you should be able to visit them and see the camera type listed under the name.
Here you go: https://github.com/kramttocs/ha-blueiris/tree/fix-for-1.0.11/custom_components/blueiris Please take the files from there and overwrite yours. The only files you really need are
managers\device_manager.py managers\home_assistant.py managers\entity_manager.py helpersinit.py helpers\const.py
Download these, copy them over your existing ones, restart HA and let me know if it works. You may need to delete and re-add the integration. Assuming the devices are created you should be able to visit them and see the camera type listed under the name.
do so after updating to buggy 1.0.11 or on working 1.0.10?
Sorry, yes - on 1.0.11
Sorry, yes - on 1.0.11
it is working. good job, thx
Great! I'll get this pushed out as soon as I run a few more tests. Make sure you turn debug off - I added a lot of messages in those files :)
Fixed with release 1.0.12
Mine is working on 1.0.12. Thanks
Mine is working on 1.0.12. Thanks
Glad to hear it! Sorry about that.
after the update from 1.0.10 to 1.0.11, the devices are not more available. i tried remove and add integration again, it does connect to the server, but no devices. after downgrading to 1.0.10, everything is OK again.