Search found 136 matches

by Antori91
Thursday 17 February 2022 18:44
Forum: dzVents
Topic: Error: dzVents: Error: (3.0.9) No information about longitude / latitude available
Replies: 1
Views: 549

Error: dzVents: Error: (3.0.9) No information about longitude / latitude available

Hello, Even if I already set longitude/latitude in setup, I get repeatedly the following error message in the log file: Error: dzVents: Error: (3.0.9) No information about longitude / latitude available. Please set lat/lng information in settings. This happens for a custom Domoticz Build (Synology ...
by Antori91
Sunday 11 April 2021 7:03
Forum: Other questions and discussions
Topic: How to monitor if Domoticz is still functioning correctly?
Replies: 8
Views: 1212

Re: How to monitor if Domoticz is still functioning correctly?

Hello, I use this own code (nodeJS code) to both monitor main and backup domoticz servers (and also Mqtt). If main or backup Domoticz is detected down, it tries to restart Domoticz. This code also synchronizes (using Mqtt) choosen devices between main and backup domoticz databases: https://github ...
by Antori91
Saturday 20 March 2021 15:08
Forum: dzVents
Topic: Error dzVents Daily at Midnight [Solved]
Replies: 14
Views: 1626

Re: Error dzVents Daily at Midnight [Solved]

Thanks Waaren. I understand now.
Indeed, if for example you restore a database with scripts stored in it, it is nice (and safe) that Domoticz generates all the files for you.
by Antori91
Saturday 20 March 2021 14:39
Forum: dzVents
Topic: Error dzVents Daily at Midnight [Solved]
Replies: 14
Views: 1626

Re: Error dzVents Daily at Midnight [Solved]

noticed that the Domoticz log gives daily at midnight following error related to dzVents. During the day no errors. Not sure when this started. After the errors, dzVents runs OK? At midnight all dzVents scripts (including global_data.lua ) are refreshed on the filesystem. All files in <domoticz dir ...
by Antori91
Saturday 20 March 2021 8:13
Forum: Show your projects
Topic: [Update smoke detector] Alarm and Heating management
Replies: 22
Views: 12590

Re: [Update smoke detector] Alarm and Heating management

Hello, I’m upgrading my fire detection server (described in the previous post) by replacing the smoke detector with an MQ-2 sensor. This allows: - to log 24/7 the smoke values (unit: ppm), - using this logging and smoke generation tests to choose the best alert threshold value. This is to avoid f ...
by Antori91
Thursday 28 January 2021 13:36
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: domoticz on synology without jadahl
Replies: 19
Views: 10097

Re: domoticz on synology without jadahl

I managed in the early days of Domoticz to get it running on a synology. Updating every time was very difficult. You have 3 options in my opinion 1. Jadahl 2. If you can run Docker on your Synology follow that road. 3. Buy a Pi , as I did. Hello, The fourth option may be to use the Synocommunity ...
by Antori91
Thursday 14 January 2021 23:11
Forum: dzVents
Topic: It's midnight! Time to rewrite the dzVents files! WHY?
Replies: 3
Views: 474

It's midnight! Time to rewrite the dzVents files! WHY?

Hello, I use dzVents scripts initially entered using the Domoticz editor. I notice that each day at midnight, Domoticz rewrite the DzVents script files (see log below). Why such behavior? 2021-01-14 00:00:00.338 Status: EventSystem: reset all events... 2021-01-14 00:00:00.340 Status: dzVents: Write ...
by Antori91
Wednesday 13 January 2021 14:54
Forum: dzVents
Topic: On statement and global_data.lua [SOLVED]
Replies: 2
Views: 549

Re: On statement and global_data.lua

waaren wrote: Wednesday 13 January 2021 13:59
Antori91 wrote: Wednesday 13 January 2021 12:51 Is there any way to use an entity declared in global_data.lua within the on statement of a dzVents script?
Yes; using Lua's require
Thanks Waaren.
by Antori91
Wednesday 13 January 2021 12:51
Forum: dzVents
Topic: On statement and global_data.lua [SOLVED]
Replies: 2
Views: 549

On statement and global_data.lua [SOLVED]

Hello, Is there any way to use an entity declared in global_data.lua within the on statement of a dzVents script? I mean: This works --> return { on = { timer = {'every 1 minutes'}, devices = {'Horaires/Start Chauffage','Horaires/Stop Chauffage', 17, 16} }, But, this doesn't work (Off course, IDX ...
by Antori91
Wednesday 23 December 2020 19:21
Forum: Python
Topic: Python plugin: UPS Monitor
Replies: 111
Views: 36905

Re: Python plugin: UPS Monitor

Any idea why these are not recognised as devices from the slave? (and yes I included them as available for the logged in user). Hi, It's a known issue. Domoticz feature for synchronization (Domoticz remote server) doesn't work for devices created and updated by a plugin. As you, I've installed this ...
by Antori91
Thursday 17 December 2020 13:04
Forum: Show your projects
Topic: High Availability Domoticz Cluster
Replies: 13
Views: 7537

Re: High Availability Domoticz Cluster

This is interesting. But not working if you depend on zwave hardware and 433 transceiver. Is it? Maybe with an extra rfxcom433 attached to the backup, this functionality would work, But this is not the case with zwave. It is not possible to have an extra zwave stick and use this as backup. Or am I ...
by Antori91
Thursday 17 December 2020 9:14
Forum: Show your projects
Topic: High Availability Domoticz Cluster
Replies: 13
Views: 7537

Re: High Availability Domoticz Cluster

Hello, I updated my program for managing a Domoticz cluster: https://github.com/Antori91/Home_Automation/blob/master/High%20Availability%20Domoticz%20Cluster/mqtt_Cluster.js The new feature is the synchronization of the Main server from devices belonging to the backup server. In cluster management ...
by Antori91
Wednesday 15 July 2020 20:19
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to compile Domoticz sources for Synology
Replies: 7
Views: 2547

Re: How to compile Domoticz sources for Synology

It works also for 32 bits address model of Synology like the armada38X (DS216j for example). But in this case, I have to use version 1.66.0 of Boost library. It seems latest Boost library version can't be currently compiled. I've opened an issue: https://github.com/SynoCommunity/spksrc/issues/4069 ...
by Antori91
Wednesday 15 July 2020 15:08
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to compile Domoticz sources for Synology
Replies: 7
Views: 2547

Re: How to compile Domoticz sources for Synology

Some news about my tests regarding Synology domoticz package generation. I succeeded to generate a package using the synocommunity spksrc tool for one (braswell) of the 64 bits Synology architecture. Once the tool installed in my user home directory (i.e. ~), here is the files edited: 1. Version 1 ...
by Antori91
Friday 05 June 2020 11:23
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: What is the purpose of the extern directory in the source files tree
Replies: 0
Views: 374

What is the purpose of the extern directory in the source files tree

Hello,

In the source files tree,there is this extern directory with for example baby images in
extern\mosquitto\www\files\blog\uploads\2017\03 :)

It seems a new directory? What is the purpose?
by Antori91
Tuesday 26 May 2020 13:51
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to compile Domoticz sources for Synology
Replies: 7
Views: 2547

Re: How to compile Domoticz sources for Synology

Hello, I've played a little bit with this Synology toolkit described in the whitepaper. I've been able to install the toolkit and compile / generate a package (but not yet sign it). The corresponding source files are C code given as demo package by Synology. This way seems promising even if it is ...
by Antori91
Thursday 07 May 2020 17:22
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to compile Domoticz sources for Synology
Replies: 7
Views: 2547

Re: How to compile Domoticz sources for Synology

There is also this Synology whitepaper. The platform recommended to cross-compile is a Linux 64 bits
https://global.download.synology.com/do ... de_6_0.pdf
by Antori91
Tuesday 05 May 2020 10:00
Forum: Python
Topic: Python Plugin: NUKI locks
Replies: 35
Views: 5439

Re: Python Plugin: NUKI locks

That's the web api that uses the nuki cloud. I use the local bridge api. Different one. I don't like all those web services. When the internet is down, nothing works... Ah OK, I see. I will not like too using the cloud to open my main door (it was my first question) ! Thank you for your answers ...
by Antori91
Monday 04 May 2020 19:06
Forum: Python
Topic: Python Plugin: NUKI locks
Replies: 35
Views: 5439

Re: Python Plugin: NUKI locks

Hello Heggink, I've downloaded the Nuki Web API V1.3.0 whitepaper. The chapter 1.Introduction mentions: The Nuki Web API offers various ways to interact with a Nuki Smart Lock. The API transmits all commands directly through a permanent HTTPS/TLS connection to the corresponding Nuki bridge, which ...