Events system thread (questions and feedback)
Moderator: leecollings
-
- Posts: 2
- Joined: Wednesday 07 August 2013 12:31
- Target OS: -
- Domoticz version:
- Location: France
- Contact:
Re: Events system feedback thread
I tried what you said and it is not working also. We can not save events with such url.
-
- Posts: 230
- Joined: Sunday 14 July 2013 20:21
- Target OS: Linux
- Domoticz version: 4.10233
- Location: Alkmaar, The Netherlands
- Contact:
Re: Events system feedback thread
Does anyone have the solution for this problem?
- CopyCatz
- Developer
- Posts: 123
- Joined: Thursday 11 July 2013 17:28
- Target OS: -
- Domoticz version:
- Location: Outer Heaven
- Contact:
Re: Events system feedback thread
I put a fix in 996, could you test please?
-
- Posts: 230
- Joined: Sunday 14 July 2013 20:21
- Target OS: Linux
- Domoticz version: 4.10233
- Location: Alkmaar, The Netherlands
- Contact:
Re: Events system feedback thread
Thanks, i will check a soon as an update is placed online
-
- Posts: 230
- Joined: Sunday 14 July 2013 20:21
- Target OS: Linux
- Domoticz version: 4.10233
- Location: Alkmaar, The Netherlands
- Contact:
Re: Events system feedback thread
Unfortunetly i still got the same error in rev 999.
Any ideas?
Any ideas?
- CopyCatz
- Developer
- Posts: 123
- Joined: Thursday 11 July 2013 17:28
- Target OS: -
- Domoticz version:
- Location: Outer Heaven
- Contact:
Re: Events system feedback thread
You have to open your event and save it again for the new url storage to kick in. It works this way with most event fixes/upgrades.
-
- Posts: 230
- Joined: Sunday 14 July 2013 20:21
- Target OS: Linux
- Domoticz version: 4.10233
- Location: Alkmaar, The Netherlands
- Contact:
Re: Events system feedback thread
I deleted the event and try to create the ne event but still unable to save
-
- Posts: 2
- Joined: Saturday 13 July 2013 13:53
- Target OS: -
- Domoticz version:
- Location: Germany; Vettweiß
- Contact:
Open / close in Blockly not work
Hello
"On" and "Off" function properly. (inverted blinds)
"Open" / "Close" doesn´t switch.
Events also work if they are not activated. (Text is red).
Only when all events disabled, they are turned off.
This is very difficult when testing.
Es grüßt ... Manni
"On" and "Off" function properly. (inverted blinds)
"Open" / "Close" doesn´t switch.
Events also work if they are not activated. (Text is red).
Only when all events disabled, they are turned off.
This is very difficult when testing.
Es grüßt ... Manni
-
- Posts: 2
- Joined: Thursday 05 September 2013 22:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Problem using temperature in events
Hi,
I have created an event using the block editor, it goes like this:
If "Höyrysauna" temperature < 26 do set "ventilation" on
both above devices are working nicely and I can get the temperature and control the ventilation, but once I activate the event
i start to get following log entries every time the "device" sends new temp and humidity information:
Error: Thu Sep 5 23:44:31 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: attempt to index global 'humiditydevice' (a nil value)
Error: Thu Sep 5 23:44:31 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: attempt to index global 'temperaturedevice' (a nil value)
Thu Sep 5 23:44:31 2013 (RFX-Dongle) Temperature + Humidity (Höyrysauna)
Just did an update, so domoticz version is the latest available.
Could you help me out on this one ?
I have created an event using the block editor, it goes like this:
If "Höyrysauna" temperature < 26 do set "ventilation" on
both above devices are working nicely and I can get the temperature and control the ventilation, but once I activate the event
i start to get following log entries every time the "device" sends new temp and humidity information:
Error: Thu Sep 5 23:44:31 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: attempt to index global 'humiditydevice' (a nil value)
Error: Thu Sep 5 23:44:31 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: attempt to index global 'temperaturedevice' (a nil value)
Thu Sep 5 23:44:31 2013 (RFX-Dongle) Temperature + Humidity (Höyrysauna)
Just did an update, so domoticz version is the latest available.
Could you help me out on this one ?
- CopyCatz
- Developer
- Posts: 123
- Joined: Thursday 11 July 2013 17:28
- Target OS: -
- Domoticz version:
- Location: Outer Heaven
- Contact:
Re: Events system feedback thread
Can you post a screenshot of your blockly event please?
-
- Posts: 10
- Joined: Friday 12 July 2013 16:21
- Target OS: -
- Domoticz version:
- Contact:
Re: Events system feedback thread
Some of us are trying to get xbmc and domoticz to interact with each other. The plugin in XBMC works great to interact with domoticz but it does not work the other way around.
When I try to pause XBMC with the following url it works but when I attach this URL to a blocky example and a dummy switch we receive the following error.
Of course I replaced the user, password and ip with my own credentials.
I already tried to replace the comma's in the url with %2c but I still receive the same error. Is this type of URL not possible with blocky? Or is it to long? I'm running V1.1009.
When I try to pause XBMC with the following url it works but when I attach this URL to a blocky example and a dummy switch we receive the following error.
Code: Select all
http://(user:password)@(ip address xbmc):(port)/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.PlayPause", "params": { "playerid": 1 }, "id": 1}
Code: Select all
Fetching url: xbmc:[email protected]:80/jsonrpc?request={"jsonrpc":"2.0
Error: Wed Sep 4 03:23:06 2013 Malformed action sequence!
- Keptenkurk
- Posts: 103
- Joined: Wednesday 21 August 2013 17:24
- Target OS: -
- Domoticz version:
- Location: Waalre, The Netherlands
- Contact:
Re: Events system feedback thread
Piotr, how about calling the url with curl from a shell script and call this script from your lua script? Could be a work around for the time being...
-
- Posts: 115
- Joined: Saturday 31 August 2013 14:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Eindhoven (NL)
- Contact:
Re: Events system feedback thread
i,
I have created an event using the block editor, it goes like this:
If "Höyrysauna" temperature < 26 do set "ventilation" on
both above devices are working nicely and I can get the temperature and control the ventilation, but once I activate the event
i start to get following log entries every time the "device" sends new temp and humidity information:
Error: Thu Sep 5 23:44:31 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: attempt to index global 'humiditydevice' (a nil value)
Error: Thu Sep 5 23:44:31 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: attempt to index global 'temperaturedevice' (a nil value)
Thu Sep 5 23:44:31 2013 (RFX-Dongle) Temperature + Humidity (Höyrysauna)
Just did an update, so domoticz version is the latest available.
Could you help me out on this one ?
Same problem here"CopyCatz"]Can you post a screenshot of your blockly event please?
error in the log
Error: Sat Sep 14 20:53:30 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: attempt to compare nil with number
-
- Posts: 2
- Joined: Thursday 05 September 2013 22:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Events system feedback thread
HI,
Some more information on this one.
seems that this happens only when I'm trying to evaluate humidity and it actually had something to do with my device
after swapping the thermometer, everything seems to work nicely.
Some more information on this one.
seems that this happens only when I'm trying to evaluate humidity and it actually had something to do with my device
after swapping the thermometer, everything seems to work nicely.
-
- Posts: 110
- Joined: Friday 20 September 2013 18:49
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.3530
- Location: Finland
- Contact:
Re: Events system feedback thread
Hi everyone. New member/user and first post.
I tried to control bathroom exhaust fan. I have switch to switch it on and off.
What I liked to do is use delay for fan. If I switch it on it runs 30 minutes and stop and also 'turn' switch off.
If I liked to stop it earlier I just turn switch off.
I tried to do Event, but it seems that when delay is set it is impossible to reset it again?
Here is simple block diagram where fan is set to run 1 min.
-Jussi-
EDIT: Now when I have stared my plan for a while it seems to be mission impossible...
I tried to control bathroom exhaust fan. I have switch to switch it on and off.
What I liked to do is use delay for fan. If I switch it on it runs 30 minutes and stop and also 'turn' switch off.
If I liked to stop it earlier I just turn switch off.
I tried to do Event, but it seems that when delay is set it is impossible to reset it again?
Here is simple block diagram where fan is set to run 1 min.
-Jussi-
EDIT: Now when I have stared my plan for a while it seems to be mission impossible...
- Attachments
-
- screenshot.64.jpg (71.64 KiB) Viewed 4517 times
- CopyCatz
- Developer
- Posts: 123
- Joined: Thursday 11 July 2013 17:28
- Target OS: -
- Domoticz version:
- Location: Outer Heaven
- Contact:
Re: Events system feedback thread
- v1.1023: Scenes and groups on/off/active/inactive via events, fixed bug where inactive event would still trigger
when multiple events apply. Comma now supported in event OpenURL. events now triggered by security state change
implemented script_security_name.lua for sec panel triggers in lua.
when multiple events apply. Comma now supported in event OpenURL. events now triggered by security state change
implemented script_security_name.lua for sec panel triggers in lua.
-
- Posts: 67
- Joined: Friday 16 August 2013 18:34
- Target OS: -
- Domoticz version:
- Location: Stockholm, Sweden
- Contact:
Re: Events system feedback thread
I have no Scenes/Groups in the list.. but I DO have some groups.
Sorry if this has been answered beore..
https://dl.dropboxusercontent.com/u/900 ... hot119.jpg
https://dl.dropboxusercontent.com/u/900 ... hot120.jpg
Sorry if this has been answered beore..
https://dl.dropboxusercontent.com/u/900 ... hot119.jpg
https://dl.dropboxusercontent.com/u/900 ... hot120.jpg
- CopyCatz
- Developer
- Posts: 123
- Joined: Thursday 11 July 2013 17:28
- Target OS: -
- Domoticz version:
- Location: Outer Heaven
- Contact:
Re: Events system feedback thread
weird, they are retrieved using the standard json.htm?type=scenes&order=Name. Can you post the output of that api call?
-
- Posts: 67
- Joined: Friday 16 August 2013 18:34
- Target OS: -
- Domoticz version:
- Location: Stockholm, Sweden
- Contact:
Re: Events system feedback thread
CopyCatz wrote:weird, they are retrieved using the standard json.htm?type=scenes&order=Name. Can you post the output of that api call?
Code: Select all
{
"result" : [
{
"Favorite" : 1,
"HardwareID" : 1,
"LastUpdate" : "2013-09-23 22:15:49",
"Name" : "Vardagsrum, lampor",
"Status" : "Off",
"Timers" : "false",
"Type" : "Group",
"idx" : "3"
},
{
"Favorite" : 1,
"HardwareID" : 1,
"LastUpdate" : "2013-09-25 06:38:01",
"Name" : "Fönsterbelysning",
"Status" : "Off",
"Timers" : "true",
"Type" : "Group",
"idx" : "4"
}
],
"status" : "OK",
"title" : "Scenes"
}
https://dl.dropboxusercontent.com/u/900 ... hot121.jpg
When done with groups it should turn the scene/group on when the power goes down below 1400mW and groupstatus = Off
The other way around when over 1500mW.
-
- Posts: 67
- Joined: Friday 16 August 2013 18:34
- Target OS: -
- Domoticz version:
- Location: Stockholm, Sweden
- Contact:
Re: Events system feedback thread
Also,
The event i posted in my last url does not work.
With the event active, manually turning on "Fönsterlampa, kök" this happens in the log:
With the event disabled, turning on gives me this:
Works as it should. But as I said. Not with the event activated.
The event does nothing if I leave the lamp on and waits for it to turn it off.
The event i posted in my last url does not work.
With the event active, manually turning on "Fönsterlampa, kök" this happens in the log:
Code: Select all
Error: Wed Sep 25 13:26:34 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: ')' expected near 'comparevariable'
Error: Wed Sep 25 13:26:34 2013 Lua script error: [string "result = 0; weekday = os.date('*t')['wday']; ..."]:1: ')' expected near 'comparevariable'
Wed Sep 25 13:26:33 2013 (RFXtrx) Lighting 2 (Fönster, kök)
Wed Sep 25 13:26:34 2013 (RFXtrx) Receiver/Transmitter Message
subtype = Transmitter Response
Sequence nbr = 3
response = ACK, data correct transmitted
Code: Select all
Wed Sep 25 13:27:03 2013 (RFXtrx) Lighting 2 (Fönster, kök)
Wed Sep 25 13:27:03 2013 (RFXtrx) Receiver/Transmitter Message
subtype = Transmitter Response
Sequence nbr = 4
response = ACK, data correct transmitted
The event does nothing if I leave the lamp on and waits for it to turn it off.
Who is online
Users browsing this forum: No registered users and 0 guests