You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I daresay this is some oddity in my own installation, but I'm not getting anything out of Amble. It's running and I've checked all the settings, but no new channels have come through HA and my OpenAI key is still showing "Never" used, despite the Frigate camera in the config generating a few alerts since I installed.
I'd like to check the Amble logs, but docker logs amblegpt just shows:
/app/./mqtt_client.py:429: DeprecationWarning: Callback API version 1 is deprecated, update to latest version
client = mqtt.Client()
MainProcess: Connected with result code 0
which I think is just a warning?
I've been unable to install the blueprint to test as HA says the URL is invalid.
Questions:
My main question is, how do I access the AmbleGPT logs?
Is the MQTT DeprecationWarning a concern? I saw a Merged issue on this repo so thought it was maybe fixed but apparently not
Could Frigate authentication, which I believe has changed significantly in the last year, be a factor?
How can I install the notification blueprint, given that that URL is not working?
Any other suggestions for the cause of my issue?
The text was updated successfully, but these errors were encountered:
Hi, I daresay this is some oddity in my own installation, but I'm not getting anything out of Amble. It's running and I've checked all the settings, but no new channels have come through HA and my OpenAI key is still showing "Never" used, despite the Frigate camera in the config generating a few alerts since I installed.
I'd like to check the Amble logs, but
docker logs amblegpt
just shows:which I think is just a warning?
I've been unable to install the blueprint to test as HA says the URL is invalid.
Questions:
The text was updated successfully, but these errors were encountered: