Search found 4 matches

by survivor182ca
Thursday 21 September 2023 1:31
Forum: Python
Topic: Frigate NVR (mqtt) plugins
Replies: 1
Views: 885

Frigate NVR (mqtt) plugins

Hi,

Is there a Frigate NVR (mqtt) plugins that exist for domoticz?

https://frigate.video/

https://docs.frigate.video/integrations/mqtt

Thank in advance!
by survivor182ca
Friday 07 October 2022 23:04
Forum: Python
Topic: EXPERIMENTAL: Snapcast Python Plugin
Replies: 1
Views: 569

Re: EXPERIMENTAL: Snapcast Python Plugin

Which library are required on your OS to make it work?

It crash on import on websocket

I run debian buster
by survivor182ca
Thursday 10 January 2019 1:11
Forum: Bash / PowerShell / Batch etc.
Topic: Restore database via curl
Replies: 2
Views: 1449

Re: Restore database via curl

I want the curl restore because I run Domoticz on OpenWRT router and the database is always empty when the process starts.

Also the database is stored on the temporary drive /tmp/ ... this is why the database is empty at starts

I could run a CRON job that just restore my database every day if a ...
by survivor182ca
Tuesday 08 January 2019 19:03
Forum: Bash / PowerShell / Batch etc.
Topic: Restore database via curl
Replies: 2
Views: 1449

Restore database via curl

Hi,

We can do a backup via curl script easily :

Code: Select all

/usr/bin/curl -s http://127.0.0.1:8080/backupdatabase.php > /var/tmp/domoticz_backup/$BACKUPFILE 
My question is : can we do database restore via curl command???

Thank in advance!