My advise:
use a SLZB-06 https://smlight.tech/product/slzb-06
with Zigbee2MQTT in Docker
Search found 36 matches
- Sunday 02 November 2025 22:12
- Forum: Zigbee
- Topic: Advice on which controller to buy, Zigbee software, etc
- Replies: 7
- Views: 181
- Wednesday 29 January 2025 20:39
- Forum: dzVents
- Topic: Practical way to script COP calculation?
- Replies: 6
- Views: 2661
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 ...
- Wednesday 08 January 2025 20:47
- Forum: Forum feedback
- Topic: This forum
- Replies: 32
- Views: 23165
Re: This forum
Same problems here on Chrome, with or without snow.
- Monday 09 December 2024 18:54
- Forum: Other questions and discussions
- Topic: Use switch second pi
- Replies: 7
- Views: 726
Re: Use switch second pi
Also possible, but that was not the original question.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
If the delay doesn't work, then slave/remote is an option with the delay.
- Monday 09 December 2024 18:52
- Forum: Other questions and discussions
- Topic: Use switch second pi
- Replies: 7
- Views: 726
Re: Use switch second pi
Try and you will know. Let us know.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
- Sunday 08 December 2024 8:17
- Forum: Other questions and discussions
- Topic: Use switch second pi
- Replies: 7
- Views: 726
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¶m=switchlight&idx=49&switchcmd=On')
- Wednesday 04 December 2024 20:09
- Forum: Zigbee
- Topic: Looking for a Zigbee tag
- Replies: 36
- Views: 4989
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 ...
- Tuesday 03 December 2024 22:16
- Forum: Zigbee
- Topic: Looking for a Zigbee tag
- Replies: 36
- Views: 4989
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 ...
- Friday 29 November 2024 19:45
- Forum: Zigbee
- Topic: Looking for a Zigbee tag
- Replies: 36
- Views: 4989
Re: Looking for a Zigbee tag
You can't sms to the number, i use another sim for that in de beginning to setup the device.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?
- Friday 29 November 2024 8:01
- Forum: Zigbee
- Topic: Looking for a Zigbee tag
- Replies: 36
- Views: 4989
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.
@kedi please share your domoticz intergration.
- Friday 29 November 2024 7:57
- Forum: Utility
- Topic: Solar panels with micro inverters
- Replies: 14
- Views: 3757
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
For car charger: https://gathering.tweakers.net/forum/li ... 2#80869032 Smart EVSE
- Tuesday 08 October 2024 14:53
- Forum: Zigbee
- Topic: Anybody using the SMLIGHT SLZB-06p7
- Replies: 2
- Views: 1644
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.
- Friday 24 May 2024 12:11
- Forum: dzVents
- Topic: Motion sensor device - switch off after x minutes
- Replies: 3
- Views: 953
Re: Motion sensor device - switch off after x minutes
Turning a Simple PIR into a Smart PIR: https://www.domoticz.com/wiki/Smart_Lua_Scripts
https://www.fam-oldenburger.nl/2015/12/ ... lim-maken/
https://www.fam-oldenburger.nl/2015/12/ ... lim-maken/
- Saturday 11 May 2024 12:19
- Forum: Show your projects
- Topic: Earthquake info from KNMI
- Replies: 63
- Views: 7685
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 ...
- Saturday 11 May 2024 0:03
- Forum: Show your projects
- Topic: Earthquake info from KNMI
- Replies: 63
- Views: 7685
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 ...
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 ...
- Friday 10 May 2024 23:59
- Forum: Third party and supplementary tools
- Topic: WhatsApp Notifications
- Replies: 3
- Views: 2652
Re: WhatsApp Notifications
Not WhatsApp, but using Telegram Bot to send notifications to a group:
https://ehoco.nl/telegram-bot-voor-domo ... ificaties/
https://www.fam-oldenburger.nl/2022/03/ ... -telegram/
https://www.fam-oldenburger.nl/2024/01/ ... -telegram/
https://ehoco.nl/telegram-bot-voor-domo ... ificaties/
https://www.fam-oldenburger.nl/2022/03/ ... -telegram/
https://www.fam-oldenburger.nl/2024/01/ ... -telegram/
- Thursday 09 May 2024 21:31
- Forum: Show your projects
- Topic: Earthquake info from KNMI
- Replies: 63
- Views: 7685
Re: Earthquake info from KNMI
Thanx for this script. I like it!
- Monday 15 April 2024 14:35
- Forum: Zigbee
- Topic: MOES AM43-0.45/40-ES-EB OPEN & CLOSE problem
- Replies: 6
- Views: 2911
Re: MOES AM43-0.45/40-ES-EB OPEN & CLOSE problem
Have you set upper and bottom limit?
- Sunday 24 March 2024 14:36
- Forum: Show your projects
- Topic: Dutch local 'Stookwijzer'
- Replies: 37
- Views: 9185
Re: Dutch local 'Stookwijzer'
@janpep: Thanks, the global_data is new for me. Working great now.
- Sunday 24 March 2024 12:00
- Forum: Show your projects
- Topic: Dutch local 'Stookwijzer'
- Replies: 37
- Views: 9185
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 ...
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 ...