v0.4 Beta 1 #26
Replies: 21 comments 13 replies
-
Can fEVR be used locally without tailscale? |
Beta Was this translation helpful? Give feedback.
-
Ok.
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
seems like my mqtt settings are wrong Attaching to fevr-devel |
Beta Was this translation helpful? Give feedback.
-
I changed the mqtt pwd to a working one.
but i have set frigate url to an IP address.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Just saw this. It looks like your config isn't being passed through... Try running:
edit the contents to reflect your setup
and try accessing the page again. |
Beta Was this translation helpful? Give feedback.
-
changed the fever address, but there are no mqtt settings in the config.json {
"config": "/var/www/data/config/config.json",
"fevr": {
"base": "/var/www/",
"db": "/var/www/data/db/fEVR.sqlite",
"debug": "true",
"html": "/var/www/html",
"title": "Home"
},
"frigate": {
"apiEventPath": "/api/events/",
"clipPath": "/clip.mp4",
"snapPath": "/snapshot.jpg",
"url": "http://192.168.1.222:5000"
}
}
|
Beta Was this translation helpful? Give feedback.
-
if i do docker-compose up i get
|
Beta Was this translation helpful? Give feedback.
-
.env
docker-compose.yml
|
Beta Was this translation helpful? Give feedback.
-
changed it, but same error. |
Beta Was this translation helpful? Give feedback.
-
I'd like to thank you for sticking with this. I know it's a pain troubleshooting sometimes, but valuable. Can you try running:
You should see something like this:
If that works, please run:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Tried it again, this time as non root user on the first fevr docker folder.
MQTT log says:
Does this mean an auth problem? Where can i add mqtt user/pwd beside .env?
after restarting container its the same as yesterday
|
Beta Was this translation helpful? Give feedback.
-
I'm adding optional commandline arguments to mqtt_client to make it easier to restart it if it fails like this. Should be tested and merged within the hour |
Beta Was this translation helpful? Give feedback.
-
Okay, I think I have a solution that should work now. I just updated the main branch with an updated mqtt_client Please perform the following steps:
|
Beta Was this translation helpful? Give feedback.
-
docker down, deleted folder, git clone, changed run, changed .env, docker up same as before and there is still this line:
have you seen the missing IP??? No, found the run file, is this an mismatch?
|
Beta Was this translation helpful? Give feedback.
-
Yes I've seen the missing IP address. This is due to an error with environment variables. I'm a handful of days from releasing v0.6 which is an extensive rewrite of fEVR using flask. I think the best course of action would be to wait for this to be released rather than continuing on with troubleshooting something that will be deprecated soon. I acquired way too much technical debt and doing things in a more difficult manner than needed and it has become too much to troubleshoot. Thank you for your interest and assistance. You can check my progress on v0.6 at https://github.com/beardedtek-com/fevr-flask. Once I have reached feature parity, it will be included as a branch of this repo then eventually replace the main branch. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to just use the notification part of this? I have been using frigate_notification blueprint, but its not working very good. So i was hoping to find a better mobile app notification solution. But don't really want to install a second recorder. (Not to familiar with docker) |
Beta Was this translation helpful? Give feedback.
-
Whats the problem with notification? |
Beta Was this translation helpful? Give feedback.
-
I did not remember exactly how frigate handle stationary objects. Notify does not work on the google free fdroid Compagnion app, so i send messages per messenger. |
Beta Was this translation helpful? Give feedback.
-
Initial beta release featuring new features of the v0.4 release.
This discussion was created from the release v0.4 Beta 1.
Beta Was this translation helpful? Give feedback.
All reactions