Search found 166 matches
- Saturday 01 March 2025 17:22
- Forum: Python
- Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
- Replies: 273
- Views: 88994
Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
I have installed the tuya plugin within domoticz. Devices such as Tuya dimmers work well with this within domoticz. These are immediately recognized as new devices when I first add them to the Tuya smart app. Now I have bought a Nova100 and this is also immediately recognized within the Tuya smart ...
- Friday 28 February 2025 16:31
- Forum: Heating/cooling
- Topic: Scheeair Nova100
- Replies: 1
- Views: 656
Scheeair Nova100
I have installed the tuya plugin within domoticz. Devices such as Tuya dimmers work well with this within domoticz. These are immediately recognized as new devices when I first add them to the Tuya smart app. Now I have bought a Nova100 and this is also immediately recognized within the Tuya smart ...
- Thursday 14 March 2024 13:57
- Forum: Z-Wave
- Topic: Can't add new zwave sensor in zwave JS
- Replies: 1
- Views: 1507
Can't add new zwave sensor in zwave JS
I migrated from Zwave to Zwave JS. The Zwave sensors within Zwave were neatly recognized in Zwave JS and working fine. Now I have two new sensors (the same Fibaro wall plug already works fine within JS) and I discovered that I cannot add them. I use the JS GUI control panel for this. I'm trying to ...
- Friday 08 March 2024 9:48
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 471
- Views: 75265
Re: GarbageCalendar (new version) lua scripts
Ah, now I understand.
Thanks for the explanation. I'm going to experiment with the dzventz script. It's great that I already have a start.
Thanks for the explanation. I'm going to experiment with the dzventz script. It's great that I already have a start.
- Wednesday 06 March 2024 17:13
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 471
- Views: 75265
Re: GarbageCalendar (new version) lua scripts
If I understand correctly, I should use the script: nano notification_external_script.lua ? what should this look like? to send an mqtt message every day? I'm a bit confused as to where I should set something now. I sent a one-time mqtt message in 'nano notification_event_script' with the line: os ...
- Saturday 02 March 2024 11:10
- Forum: Utility
- Topic: air quality label in domoticz
- Replies: 5
- Views: 1783
Re: air quality label in domoticz
My problem was that I need a password/username when I use this rule so I used the modified esp easy bin (see the link in this tread) to solve this. It works fine now! Thx!
- Saturday 02 March 2024 11:06
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 471
- Views: 75265
Re: GarbageCalendar (new version) lua scripts
Ok thanks for your response. Doesn't sound that simple to me. I'm not very good at making scripts. Is there anyone who could help me on my way?
- Friday 01 March 2024 16:30
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 471
- Views: 75265
Re: GarbageCalendar (new version) lua scripts
One more small question. I now only receive a notification on my mqtt topic one day in advance that waste ' x' will be collected tomorrow (notificationtext = '@GARBAGETEXT@ @DAY@'). However, this will remain on my MQTT display until the following week. I would prefer to receive a daily notification ...
- Friday 01 March 2024 16:19
- Forum: Utility
- Topic: air quality label in domoticz
- Replies: 5
- Views: 1783
Re: air quality label in domoticz
I tried a dummy of the typ 'airquality'. Somehow my values from my sensor MH Z19 (via a wemos d1 with esp easy) are not arriving at this dummy. My esp easy log says: MHZ19: PPM value: 996 Temp/S/U values: 24/0/0.00 but this does not enter domoticz. This will be possible with a dummy of the general ...
- Wednesday 28 February 2024 16:13
- Forum: Utility
- Topic: air quality label in domoticz
- Replies: 5
- Views: 1783
air quality label in domoticz
I measure the air quality in my living room via a sensor. The value is received on a dummy of the general, custom sensor type. This concerns a PPM value. Is there a possibility to translate this value into air quality, for example: 350 ppm healthy outside air level 600 ppm healthy indoor climate 800 ...
- Monday 26 February 2024 18:52
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
Many thx, this works great. A little adjustment in the name 'security panel' and it works! This is my endscript: return { on = { devices = { 'Beveiliging buttonplus schakelen' }, security = { domoticz.SECURITY_DISARMED, domoticz.SECURITY_ARMEDAWAY } }, execute = function(domoticz, item) if item ...
- Monday 26 February 2024 10:46
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
After some research I understand. With the dummy I had 'on' and 'off' commands for my security panel (e.g. http://10.0.1.122:8080/json.htm?type=command¶m=setsecstatus&secstatus=2&seccode=xxxxxx). I had set this up this way because I want to switch my security on or off from my button plus panel ...
- Sunday 25 February 2024 16:17
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
I'm sorry, this is: return { on = { security = { domoticz.SECURITY_DISARMED, domoticz.SECURITY_ARMEDAWAY } }, execute = function(domoticz, item) if item.state == domoticz.SECURITY_ARMEDAWAY then domoticz.devices('Beveiliging buttonplus schakelen').switchOn() domoticz.executeShellCommand ('mosquitto ...
- Sunday 25 February 2024 11:46
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
thanks for your explanation. Bright. I adjusted it and now I no longer have an error. What strikes me is that this script is now triggered every second. This gives a lot of messages in my log. Is there any way to limit this traffic? 2024-02-25 11:46:18.098 Status: dzVents: Info: ------ Start ...
- Friday 23 February 2024 16:15
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
that helps enormously. The script now works, but still gives an error and when I switch my alarm on, it seems to fluctuate between on/off for a few seconds before it actually switches. Quite special. What could this be? This is my script so far: return { on = { security = { domoticz.SECURITY ...
- Thursday 22 February 2024 15:23
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
I tried to adjust the script with al the suggestions. I tried to make the script as short and simple as possible I now get rid of the error messages when I save the script but if I switch my security on (armed away) I get: 2024-02-22 15:22:03.581 Error: dzVents: Error: (3.1.8) An error occurred when ...
- Wednesday 21 February 2024 15:12
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
THX, I try this: on = { security = { domoticz.SECURITY_ARMEDAWAY, } }, execute = function(dz, security, info) if security.isSecurity then if domoticz.security = 'Armed Away' then domoticz.devices('Beveiliging buttonplus schakelen').switchOn() domoticz.executeShellCommand ('mosquitto_pub -h 10.0.1 ...
- Tuesday 20 February 2024 17:56
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
If I do that I get an error: 2024-02-20 17:55:27.692 Error: dzVents: Error: (3.1.8) error loading module 'testbeveil4' from file '/home/pi/domoticz/scripts/dzVents/generated_scripts/testbeveil4.lua': 2024-02-20 17:55:27.692 ...moticz/scripts/dzVents/generated_scripts/testbeveil4.lua:2: '}' expected ...
- Monday 19 February 2024 16:01
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
return { on = { security = { domoticz.Disarmed, domoticz.Armed_Away } }, execute = function(domoticz, device) if (device.state == 'Armed_Away') then domoticz.devices('Beveiliging buttonplus schakelen').switchOn() domoticz.executeShellCommand ('mosquitto_pub -h 10.0.1.122 -p 1883 -t domoticz/out ...
- Monday 19 February 2024 15:36
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1700
Re: DZvents and security
The statename gives: 2024-02-19 15:29:40.642 Status: dzVents: Info: ------ Start internal script: Script #1: Security: "Armed Away", trigger: "Armed Away" 2024-02-19 15:29:40.642 Status: dzVents: Info: Security was triggered by Armed Away / Armed Away 2024-02-19 15:29:40.642 Status: dzVents: Info ...