Search found 65 matches

by Larsoss
Saturday 31 July 2021 21:53
Forum: Cameras
Topic: ESP32-CAM as doorbell with camera
Replies: 277
Views: 67059

Re: ESP32-CAM as doorbell with camera

The + en - are for the led. Is your led-ring for 3,3vdc? The other 2 pins are for the push-button. Both have to be connected, not only 1 to a gpio. Why have you taken gpio 2? Gpio12 is the one which is used in the code Because i use home assistant. And it’s easy to program. Thanks in advanced. Its w ...
by Larsoss
Saturday 31 July 2021 17:56
Forum: Cameras
Topic: ESP32-CAM as doorbell with camera
Replies: 277
Views: 67059

Re: ESP32-CAM as doorbell with camera

See page 9, there is an image how the wires are connected Seen that picture. But my button has only 4 pins. + and - an 2 commectors with the letters NO / ON. I want to use the led ring around the button always on.. so soldering the +\- to 3.3v and gnd. And one pin from NO / ON to GPIO2 on the esp ...
by Larsoss
Saturday 31 July 2021 16:59
Forum: Cameras
Topic: ESP32-CAM as doorbell with camera
Replies: 277
Views: 67059

Re: ESP32-CAM as doorbell with camera

Nice housing. You glued in the camera? Do you have a picture from the inside, how everything is positioned? No glue, just make it in the right dimensions ;) Did anybody test the difference in camera's ? At his moment a 160 deg. Heb je een duidelijke foto hoe je de draden precies hebt aangesloten?
by Larsoss
Monday 19 October 2020 23:26
Forum: dzVents
Topic: Dzvents Timer combine with dummy switch? [Solved]
Replies: 3
Views: 595

Re: Dzvents Timer combine with dummy switch? [Solved]

So he's still watching between 6:50 AM / 10:00 PM, but won't switch between 7:00 AM / 9:00 PM because it's now fall?

That's how I read it correctly, right?
by Larsoss
Monday 19 October 2020 13:13
Forum: dzVents
Topic: Dzvents Timer combine with dummy switch? [Solved]
Replies: 3
Views: 595

Dzvents Timer combine with dummy switch? [Solved]

Hello, I would like to know if it is possible to switch the timer script on a dummy via Dzvents. By this I mean that I have a dummy that shows the seasons. Autumn, Winter, etc .. Now my script switches to a time window between 6:50 AM and 8:00 PM, but it always does. But I can also choose that for ...
by Larsoss
Thursday 15 October 2020 17:16
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 122559

Re: Controlling Toon [HACKED] from Domoticz

