Search found 634 matches
- Sunday 24 November 2024 19:16
- Forum: dzVents
- Topic: skip dzvents action at domoticz startup
- Replies: 5
- Views: 677
Re: skip dzvents action at domoticz startup
I'm trying to activate a dz script after a restart of domoticz { on = { timer = { function(domoticz) return domoticz.time.matchesRule('at ' .. domoticz.variables('UV_Sleep').value) or domoticz.time.matchesRule('at ' .. minutesBeforeSunset .. 'minutes before sunset') end, }, devices = {Test,}, system ...
- Sunday 10 November 2024 11:24
- Forum: dzVents
- Topic: Cannot create log entry from dzVents script. Log tab "Status" always empty
- Replies: 14
- Views: 863
Re: Cannot create log entry from dzVents script. Log tab "Status" always empty
You could try try
Code: Select all
domoticz.log('FORCE log line!', domoticz.LOG_FORCE
- Thursday 07 November 2024 20:02
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Instal with install.domoticz.com wont work
- Replies: 10
- Views: 2298
Re: Instal with install.domoticz.com wont work
For a debian 12 system you can the following
Code: Select all
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
- Wednesday 06 November 2024 20:30
- Forum: Heating/cooling
- Topic: Rooted Toon plugin
- Replies: 110
- Views: 69082
Re: Rooted Toon plugin
Still working.
Check if the info coming from the Toon
Is Openterm activated? This causes that some device ifo is not available
Check if the info coming from the Toon
Is Openterm activated? This causes that some device ifo is not available
- Tuesday 29 October 2024 19:59
- Forum: Temperature and Weather
- Topic: Open Weather Map API migration
- Replies: 19
- Views: 4319
Re: Open Weather Map API migration
Hi
I've upgrade to OMW 3.0, but now this is not working anymore in Dashticz
I'm getting
Created a new key:
What can this be?
I've upgrade to OMW 3.0, but now this is not working anymore in Dashticz
I'm getting
Code: Select all
Error : owm3 error. No valid API key
Code: Select all
Error: No valid API key? (Autodetect provider)
- Tuesday 10 September 2024 19:23
- Forum: Bugs and Problems
- Topic: wipe / remove devices
- Replies: 3
- Views: 314
Re: wipe / remove devices
Why is it not possible to delete devices from the Aeon stick in Domoticz ? (When the hardware is broken or send back to the store) The easiest way to my opinion is to use Z-Wave PC Controller 5 on your windows PC. Use "Node failed" and then "remove failed node" Worked for me everytime
- Friday 23 August 2024 11:28
- Forum: dzVents
- Topic: Dzvents script, help appreciated
- Replies: 7
- Views: 669
Re: Dzvents script, help appreciated
Maybe this is an example you can use. It shows the activated devices in a textblock. This textblock is visible in Domoticz and on my Tablet with Dashticz local scriptVar = "-=# Deursensors #=-" local textblock = 477 local doorDevices = { ['Deur Erker'] = 182, -- 'Sensor - Erkerdeur', ['Deur Achter ...
- Wednesday 07 August 2024 8:17
- Forum: Bugs and Problems
- Topic: 2024.7 stops working every few days
- Replies: 37
- Views: 3521
Re: 2024.7 stops working every few days
Hi, I'm having the same issues. Before 2027.7 my domoticz was very stable, but after the update it something hangs and do i need to do a restart The problem is that i can regenerate the problem and it seems to occurs randomly. Something just when i'm in the browser in the config, but i had once it ...
- Tuesday 23 July 2024 18:43
- Forum: dzVents
- Topic: set device "Off Delay" value with DzVents
- Replies: 7
- Views: 1037
Re: set device "Off Delay" value with DzVents
it is not that difficult to do this with Dzvents I've something similar. Maybe this helps as a start if PIR.lastUpdate.secondsAgo > 1800 and (Party_Switch.state == 'Off') then light.switchOff().afterMin(10) dz.log(PIR.name .. ' update : ' .. PIR.lastUpdate.secondsAgo .. ' seconden geleden',dz.LOG ...
- Friday 12 July 2024 19:25
- Forum: Others
- Topic: Somfy errors in Domoticz log
- Replies: 2
- Views: 552
Re: Somfy errors in Domoticz log
Try to go back to version 4.2.16 from the master branch.
I've seen also some errors with the beta version
I've seen also some errors with the beta version
- Sunday 07 July 2024 13:35
- Forum: News & Updates
- Topic: Domoticz version 2024.7 released
- Replies: 74
- Views: 14490
Re: Domoticz version 2024.5 released
Update executed over 2024.4 and looks fine
Thanks Team Domoticz !!
Thanks Team Domoticz !!
- Monday 01 July 2024 19:57
- Forum: dzVents
- Topic: Sunscreen script
- Replies: 5
- Views: 1778
Re: Sunscreen script
Hi Guys, I've modified the script for my needs, but the problem is when it has triggered 1 treshold the script stops. I like to check all sensors and switch those at the treshold until it has checked all sensors. This is was i have made until now local scriptVar = '-=# TEST sunscreens #=-' return ...
- Friday 21 June 2024 15:26
- Forum: dzVents
- Topic: Script modification for switching devices by rain
- Replies: 2
- Views: 536
Re: Script modification for switching devices by rain
Thanks. Maing a group was also the easiest solution i could think of.
It is working !
It is working !
- Thursday 20 June 2024 19:45
- Forum: dzVents
- Topic: Script modification for switching devices by rain
- Replies: 2
- Views: 536
Script modification for switching devices by rain
Hi, I need a bit of help to modify this script which i've found here : https://domoticaboard.nl/index.php?topic=44.0 The script is running, but i like to trigger more devices then the one now How can i add a list of devices that will be switch by the script So far i know you can do it with the ...
- Tuesday 04 June 2024 19:04
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 153
- Views: 52714
Re: Support for Somfy Connexoon and Tahoma
can you please try
Starting the plugin makes no sense.
You need to install the request module
Code: Select all
apt install python3 libpython3-dev libpython3.10-dev
You need to install the request module
- Tuesday 04 June 2024 18:54
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 153
- Views: 52714
- Tuesday 04 June 2024 18:51
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 153
- Views: 52714
Re: Support for Somfy Connexoon and Tahoma
i see Python 3.10.13 in the screen shot, but Python -V gives 3.9.2
that makes no sense.
Try :
that makes no sense.
Try :
Code: Select all
apt install python3 libpython3-dev libpython3.10-dev
- Monday 03 June 2024 22:16
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 153
- Views: 52714
- Monday 03 June 2024 19:51
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 153
- Views: 52714
Re: Support for Somfy Connexoon and Tahoma
check your python version
Probably 3.9.2
So then
Code: Select all
python3 -V
So then
Code: Select all
apt install python3 libpython3-dev libpython3.9-dev
- Monday 03 June 2024 19:37
- Forum: Python
- Topic: Python plugin: Husqvarna automower
- Replies: 19
- Views: 2331
Re: Python plugin: Husqvarna automower
Hi Fred,
The Cloud function for the Husqvarna and your plugin is that called "Automower® Connect" ?
https://www.husqvarna.com/nl/services/a ... r-connect/
I want to buy a Husqvarna, but the dealer is wll-known with hightech features like Domoticz
Thanks for your feedback !
The Cloud function for the Husqvarna and your plugin is that called "Automower® Connect" ?
https://www.husqvarna.com/nl/services/a ... r-connect/
I want to buy a Husqvarna, but the dealer is wll-known with hightech features like Domoticz
Thanks for your feedback !