Search found 35 matches

by BazemanKM
Wednesday 29 January 2025 20:39
Forum: dzVents
Topic: Practical way to script COP calculation?
Replies: 6
Views: 979

Re: Practical way to script COP calculation?

return { on = { timer = { 'every minute'} }, logging = { --level = domoticz.LOG_DEBUG, -- for debugging --level = domoticz.LOG_INFO, marker = "COP berekening" }, execute = function(dz) local verbruik = dz.devices(38).WhToday local opgewekt = dz.devices(39).WhToday local Cop = dz.utils.round ...
by BazemanKM
Wednesday 08 January 2025 20:47
Forum: Forum feedback
Topic: This forum
Replies: 16
Views: 9695

Re: This forum

Same problems here on Chrome, with or without snow.
by BazemanKM
Monday 09 December 2024 18:54
Forum: Other questions and discussions
Topic: Use switch second pi
Replies: 7
Views: 354

Re: Use switch second pi

HvdW wrote: Sunday 08 December 2024 9:41 Domoticz remote is a great way of sharing.
You can choose which devices are shown in the other domoticz instance.
https://wiki.domoticz.com/Setting_up_Device_sharing
Also possible, but that was not the original question.

If the delay doesn't work, then slave/remote is an option with the delay.
by BazemanKM
Monday 09 December 2024 18:52
Forum: Other questions and discussions
Topic: Use switch second pi
Replies: 7
Views: 354

Re: Use switch second pi

Bospieper wrote: Sunday 08 December 2024 9:37 Hello,
It works!
Next question: is it possible to use the command .afterMin() to build in a delay?
Grz Piet
Try and you will know. Let us know.
by BazemanKM
Sunday 08 December 2024 8:17
Forum: Other questions and discussions
Topic: Use switch second pi
Replies: 7
Views: 354

Re: Use switch second pi

YES

Code: Select all

if WP.active and Pomp.state == 'Off' and SensorDT.temperature > 0 then
        domoticz.openURL('http://IP_OTHER:8080/json.htm?type=command&param=switchlight&idx=49&switchcmd=On')
by BazemanKM
Wednesday 04 December 2024 20:09
Forum: Zigbee
Topic: Looking for a Zigbee tag
Replies: 36
Views: 1923

Re: Looking for a Zigbee tag

No, sorry I can't currently. It is a big script which is currently not finished yet and full of unwanted comments and skipped parts of the script. It is for my camper trips to have weather info ahead for the next 300 and 600 km to my destination. To help you a little bit further I have some ...
by BazemanKM
Tuesday 03 December 2024 22:16
Forum: Zigbee
Topic: Looking for a Zigbee tag
Replies: 36
Views: 1923

Re: Looking for a Zigbee tag

In dzVents I convert all data for the right Domoticz device with on = { variables = { "Location", }, }, A function for the fixTime to 'normal' timestring is local function convertTime(nTime) return dz.time.timestampToDate(nTime / 1000, 'yyyy-mm-dd time') end Can you share you're whole DzVents ...
by BazemanKM
Friday 29 November 2024 19:45
Forum: Zigbee
Topic: Looking for a Zigbee tag
Replies: 36
Views: 1923

Re: Looking for a Zigbee tag

Kedi wrote: Friday 29 November 2024 16:16 Tnx for the alwaysconnected.eu I will look into it. Can you use SMS to the number to configure the tracking device?
You can't sms to the number, i use another sim for that in de beginning to setup the device.
by BazemanKM
Friday 29 November 2024 8:01
Forum: Zigbee
Topic: Looking for a Zigbee tag
Replies: 36
Views: 1923

Re: Looking for a Zigbee tag

alwaysconnected.eu had one bundle for all your sim carts. I have 3 trackers, 2 car, one personal. I use Traccar as well.

@kedi please share your domoticz intergration.
by BazemanKM
Friday 29 November 2024 7:57
Forum: Utility
Topic: Solar panels with micro inverters
Replies: 7
Views: 534

Re: Solar panels with micro inverters

Sessy battery is Dutch and has an Domoticz plugin: viewtopic.php?f=65&t=42865
For car charger: https://gathering.tweakers.net/forum/li ... 2#80869032 Smart EVSE
by BazemanKM
Tuesday 08 October 2024 14:53
Forum: Zigbee
Topic: Anybody using the SMLIGHT SLZB-06p7
Replies: 2
Views: 746

Re: Anybody using the SMLIGHT SLZB-06p7

I use a extra SMLIGHT SLZB-06 for the coverage. Zigbee2MQTT in Docker. Run an extra Zigbee2MQTT docker and set it to pair mode. Delete device at the old Zigbee2MQTT and the Zigbee devices were paired in the new one, without hitting pairbuttons or pair mode.
by BazemanKM
Saturday 11 May 2024 12:19
Forum: Show your projects
Topic: Earthquake info from KNMI
Replies: 43
Views: 3478

Re: Earthquake info from KNMI

I take the weatheralarm from weerlive.nl. This because I noticed that the URL you use (which I already had seen in other examples) only gives data from 31 Oct 2023 !! Maybe I'm wrong, but I don't think you got many alarms anyway :-) Haha, well thanx for pointing me at the old data. Is your weerlive ...
by BazemanKM
Saturday 11 May 2024 0:03
Forum: Show your projects
Topic: Earthquake info from KNMI
Replies: 43
Views: 3478

Re: Earthquake info from KNMI

When running the Eartquake script, my KNMI weather alarm gets no data: local url = 'https://cdn.knmi.nl/knmi/xml/rss/rss_KNMIwaarschuwingen.xml' -- rss url local scriptVar = 'WeerAlert' -- callback name local WeerAlertDevice = 'Weeralarm' -- name of alert device in domotcicz local codes = {"Groen ...
by BazemanKM
Thursday 09 May 2024 21:31
Forum: Show your projects
Topic: Earthquake info from KNMI
Replies: 43
Views: 3478

Re: Earthquake info from KNMI

Thanx for this script. I like it!
by BazemanKM
Monday 15 April 2024 14:35
Forum: Zigbee
Topic: MOES AM43-0.45/40-ES-EB OPEN & CLOSE problem
Replies: 6
Views: 2271

Re: MOES AM43-0.45/40-ES-EB OPEN & CLOSE problem

Have you set upper and bottom limit?
by BazemanKM
Sunday 24 March 2024 14:36
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 20
Views: 3607

Re: Dutch local 'Stookwijzer'

@janpep: Thanks, the global_data is new for me. Working great now.
by BazemanKM
Sunday 24 March 2024 12:00
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 20
Views: 3607

Re: Dutch local 'Stookwijzer'

Hello, I get an error: 2024-03-24 11:58:00.222 Error: dzVents: Error: (3.1.8) LKI-: An error occurred when calling event handler LuchtKwaliteitsIndex 2024-03-24 11:58:00.222 Error: dzVents: Error: (3.1.8) LKI-: ...ripts/dzVents/generated_scripts/LuchtKwaliteitsIndex.lua:50: attempt to index a nil ...