Search found 140 matches

by Draakje
Wednesday 25 January 2023 11:11
Forum: Utility
Topic: Measure power consumption 3 phase devices
Replies: 0
Views: 508

Measure power consumption 3 phase devices

Hi all, I was wondering if there is a cheap way to monitor 3 phase devices like coocking plate(inductie) of Heatpump (Warmtepomp) I have seen solution which are use in the fusebox but I have no room there to put in extra stuff. (and those solution are quite expensive in my opinion (over €100,- ...
by Draakje
Tuesday 13 July 2021 11:07
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz revisited
Replies: 107
Views: 20645

Re: MyDomoticz revisited

I guess the site is broken again?

I first get a Certificate error. (Certificate is on name: acs.chimit.nl)

When I do continue (which should not be safe) I get error 403 Forbidden..
by Draakje
Thursday 29 April 2021 21:38
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 119276

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

To all it may concern. I have successfully connected the NPN sensor to a Sonoff Basic (R2). NPN.jpg Red wire is connected to 5v. Blue wire is connected to GND Yellow wire is connected to IO2 In the Tasmota software you have to select GPIO2 to counter. I needed to compile Tasmota because I needed the ...
by Draakje
Sunday 25 April 2021 13:39
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 119276

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

did somebody tried to use Tasmota software to read the watermeter with the NPN sensor? I did found this article using other software https://robothuis.nl/2020/05/01/watermeter-draadloos-uitlezen-in-domoticz/ (dutch) This is using a wemos D1 mini (have lots of those) running ESP EASY Was wondering if ...
by Draakje
Saturday 24 April 2021 21:56
Forum: Other questions and discussions
Topic: Light is randomly switched on...
Replies: 1
Views: 269

Light is randomly switched on...

Hi, I have this new setup where a light is constant randomly switched on. The switch is running tasmota. I see in the log that the switch is turn on by: EventSystem//home/domoticz/domoticz/dzVents/runtime/dzVents.lua But I am not running any dzvents/lua script for this switch. Where to look for ...
by Draakje
Friday 23 April 2021 17:16
Forum: Zigbee
Topic: Xiaomi Mijia Thermometer 2
Replies: 6
Views: 760

Re: Xiaomi Mijia Thermometer 2

Thanks for the tip..

I just ordered some to play with :)
by Draakje
Friday 23 April 2021 13:34
Forum: Zigbee
Topic: Xiaomi Mijia Thermometer 2
Replies: 6
Views: 760

Re: Xiaomi Mijia Thermometer 2

Thorgal789 wrote: Friday 23 April 2021 8:45 But this device is bluetooth only ?
There is a round one that work in zigbee with LCD.
Yes I can only read of Bluetooth so I guess it is only bluetooth..
The second link got me questioning this..


Happen to have a link for the zigbee with lcd??
by Draakje
Thursday 22 April 2021 17:11
Forum: Zigbee
Topic: Xiaomi Mijia Thermometer 2
Replies: 6
Views: 760

Xiaomi Mijia Thermometer 2

Hi All, I was wondering if someone tried these temp sensors yet.. I want to know if these are also working on Zigbee. I found an article which claims it should work but it was not conclusive here a link of the product https://nl.aliexpress.com/item/1005002084404759.html here some info that seems to ...
by Draakje
Saturday 17 April 2021 18:34
Forum: Switches and Scenes
Topic: Dimmer with 2 switches
Replies: 0
Views: 362

Dimmer with 2 switches

Hi all, I am trying to switch 1 light with 2 dimmers.. I currently have two dimmers (flashed with tasmota) and configured them Identical. So same mqtt name etc.. one dimmerswitch is connected to the light and the other only on power. I was hoping that I could turn the light on and off with either of ...
by Draakje
Saturday 03 April 2021 19:35
Forum: dzVents
Topic: use device name in Variable [Solved]
Replies: 1
Views: 903

Re: use device name in Variable [Solved]

Nevermind :)

I figured it out..

I needed to use this syntax: local PreviousState = dz.variables(item.name).value
by Draakje
Saturday 03 April 2021 18:52
Forum: dzVents
Topic: use device name in Variable [Solved]
Replies: 1
Views: 903

