Search found 3 matches

by prychol
Thursday 03 February 2022 20:49
Forum: LUA
Topic: Domoticz - data download via JSON
Replies: 2
Views: 1347

Re: Domoticz - data download via JSON

I found an example like this and tried to rewrite it, but it doesn't work and I don't know what's wrong:
return {
on = {
timer = { 'every 1 minutes' },
httpResponses = { 'BME280_humidity' }
},
execute = function ( domoticz, item )
if ( item.isTimer ) then
domoticz.openURL ({
url ...
by prychol
Thursday 03 February 2022 18:21
Forum: LUA
Topic: Domoticz - data download via JSON
Replies: 2
Views: 1347

Domoticz - data download via JSON

Hello. First I would like to apologize for my English, but I use Google translator :)
I have an air purity sensor from which I would like to have readings in Domoticz.
I read the data from the sensor after entering http: // SENSOR_IP_ADDRESS / data.json and receive the data in this format ...
by prychol
Friday 24 April 2020 19:51
Forum: Suggestions
Topic: CORONAVIRUS
Replies: 19
Views: 2613

Re: CORONAVIRUS

Hello
At the beginning I would like to apologize for my English, but I use Google's translator :)

I wanted to add to my Domoticz (Version: 2020.1) the above counters. I did everything as described, i.e. I added counter devices, the same names as in the scripts, but unfortunately the counters do not ...