
Search found 22 matches
- Friday 15 April 2022 17:21
- Forum: Utility
- Topic: Smart Meter replacement (p1 > p3)
- Replies: 2
- Views: 905
Re: Smart Meter replacement (p1 > p3)
Thanks to viewtopic.php?p=276025#p276025 I was able to fix the glitch 

- Friday 15 April 2022 12:17
- Forum: Utility
- Topic: Smart Meter replacement (p1 > p3)
- Replies: 2
- Views: 905
Smart Meter replacement (p1 > p3)
Hai,
Wednesday my smartmeter was replaced at gave a huge spike in my data. We also went from 1 phase to 3 phase.
How can I get rid of this 'mountain'? This screws up my history
Can someone help me please? I do not understand what to do with sqlite
Wednesday my smartmeter was replaced at gave a huge spike in my data. We also went from 1 phase to 3 phase.
How can I get rid of this 'mountain'? This screws up my history

Can someone help me please? I do not understand what to do with sqlite
- Wednesday 01 September 2021 15:19
- Forum: Temperature and Weather
- Topic: Ikea vindriktning air quality sensor
- Replies: 26
- Views: 6370
Re: Ikea vindriktning air quality sensor
Yes! That did the trick. Thx. 

- Wednesday 01 September 2021 14:33
- Forum: Temperature and Weather
- Topic: Ikea vindriktning air quality sensor
- Replies: 26
- Views: 6370
Re: Ikea vindriktning air quality sensor
Hai, As a total Arduino Noob ;-) I tried upload the code, changes the requirements and did an Verify/Compile. I then get these errors Vindriktning_for_Domoticz_using_esp8266_mqtt_master:72:5: error: 'SerialCom' has not been declared 72 | SerialCom::setup(); and Vindriktning_for_Domoticz_using ...
- Thursday 14 January 2021 14:34
- Forum: Heating/cooling
- Topic: Setpoint widget in a floorplan
- Replies: 23
- Views: 6732
- Thursday 14 January 2021 11:59
- Forum: Heating/cooling
- Topic: Setpoint widget in a floorplan
- Replies: 23
- Views: 6732
Re: Setpoint widget in a floorplan
I added the 3 lines, restarted Domoticz but do not get the Setpoint option in my floorplan. I am on Domoticz 2020.2 (build 12393)
Am I missing something?
Am I missing something?
- Tuesday 22 December 2020 17:09
- Forum: dzVents
- Topic: Light Flashing Alternating Colors
- Replies: 3
- Views: 439
Re: Light Flashing Alternating Colors
For me 2. Thx @Waaren
- Monday 21 December 2020 19:41
- Forum: dzVents
- Topic: Light Flashing Alternating Colors
- Replies: 3
- Views: 439
Light Flashing Alternating Colors
To make my garden more x-mas I found this script Light Flashing Alternating Colors at the domoticz wiki. I have it running but only for 1 loop. How can I make it loop 'forever'? Hope someone can answer this simple question. Merry x-max, Erik return { active = true, on = { devices = { 'Ledstrip Tuin ...
- Tuesday 10 November 2020 13:07
- Forum: dzVents
- Topic: Return to previous brightness value [Solved]
- Replies: 6
- Views: 1058
Re: Return to previous brightness value [Solved]

- Tuesday 10 November 2020 11:27
- Forum: dzVents
- Topic: Return to previous brightness value [Solved]
- Replies: 6
- Views: 1058
Re: Return to previous brightness value [Solved]
Hai Waaren, Thanks for your reply and this seems to work. But I have multiple outside light with corresponding values. Is it possible to extend this script for let's say 5 lights? With light 1 has an initial level of 25 and light 2 an level of 40 ad light 3 can only be on or off, etc. I hope you ...
- Friday 23 October 2020 10:16
- Forum: Python
- Topic: Python plugin: Alarm System
- Replies: 3
- Views: 954
- Monday 28 September 2020 19:44
- Forum: dzVents
- Topic: Return to previous brightness value [Solved]
- Replies: 6
- Views: 1058
Re: Return to previous brightness value [Solved]
Hai Waaren, For example. I have my outside lights at 25% brightness and I would like them to go to 100% for 5 minutes after a PIR gets triggered or another event/button. After the 5 min they have to back to the 25%. But I do not want to think about what their previous value was. Just the value ...
- Friday 25 September 2020 16:43
- Forum: dzVents
- Topic: Return to previous brightness value [Solved]
- Replies: 6
- Views: 1058
Return to previous brightness value [Solved]
Hello
Is it possible in Blocky (or scripting) to set the brightness of a lamp that is already on at 25% to 80% for x minutes and after this time to set it back to its previous value at 25%?
Is there a entry that saves the previous value so that you can use this again?
Thx, Erik
Is it possible in Blocky (or scripting) to set the brightness of a lamp that is already on at 25% to 80% for x minutes and after this time to set it back to its previous value at 25%?
Is there a entry that saves the previous value so that you can use this again?
Thx, Erik
- Friday 17 April 2020 11:42
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 209571
Re: Python plugin: Presence detection from wireless router
I installed/configured the plugin last wednesday. In the night to thursday my Domoticz became unresponsive because of this. Yesterday I decreased the poll to 10 min but still after a couple of hours SSH errors. SSH Could not connect (using password). Exception: Authentication timeout. It begins with ...
- Sunday 05 April 2020 18:50
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3980
- Sunday 05 April 2020 14:51
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3980
Re: Zigbee2mqtt network map
1. Mosquitto clients are installed? 2. dzVents support is enabled in Domoticz? 3. you must create dzVents script from readme: }[/code] 1. Yes 2. Yes 3. Maybe stupid question :-) Where should the file be located? a. /home/pi/domoticz/scripts/dzVents/scripts or b. /home/pi/domoticz/scripts/dzVents ...
- Sunday 05 April 2020 14:25
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3980
Re: Zigbee2mqtt network map
ok! that's it! try modify file in /templates/zigbeemap/zigbeemap.html and change <script type="text/javascript" src="/js/jquery-3.4.1.min.js"></script> to: <script type="text/javascript" src="/js/jquery-3.3.1.min.js"></script> Yep, I have images now! Great. But.... I only see the orginal sensors ...
- Sunday 05 April 2020 14:18
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3980
- Sunday 05 April 2020 14:11
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3980
- Sunday 05 April 2020 14:01
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3980
Re: Zigbee2mqtt network map
I did also the install and facing same problem as Bigted.