Hi, I have a very stable Domoticz version and am a little anxious to update.... How can I make your changes work without updating the whole Domoticz?... Is there a file I can, have to, replace?
Regards, Hans Willem
Search found 227 matches
- Monday 16 September 2024 19:46
- Forum: Temperature and Weather
- Topic: Buienradar : Buienrader: RainPrediction has old data
- Replies: 13
- Views: 3133
- Sunday 15 September 2024 20:41
- Forum: Suggestions
- Topic: Implementing SIA protocol
- Replies: 17
- Views: 10754
Re: Implementing SIA protocol
Hi... I know a little about the SIA protocol and want to connect human alarms for elderly or disabled people to Domoticz.. so more ore less medical alarms. That is what I meant in my previous message. I am on vacation now and can't test anything but am very interested..
I will be back to you when I ...
I will be back to you when I ...
- Saturday 14 September 2024 21:30
- Forum: Suggestions
- Topic: Implementing SIA protocol
- Replies: 17
- Views: 10754
Re: Implementing SIA protocol
Hi, i am very interested in the implementation of the SIA protocol. Please keep me posted. The SIA protocol with all codes, not only the security codes
Regards, Hans Willem
Regards, Hans Willem
- Wednesday 11 September 2024 13:12
- Forum: Temperature and Weather
- Topic: Buienradar : Buienrader: RainPrediction has old data
- Replies: 13
- Views: 3133
Re: Buienradar : Buienrader: RainPrediction has old data
Hi, I might be overlooking something but where is the sourcecode; it is mentioned as a plug-in but not visible as a plug-in...
Can someone put me in the right direction?
Regards, Hans
Can someone put me in the right direction?
Regards, Hans
- Tuesday 10 September 2024 18:02
- Forum: Temperature and Weather
- Topic: Buienradar : Buienrader: RainPrediction has old data
- Replies: 13
- Views: 3133
Re: Buienradar : Buienrader: RainPrediction has old data
Ik can send them an email,again...
- Tuesday 10 September 2024 12:38
- Forum: Temperature and Weather
- Topic: Buienradar : Buienrader: RainPrediction has old data
- Replies: 13
- Views: 3133
Re: Buienradar : Buienrader: RainPrediction has old data
Hi All,
I have the same problem with Buienradar. Did anyone find a solution?. I have tried several settings but it keeps coming back at random intervals... Would be nice if there would be a solution...
Btw. A few weeks ago I send Buienradar an email and they replied that nothing had changed on their ...
I have the same problem with Buienradar. Did anyone find a solution?. I have tried several settings but it keeps coming back at random intervals... Would be nice if there would be a solution...
Btw. A few weeks ago I send Buienradar an email and they replied that nothing had changed on their ...
- Wednesday 11 August 2021 15:38
- Forum: dzVents
- Topic: Door open notification script for multiple doors
- Replies: 12
- Views: 2099
Re: Door open notification script for multiple doors
Hi, I have the script you need running for years, happy to share.
dofile ( '/home/pi/domoticz/scripts/lua/speakmodule.lua')
commandArray = {}
local function runEvery10min()
local sensor_1 = 'sensor door 1'
local sensor_2 = 'sensor door 2'
local sensor_3 = 'deur 3 sensor'
Doortext ...
dofile ( '/home/pi/domoticz/scripts/lua/speakmodule.lua')
commandArray = {}
local function runEvery10min()
local sensor_1 = 'sensor door 1'
local sensor_2 = 'sensor door 2'
local sensor_3 = 'deur 3 sensor'
Doortext ...
- Sunday 05 January 2020 22:51
- Forum: Blockly
- Topic: Need a script to turn off device when under specific watt value
- Replies: 5
- Views: 879
Re: Need a script to turn off device when under specific watt value
I have something like that in Lua, be more specific in your question.
Regards,Hans
Regards,Hans
- Friday 27 December 2019 20:35
- Forum: 433 & 868 transceiver
- Topic: RFLink and sudden range drop
- Replies: 8
- Views: 1567
Re: RFLink and sudden range drop
Strange... I have an rfxcom and also noticed a rangedrop... Switches that worked for years are suddenly not or bad responding... Could it be related?..
Hans
Hans
- Saturday 21 December 2019 8:57
- Forum: Speech & Voice Systems
- Topic: is there a way to get google home to tell me when the diswasher i finished?
- Replies: 7
- Views: 1900
Re: is there a way to get google home to tell me when the diswasher i finished?
Yes, you can...
You can measure the energy used by the appliance, write a script that sends a message to your phone or let google speak it out loud.. I don't know about your scripting experience or hardware setup.. I could help you if you need help.
Cheers,Hans
You can measure the energy used by the appliance, write a script that sends a message to your phone or let google speak it out loud.. I don't know about your scripting experience or hardware setup.. I could help you if you need help.
Cheers,Hans
- Monday 18 November 2019 10:08
- Forum: dzVents
- Topic: Update of Lua to version 5.3 in domoticz V4.11439. with potential effects on Lua and dzVents scripts
- Replies: 20
- Views: 4159
Re: Update of Lua in domoticz imminent with potential effects on Lua and dzVents scripts
deleted the "local" ...seems to be working now.
Thanks a lot.
Hans
Thanks a lot.
Hans
- Monday 18 November 2019 9:56
- Forum: dzVents
- Topic: Update of Lua to version 5.3 in domoticz V4.11439. with potential effects on Lua and dzVents scripts
- Replies: 20
- Views: 4159
Re: Update of Lua in domoticz imminent with potential effects on Lua and dzVents scripts
this error occurs now:
Code: Select all
2019-11-18 09:55:00.858 Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_time_SolarSensor.lua: /home/pi/domoticz/scripts/lua/script_time_SolarSensor.lua:34: '(' expected near '.'- Monday 18 November 2019 8:14
- Forum: dzVents
- Topic: Update of Lua to version 5.3 in domoticz V4.11439. with potential effects on Lua and dzVents scripts
- Replies: 20
- Views: 4159
Re: Update of Lua in domoticz imminent with potential effects on Lua and dzVents scripts
Here you go:
This script worked perfectly before the update to Lua 5.3
: --[[ Virtual Lux sensor and other real-time solar data
~/domoticz/scripts/lua/script_time_SolarSensor.lua
-- Autors ----------------------------------------------------------------
V1.0 - Sébastien Joly - Great original ...
This script worked perfectly before the update to Lua 5.3
: --[[ Virtual Lux sensor and other real-time solar data
~/domoticz/scripts/lua/script_time_SolarSensor.lua
-- Autors ----------------------------------------------------------------
V1.0 - Sébastien Joly - Great original ...
- Sunday 17 November 2019 23:06
- Forum: dzVents
- Topic: Update of Lua to version 5.3 in domoticz V4.11439. with potential effects on Lua and dzVents scripts
- Replies: 20
- Views: 4159
Re: Update of Lua in domoticz imminent with potential effects on Lua and dzVents scripts
Good evening, i will do it tomorrow morning.
Regards, Hans
Regards, Hans
- Sunday 17 November 2019 22:48
- Forum: dzVents
- Topic: Update of Lua to version 5.3 in domoticz V4.11439. with potential effects on Lua and dzVents scripts
- Replies: 20
- Views: 4159
Re: Update of Lua in domoticz imminent with potential effects on Lua and dzVents scripts
The virtual lux sensor and realtime solar script (lua version) has the bug aswell. Has somebody found a solution?. My altitude, azimuth and radiation work...but luxinfo is giving huge amounts...please help.
Regards Hans
Regards Hans
- Sunday 29 September 2019 22:50
- Forum: dzVents
- Topic: How to use Chromecast commands in combination with domoticz
- Replies: 5
- Views: 902
Re: How to use Chromecast commands in combination with domoticz
Goodevening,
Yes, you can do anything you like.. I use the Harmonyhub CLI to have full control over everything.. you can flip a switch in Domoticz and let the chromecasts speak.. or let them play music from logitech media server...
Cheers
Yes, you can do anything you like.. I use the Harmonyhub CLI to have full control over everything.. you can flip a switch in Domoticz and let the chromecasts speak.. or let them play music from logitech media server...
Cheers
- Sunday 29 September 2019 22:10
- Forum: dzVents
- Topic: How to use Chromecast commands in combination with domoticz
- Replies: 5
- Views: 902
Re: How to use Chromecast commands in combination with domoticz
good evening,
You can do that in your Harmony, i believe.i have all kinds of settings, like volume when Harmony starts or ends a sequence.
Hope this helps.
Cheers, Hans
You can do that in your Harmony, i believe.i have all kinds of settings, like volume when Harmony starts or ends a sequence.
Hope this helps.
Cheers, Hans
- Monday 09 September 2019 12:38
- Forum: Z-Wave
- Topic: Is the Z-Wave protocol dying?
- Replies: 6
- Views: 2718
Re: Is the Z-Wave protocol dying?
...if there is a breakthrough in battery technology[/u] where a motion sensor could have 2 years battery life running on WiFi, I do not think many manufacturers would hesitate for a second to move IoT products entirely onto WiFi as the protocol.
... There is!... Look at EnOcean devices... Much of ...
... There is!... Look at EnOcean devices... Much of ...
- Saturday 25 May 2019 7:11
- Forum: Others
- Topic: EnOcean switch toggle
- Replies: 0
- Views: 911
EnOcean switch toggle
Hi all,
I have an EnOcean switch... I can add it to Domoticz and it works...but... The switch is a pushbutton toggleswitch.. but how can I determine if the lamp is on or not.
I can add the switch in several ways... In Domoticz-learning mode I can add two different switches (upperside and lowerside ...
I have an EnOcean switch... I can add it to Domoticz and it works...but... The switch is a pushbutton toggleswitch.. but how can I determine if the lamp is on or not.
I can add the switch in several ways... In Domoticz-learning mode I can add two different switches (upperside and lowerside ...
- Monday 13 May 2019 7:27
- Forum: Utility
- Topic: Sensor data from website
- Replies: 3
- Views: 1272
Re: Sensor data from website
Hi, Screendumps won't help here. Can you post the sourcecode of the page which contains the data you want?
Cheers, Hans
Cheers, Hans