use device name in Variable [Solved]

Hi all, I have this dzVent script to control the (start) level of the dimmed lights The script works as it is (when using Dimmer 1 ) but I have now 9 dimmers which I want to control all in the same way.. I could ofcourse create 9 scripts but is it possible to use the device name in calling domoticz ...
by Draakje
Saturday 30 January 2021 16:19
Forum: Python
Topic: Plugin - SNMP Value Reader (Debian)
Replies: 17
Views: 4587

Re: Plugin - SNMP Value Reader (Debian)

Could be..

Commands looks good so I guess in dzvents script it should also work

I am using 2 dummys. 1 is a temp type and the other is a humidity type
by Draakje
Saturday 30 January 2021 11:50
Forum: Python
Topic: Plugin - SNMP Value Reader (Debian)
Replies: 17
Views: 4587

Re: Plugin - SNMP Value Reader (Debian)

Whatis the snmpget command you use? (the one that is working manually) I can't see anything wrong with the script (as is is pretty much the same as mine) you can also set debugging on by putting the level on debug (and disable info logging) logging = { level = domoticz.LOG_DEBUG, -- Only one level ...
by Draakje
Saturday 11 July 2020 11:56
Forum: dzVents
Topic: Set dim level on power on
Replies: 8
Views: 1078

Re: Set dim level on power on

Well it is controlled via MQTT and when I change the dim value on the device there is still a power on sent to domoticz (with additional value of the dim level)

I guess this is the trigger..
by Draakje
Saturday 11 July 2020 11:43
Forum: dzVents
Topic: Set dim level on power on
Replies: 8
Views: 1078

Re: Set dim level on power on

This is what I see in the log (I have tried setting the dimmer higher with the hardware buttons) Jul 11 11:40:40 domoticz domoticz[17336]: 2020-07-11 11:40:40.255 Status: dzVents: Info: Handling events for: "Dimmer 1", value: "On" Jul 11 11:40:40 domoticz domoticz[17336]: 2020-07-11 11:40:40.256 ...
by Draakje
Saturday 11 July 2020 11:26
Forum: dzVents
Topic: Set dim level on power on
Replies: 8
Views: 1078

Re: Set dim level on power on

Hmm, yes this simplifies my script :) one problem :) when I change the dim value (manually on switch) is is automatically set back to the value in this script. This is something I want to avoid. Can you check this modified script? return { on = { devices = { 'Dimmer 1', }, }, logging = { level ...
by Draakje
Saturday 11 July 2020 9:14
Forum: dzVents
Topic: Set dim level on power on
Replies: 8
Views: 1078

Re: Set dim level on power on

I want to set a specific dim level at a specific time period. Any pointers? Can you check this? return { on = { devices = { 'Dimmer 1', }, }, logging = { level = domoticz.LOG_DEBUG, marker = 'dimmer', }, execute = function(dz, item) if item.state ~= 'Off' and dz.time.matchesRule('at 21:30-05:50 ...
by Draakje
Friday 10 July 2020 23:00
Forum: dzVents
Topic: Set dim level on power on
Replies: 8
Views: 1078

Set dim level on power on

Hi all, I want to set a specific dim level at a specific time period. Somehow the device is not acting on the setting. this is my script return { on = { devices = { 'Dimmer 1' } }, execute = function(domoticz, device) local dimmer = domoticz.devices('Dimmer 1') local PreviousState = domoticz ...
by Draakje
Tuesday 26 May 2020 8:43
Forum: Other questions and discussions
Topic: possible to dim LED? (Mobile Home)
Replies: 13
Views: 1266

Re: possible to dim LED? (Mobile Home)

Dave21w wrote: Monday 25 May 2020 18:35 Sounds like your best option would be to find a driver that can run all 9 so you can dim them all together.
No, because all have to be operated individually :)
by Draakje
Monday 25 May 2020 11:36
Forum: Other questions and discussions
Topic: possible to dim LED? (Mobile Home)
Replies: 13
Views: 1266

Re: possible to dim LED? (Mobile Home)

Wireless is an option ofcourse. but I am talking about 9 lamps which must be operated individually

don't know if that is possible. :)
and ofcourse it should also be operated by wall switch..