Search found 6 matches

by pioupiou92
Saturday 23 August 2025 18:21
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 24
Views: 11094

MQTT Auto Discovery Client Gateway last seen not updated

Version: 2025.1 (build 16767) Platform: Docker domoticz/domoticz:latest Plugin/Hardware: MQTT Auto Discovery Client Gateway with LAN / ZWaveJS-UI with MQTT Description: Last seen not updated on Zwave devices battery only Hello, Since August 15th, Zwave devices are still working with Domoticz ...
by pioupiou92
Sunday 10 August 2025 16:39
Forum: Other questions and discussions
Topic: Influxdb censor precision
Replies: 0
Views: 240

Influxdb censor precision

Hi, I'm running Domoticz Version: 2025.1 (build 16752) and recently implement data push to InfluxDB v2.7.12. My concern is about data precision: While my custom censors (longitude/latitude) precision are up to 5 digits decimal, they are pushed to InfluxDB with only 3 digits. Any workaround? As for ...
by pioupiou92
Sunday 20 July 2025 13:10
Forum: Python
Topic: Python Plugin: GPSLogger
Replies: 24
Views: 6174

Re: Python Plugin: GPSLogger

Hello Marathon2010, Thank you so much for this plugin. Very appreciate! As I'm having an iPhone, not an Android, GPSLogger is not available for me. However I'm using your plugin but change few things. First, I replaced the speed measure by the altitude (speed is not available on iPhone by default ...
by pioupiou92
Saturday 05 March 2022 12:25
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: domoticz on synology without jadahl
Replies: 19
Views: 10198

Re: domoticz on synology without jadahl

I managed to make my docker container accessing dev/ttyACM0 and dev/ttyUSB0 on my DS716+ with DSM7. This way: - Download your Synology model drivers from https://github.com/robertklep/dsm7-usb-serial-drivers (special thanks to him) - Load the drivers as explain. usbserial.ko, ftdi_sio.ko and cdc-acm ...
by pioupiou92
Saturday 06 August 2016 15:12
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: native HTTPS / SSL support in Domoticz
Replies: 28
Views: 29050

Re: native HTTPS / SSL support in Domoticz

Finally I'm answering to my own question. To run domotics with HTTPS on a Synology NAS you must: - Create a text file named server_cert.pem with the 3 blocks : Certificate, chain and private key. Meaning 3 times ---BEGIN--- ---END--- sections. - Copy this file to Domotics install directory (usually ...
by pioupiou92
Monday 16 May 2016 10:27
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: native HTTPS / SSL support in Domoticz
Replies: 28
Views: 29050

Re: native HTTPS / SSL support in Domoticz

Hi amz4u2nv, I'm running Domoticz on a Synology NAS as well. I applied the changes on the start-stop-status script but I'm facing an SSL error. Error messages are: 2016-05-16 10:21:01.218 Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 5085: use_certificate_chain_file: no start ...