Search found 4 matches

by clut
Monday 25 March 2019 19:28
Forum: Other questions and discussions
Topic: React on RSS feed
Replies: 24
Views: 4858

Re: React on RSS feed

Is there maybe another method to find out what is going on? I mean, for some reason I do not have an error, but there is nothing dropped in my sensors so what am I doing wrong?
by clut
Wednesday 20 March 2019 18:30
Forum: Other questions and discussions
Topic: React on RSS feed
Replies: 24
Views: 4858

Re: React on RSS feed

Thanks for your reply, result looks like the same... I did what you suggested

2019-03-20 18:30:00.378 Status: dzVents: Info: ------ Start external script: Domoticz-P2000.lua:, trigger: every 3 minutes
2019-03-20 18:30:00.416 Status: dzVents: Info: ------ Finished Domoticz-P2000.lua
2019-03-20 18:30 ...
by clut
Tuesday 19 March 2019 22:10
Forum: Other questions and discussions
Topic: React on RSS feed
Replies: 24
Views: 4858

Re: React on RSS feed

OKe, here is my code:


return {
on = {
timer = { 'every minute' }, --this might be to low..
httpResponses = { 'Pdroid' } -- matches callback string below
},

execute = function(domoticz, triggerItem)
local sensor = domoticz.devices('P2000')
local currInfo = tostring(sensor.text)
local ...
by clut
Sunday 17 March 2019 23:11
Forum: Other questions and discussions
Topic: React on RSS feed
Replies: 24
Views: 4858

Re: React on RSS feed

What am I doing wrong?

I tried to run this script but it didn't work. I made the 2 dummy text sensors named "P2000" and "CapCodes" but they were not filled with text.

Below is a part of my logfile:
2019-03-17 23:07:00.231 Status: dzVents: Info: ------ Start external script: Domoticz-P2000.lua ...