Probably found it already. I pulled my cables out of the P1 meter 1x, and then plugged them in again. return { logging = { level = domoticz.LOG_FORCE, -- Select one of LOG_INFO, LOG_DEBUG, LOG_ERROR, LOG_FORCE to override system log level marker = "-=# P1 Toon #=-" }, on = { timer = { 'every minute ...
by Larsoss
Thursday 15 October 2020 16:24
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 122559

Re: Controlling Toon [HACKED] from Domoticz

Hello, Since this morning (while I was working) I keep getting these messages. So I haven't changed anything, and I would like your help to diagnose and fix the problem. What can I try? 2020-10-15 16:21:00.682 Error: dzVents: Error: (3.0.2) -=# P1 Toon #=-: An error occurred when calling event ...
by Larsoss
Tuesday 13 October 2020 15:24
Forum: dzVents
Topic: Notification script [Solved]
Replies: 26
Views: 3232

Re: Notification script [Solved]

Can I also process it in this script? So if a new season starts (winter for example) that there will also be a message about it? But why not combine these functionalities into one script. (after restoring level 0 "Off") --[[ script to set selector switch to season and send notifications of ...
by Larsoss
Tuesday 13 October 2020 13:06
Forum: dzVents
Topic: Notification script [Solved]
Replies: 26
Views: 3232

Re: Notification script [Solved]

Hey Waaren, I have a new dummy with the seasons, it contains 4 selector switches that are triggered to the time of the year. Now it is Autumn, for example. This works with the% value of 10,20,30,40. Can I also process it in this script? So if a new season starts (winter for example) that there will ...
by Larsoss
Tuesday 13 October 2020 12:57
Forum: dzVents
Topic: Request: Icon change by dzvents in a selector switch [Solved]
Replies: 6
Views: 2058

Re: Request: Icon change by dzvents in a selector switch [Solved]

Which program is the best way to see what the IconNumber is in the DB?
by Larsoss
Tuesday 13 October 2020 12:11
Forum: LUA
Topic: LUA: Summer / Winter from timeofday or other...
Replies: 64
Views: 13587

Re: LUA: Summer / Winter from timeofday or other...

jvdz wrote: Tuesday 13 October 2020 12:08 Just set "Verberg uit nivea" to on and start with "Lente" at level 10. ;)
YES

We did it ;-)
by Larsoss
Tuesday 13 October 2020 12:01
Forum: LUA
Topic: LUA: Summer / Winter from timeofday or other...
Replies: 64
Views: 13587

Re: LUA: Summer / Winter from timeofday or other...

Ok, this time I've tested first and made the script a little more logical for myself: -- script_time_season.lua -- The change of state is a fixed date: -- Lente: 21 maart t/m 20 juni -- Zomer: 21 juni t/m 20 september -- Herfst: 21 september t/m 20 december -- Winter: 21 december t/m 20 maart time ...
by Larsoss
Tuesday 13 October 2020 11:01
Forum: LUA
Topic: LUA: Summer / Winter from timeofday or other...
Replies: 64
Views: 13587

Re: LUA: Summer / Winter from timeofday or other...

-- script_time_season.lua -- The change of state is a fixed date: -- Lente: 21 maart t/m 20 juni -- Zomer: 21 juni t/m 20 september -- Herfst: 21 september t/m 20 december -- Winter: 21 december t/m 20 maart commandArray = {} -- check once a minute for the season to change if (time.month == 12 and ...
by Larsoss
Tuesday 13 October 2020 10:47
Forum: LUA
Topic: LUA: Summer / Winter from timeofday or other...
Replies: 64
Views: 13587

Re: LUA: Summer / Winter from timeofday or other...

If I understand correctly, all I have to do is. 1. Copy Lua script and paste into new Lua script 2. Create a dummy switch with the name (seizoen), then create a selector with the names (lente,zomer,herfst,winter) Yes: Create a TIME Script and Selector Switch named 'Seizoen'. Or do I also have to do ...
by Larsoss
Tuesday 13 October 2020 10:36
Forum: Blockly
Topic: Blocky Auto Heating
Replies: 5
Views: 914

Re: Blocky Auto Heating

waaren wrote: Wednesday 07 October 2020 16:28
Larsoss wrote: Wednesday 07 October 2020 14:09 Now the blocky runs every second, can i change this?
Did you try to save it as time triggered ?
Sorry for the late response,

Yes I have now tried that. See if it gets better now. Thank you Waaren.
by Larsoss
Tuesday 13 October 2020 10:32
Forum: LUA
Topic: LUA: Summer / Winter from timeofday or other...
Replies: 64
Views: 13587

Re: LUA: Summer / Winter from timeofday or other...

Thanks for the update/tweak! Only the PRINT command is now logged every minute. Still looking for a way to adjust it to only once. That would be nice indeed! For now i have added this: -- check every 720 minutes for the season to change if((time.min % 720)==0) then end Now it's running every 12 ...
by Larsoss
Wednesday 07 October 2020 14:09
Forum: Blockly
Topic: Blocky Auto Heating
Replies: 5
Views: 914

Re: Blocky Auto Heating

Waaren maybe you can help me again.

Now the blocky runs every second, can i change this?
Maybe it has only to check when the dummy “iemand thuis” is changed? Or how can i implanted?
by Larsoss
Tuesday 06 October 2020 8:00
Forum: Blockly
Topic: Blocky Auto Heating
Replies: 5
Views: 914

Re: Blocky Auto Heating

Thank you Waaren,

This works for me.
by Larsoss
Thursday 01 October 2020 15:17
Forum: Blockly
Topic: Blocky Auto Heating
Replies: 5
Views: 914

Blocky Auto Heating

I made a blocky for the stove
However, it does not work .. The log also remains completely empty.

The dummies just work as intended.

Image
by Larsoss
Wednesday 23 September 2020 12:07
Forum: dzVents
Topic: Notification script [Solved]
Replies: 26
Views: 3232

Re: Notification script [Solved]

I really don't understand sorry .. and I also understand that you don't want to deliver everything in ready-made solutions .. but I really don't see what I'm forgetting .. I've tried to put text in everything, but stay now you get the message Text not found in description 'in the log. Did you enter ...