Search found 11 matches

by delius
Wednesday 15 September 2021 13:48
Forum: Z-Wave
Topic: zwavejs2mqtt
Replies: 446
Views: 59458

Re: zwavejs2mqtt

I have a strange problem with this plugin. I have enabled logging, I see all sorts off messages, including device-id's and names. Zwave-MQTT is working in Node-Red, however there are no devices created in Domoticz. I tried two instances of Domoticz. The second one as a docker image without any other ...
by delius
Friday 23 April 2021 12:20
Forum: Node-RED
Topic: Get Sensibo temp/humidity through Node-RED
Replies: 1
Views: 2419

Get Sensibo temp/humidity through Node-RED

I have been in possession of Sensibo Airco Controllers for some time now. A temperature / humidity sensor is built into these controllers. I had already managed to read this sensor with a DZVents script, but with Node-RED it is a lot easier. The image at the bottom of this post shows how this is ...
by delius
Friday 26 March 2021 9:27
Forum: dzVents
Topic: Sensibo through dzVents [Solved]
Replies: 27
Views: 6087

Re: Sensibo through dzVents [Solved]

If you add dz.utils.dumpTable(item.json) directly after line if (item.isJSON) then And share the log, I might be able to show how you can access the data using native dzVents / Lua I've tried, but that's part of the problem. dumpTable does not output. Actually all JSON functions do not output ...
by delius
Thursday 25 March 2021 12:22
Forum: dzVents
Topic: Sensibo through dzVents [Solved]
Replies: 27
Views: 6087

Re: Sensibo through dzVents [Solved]

I made a second script that fills two dummy temperature / humidity sensors with the values of my Sensibo Sky devices. The script needs a dummy temperature and a dummy humidity sensor. You need to fill the xxx with your own values. return { on = { timer = { 'every 30 minutes', }, httpResponses ...
by delius
Tuesday 23 March 2021 8:32
Forum: dzVents
Topic: Sensibo through dzVents [Solved]
Replies: 27
Views: 6087

Re: Sensibo through dzVents [Solved]

stupid question. How do I make a thermostat type switch? The other three are logical, but I don't see a thermostat in my type selection list.

Nevermind: found it
by delius
Monday 25 January 2021 12:14
Forum: Third party and supplementary tools
Topic: Grafana SQLite plugin: Graphs Dashboard without InfluxDB datapush
Replies: 44
Views: 17558

Re: Grafana SQLite plugin: Dashboard without InfluxDB datapush

functions perfectly. my setup is a dedicated ubuntu domoticz with a generic docker ubuntu to which I have now added Grafana. Added Samba to the domoticz server for sharing the folder containing the domoticz.db. Then mounted this folder on the docker server and presented it to the Grafana docker ...
by delius
Monday 22 May 2017 14:54
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10250

Re: Camera image doesn't update on the Android app

The latest version of the Domoticz app changed the camera functionality.. Have you tested that? I think i am using the latest verion of the Domoticz App (full version). I just tested the App with debugging mode on and it tells me (in the Camera submenu) "Connection OK, Ongeldige inlog-gegevens ...
by delius
Sunday 23 April 2017 19:32
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 529843

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Great work you guys, I am very pleased with the Xiaomi plugin and all the working functionallity After some trial and error I managed to use the Gateway sound devices in a Lua script. Since I could not find this information elsewhere I thought it would be nice to share it here. if (devicechanged ...
by delius
Friday 06 January 2017 15:11
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 642625

Re: Domoticz app 2.0

Do you have an idea why only about half of the Geofencing signals send with the Android App seem to arrive at the dummy sensor? In the "last notifications" list on the phone I can see all Geofencing notifications I expect. All manual actions like switching on and off random switches work fine. Is ...
by delius
Friday 06 January 2017 14:43
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 642625

Re: Domoticz app 2.0

Am I right that within Geofencing only an On signal is send and never en Off signal? Geofencing sends on and off signals Do you have an idea why only about half of the Geofencing signals send with the Android App seem to arrive at the dummy sensor? In the "last notifications" list on the phone I ...
by delius
Wednesday 04 January 2017 20:32
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 642625

Re: Domoticz app 2.0

I was searching for the way geofencing is working within the App.

Am I right that within Geofencing only an On signal is send and never en Off signal?