Search found 228 matches
- Wednesday 10 July 2024 15:45
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 236
- Views: 19909
Re: Energy Dashboard (Build in)
Thank you in advance for the option
- Monday 03 June 2024 16:31
- Forum: Show your projects
- Topic: Energy Dashboard - Template
- Replies: 101
- Views: 8042
Re: Energy Dashboard - Template
Thanks for this very nice addition!!
In any case, it's a shame that I have to use district heating. But in this case it is extra unfortunate. In my case, the daily use is shown by a custom sensor (GJ, 3 decimal places). Hopefully this can be added.
In any case, it's a shame that I have to use district heating. But in this case it is extra unfortunate. In my case, the daily use is shown by a custom sensor (GJ, 3 decimal places). Hopefully this can be added.
- Sunday 26 May 2024 16:16
- Forum: General Discussion
- Topic: feature request: Open Weather Map select data
- Replies: 5
- Views: 831
Re: feature request: Open Weather Map select data
I stopped using OMW. At my location, Visual Crossing uses the same local station as OMW. For my other wishes I use the janpep script
- Friday 17 May 2024 14:44
- Forum: Show your projects
- Topic: Configurable 'KNMI Weerlive' script
- Replies: 45
- Views: 3111
Re: Configurable 'KNMI Weerlive' script
Nice presentation of data, nice that the weather alarm is integrated. Separate temperature devices for the maximum and minimum temperatures of today and tomorrow would be a nice addition.
- Wednesday 17 April 2024 14:23
- Forum: dzVents
- Topic: script doesn't do what I want
- Replies: 8
- Views: 610
Re: script doesn't do what I want
Maybe this is a nicer/shorter version of your logic using the Event device data: if nvs.state == 'Off' and device.state == 'On' then nvs.switchOn().forMin(10) elseif nvs.state == 'On' and device.state == 'On' and device.name ~= 'Beweging slaapkamer (Pir)' Then nvs.switchOff() end Thanks, this is ...
- Monday 15 April 2024 19:53
- Forum: dzVents
- Topic: script doesn't do what I want
- Replies: 8
- Views: 610
Re: script doesn't do what I want
First of all, thank you both for your time and attention. What do I want to achieve: 1. Lighting on for a maximum of 10 minutes after PIR activation or after activation of 1 of the 2 push buttons. 2. Lighting off after activation of 1 of the 2 push buttons. The adjustment suggested by @habahabahaba ...
- Monday 15 April 2024 16:36
- Forum: dzVents
- Topic: script doesn't do what I want
- Replies: 8
- Views: 610
Re: script doesn't do what I want
@jvdz,
You're right, that's the problem.
I tried to solve it with:
But that change does not solve the problem
You're right, that's the problem.
I tried to solve it with:
Code: Select all
elseif (bj.state == 'On' or bmj.state == 'On') and pirslpkmr.lastUpdate.secondsAgo > 70 and nvs.state == 'On' then
nvs.switchOff()
- Monday 15 April 2024 14:30
- Forum: dzVents
- Topic: script doesn't do what I want
- Replies: 8
- Views: 610
script doesn't do what I want
return { on = { devices = { 'Bed José (Action)_single', -- zigbee push button 'Bed MJ (Action)_single', -- zigbee push button 'Beweging slaapkamer (Pir)', -- zigbee motion sensor }, }, logging = { level = domoticz.LOG_DEBUG, marker = 'nachtverlichting slaapkamer', }, execute = function(dz, device) ...
- Friday 08 March 2024 15:59
- Forum: dzVents
- Topic: How to retrieve ENTSOE electrical consumption of France?
- Replies: 26
- Views: 1318
Re: How to retrieve ENTSOE electrical consumption of France?
Here is my latest dzvents script to load the prices onto a managed counter for later display in domoticz and dashticz. @willemd, Thanks for sharing the script I was looking for! However, I am amazed at the script's output. I created a user variable VAT (integer 21) and a user variable energy tax ...
- Thursday 04 January 2024 11:03
- Forum: Other questions and discussions
- Topic: Water level river Waal
- Replies: 36
- Views: 5391
Re: Water level river Waal
Works for me too, thank you very much!
- Monday 01 January 2024 13:17
- Forum: Other questions and discussions
- Topic: Water level river Waal
- Replies: 36
- Views: 5391
Re: Water level river Waal
@Kedi,
Thanks for your attention, nice script!
Thanks for your attention, nice script!
- Saturday 30 December 2023 22:47
- Forum: Other questions and discussions
- Topic: Water level river Waal
- Replies: 36
- Views: 5391
Re: Water level river Waal
Hello@Firewizard,
I prefer option 1
Regards,
Jan
I prefer option 1
Regards,
Jan
- Saturday 30 December 2023 9:06
- Forum: Other questions and discussions
- Topic: Water level river Waal
- Replies: 36
- Views: 5391
Re: Water level river Waal
Things have changed again. The response is now in csv format instead of the previous JSON format. After some experimentation, I think I can get useful values with the following flow. However, I am unable to get the last measured value with corresponding time in Domoticz. [ { "id": "f1324d44.f6688 ...
- Tuesday 14 November 2023 8:15
- Forum: Temperature and Weather
- Topic: Weather alarm from Royal Netherlands Meteorological Institute (KNMI)
- Replies: 38
- Views: 26381
Re: Weather alarm from Royal Netherlands Meteorological Institute (KNMI)
Similar to using Nodered, there is also an issue with using DZvents for retrieving weather alerts. I hope for a solution.
Thanks in advance
Thanks in advance
- Wednesday 18 October 2023 19:27
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Install failing
- Replies: 4
- Views: 1022
Re: Install failing
Take a look at viewtopic.php?p=307951#p307951.
- Friday 08 September 2023 19:01
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 153
- Views: 52727
- Friday 08 September 2023 16:38
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 153
- Views: 52727
Re: Support for Somfy Connexoon and Tahoma
Hello,
After reading this topic, it has not become clear to me whether the plugin also works with the Tahoma switch. It has a local API too.
Can you confirm that the plugin also works with the Tahoma switch?
Thanks in advance
After reading this topic, it has not become clear to me whether the plugin also works with the Tahoma switch. It has a local API too.
Can you confirm that the plugin also works with the Tahoma switch?
Thanks in advance
- Wednesday 23 August 2023 20:52
- Forum: MQTT Auto Discovery
- Topic: Unexpected issue Zigbee2MQTT hardware
- Replies: 11
- Views: 1271
Re: Unexpected issue Zigbee2MQTT hardware [SOLVED]
Partly by using Nodered I have a working PTVO module. Gizmocuz, thank you very much for your help Features: 1 input for a door contact, 1 output for a buzzer, 2 outputs for a LED, 2 outputs for a relay and 1 RFID reader The Arduino code shown above has been changed. A text sensor has been created in ...
- Monday 21 August 2023 20:19
- Forum: MQTT Auto Discovery
- Topic: Unexpected issue Zigbee2MQTT hardware
- Replies: 11
- Views: 1271
Re: Unexpected issue Zigbee2MQTT hardware
Then the problem may be caused by the Arduino code. I was unable to adapt the code (https://gio-dot.github.io/Z1-Mini/zigbee-rfid-tag-reader) to the MFRC522. Finally, I used the following code. //Programa : RFID - Toegangscontrole RFID //Autor : #include <SPI.h> #include <MFRC522.h> #define SS_PIN ...
- Monday 21 August 2023 12:49
- Forum: MQTT Auto Discovery
- Topic: Unexpected issue Zigbee2MQTT hardware
- Replies: 11
- Views: 1271
Re: Unexpected issue Zigbee2MQTT hardware
Zigbee2mqtt payload info 2023-08-21 12:31:08MQTT publish: topic 'zigbee2mqtt/Schuur', payload '{"action":" 89 B2 E6 6E","click":null,"linkquality":13,"state_l2":"ON","state_l3":"OFF","state_l4":"OFF","state_l5":"OFF","state_l6":"OFF","state_l7":"OFF"}' info 2023-08-21 12:31:08MQTT publish: topic ...