Did you ever find out how to map some different drives for file storage? Iāve got the same situation and my SSD doesnāt have too much capacity left.
Iām taking a leap of faith tagging @Bigrob8181 as well, thanks for a great add-on, I love it!!
But it would come really handy if any other storage could be used. There are capabilities to mount secondary drives to Hassos (https://gist.github.com/eklex/c5fac345de5be9d9bc420510617c86b5) so, if I just could figure out how this works in the add-on the rest is solved.
@Abertil Unfortunately i stopped using shinobi because it was not stable enough in my setup.
Every few days some cameras randomly would stop receive any feed, and addon restart was required.
so i gave up shinobi and went with motion eye, saving on a samba shared network location, and while less customizable and less pretty, at least itās much more stable.
i installed it today. but no success. i get this error in the log and i can t log in:
FFmpeg version : 3.4-static http://johnvansickle.com/ffmpeg/
Node.js version : v12.18.4
Shinobi : Web Server Listening on 80
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This Install of Shinobi is NOT Activated
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2020-12-28T22:09:06+01:00 This Install of Shinobi is NOT Activated
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
https://licenses.shinobi.video/subscribe
2020-12-28T22:09:06+01:00 Shinobi is ready.
knexError----------------------------------- START
[Error: select * from `Schedules` - SQLITE_ERROR: no such table: Schedules] {
errno: 1,
code: 'SQLITE_ERROR'
}
select * from `Schedules`
knexError----------------------------------- END
Uncaught Exception occured!
TypeError: Cannot read property 'forEach' of undefined
at /opt/shinobi/libs/scheduler.js:11:18
at /opt/shinobi/libs/sql.js:186:33
at cb (util.js:207:31)
at util.js:191:10
at hidden (internal/errors.js:291:14)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
You have a few choices and the only choice that will work with the credentials that you are using is the super login. I.e at the url http://ip:port/super
Hi
i m running HASS.IO with the Shinobi Plug-in.
I would like to setup an motion detection trigger to send an mqtt message if motion is detected.
is this possible with this addon? has anybody did this before?