Search found 11 matches

by rokutas
Sunday 12 November 2023 13:02
Forum: Examples & Solutions
Topic: timer not working in dzvents
Replies: 8
Views: 2194

Re: timer not working in dzvents

also, maybe someone has information on controlling pwm signal?
http://192.168.8.182/control?cmd=PWM,12,3 i put in this code to my selector switch (i need to generate 18Hz 3% pwm signal) , however it doesnt seem to react to this command
by rokutas
Sunday 12 November 2023 12:43
Forum: Examples & Solutions
Topic: timer not working in dzvents
Replies: 8
Views: 2194

Re: timer not working in dzvents

return { on = { devices = { 5, -- Flow Meter IDX 15, -- Temperature Delta IDX 25, -- Watt Sensor IDX 31, 29, 34 -- Power Sensor IDX }, timer = { 'every 1 minute' } }, execute = function(domoticz, timer) -- Get devices local flowMeter = domoticz.devices(5) -- Flow Meter IDX local temperatureDelta ...
by rokutas
Sunday 05 November 2023 17:28
Forum: Examples & Solutions
Topic: timer not working in dzvents
Replies: 8
Views: 2194

Re: timer not working in dzvents

sorry, its still runs every second i mean, not every minute.
by rokutas
Sunday 05 November 2023 13:05
Forum: Examples & Solutions
Topic: timer not working in dzvents
Replies: 8
Views: 2194

timer not working in dzvents

hello, i want to add timer to my dzvents script, however with adding timer, still the script goes on every minute. Can someone help? return { on = { devices = { 5, -- Flow Meter IDX 15, -- Temperature Delta IDX 25, -- Watt Sensor IDX 31, 29, 34 -- Power Sensor IDX }, timer = { 'every 1 minute ...
by rokutas
Wednesday 26 April 2023 11:27
Forum: Temperature and Weather
Topic: DS18B20 with ESPeasy not appearing in domoticz
Replies: 12
Views: 1349

Re: DS18B20 with ESPeasy not appearing in domoticz

can someone please show how their domoticz and espeasy settings are looking? i cant find any information on how they should look like, wiki doesnt show what settings are necessary for espeasy and domoticz to work
by rokutas
Wednesday 26 April 2023 10:37
Forum: Temperature and Weather
Topic: DS18B20 with ESPeasy not appearing in domoticz
Replies: 12
Views: 1349

Re: DS18B20 with ESPeasy not appearing in domoticz

2023-04-26 11:34:51.834 Sunrise: 05:57:00 SunSet: 20:46:00 2023-04-26 11:34:51.834 Day length: 14:50:00 Sun at south: 13:22:00 2023-04-26 11:34:51.834 Civil twilight start: 05:16:00 Civil twilight end: 21:27:00 2023-04-26 11:34:51.835 Nautical twilight start: 04:23:00 Nautical twilight end: 22:20 ...
by rokutas
Tuesday 25 April 2023 18:50
Forum: Temperature and Weather
Topic: DS18B20 with ESPeasy not appearing in domoticz
Replies: 12
Views: 1349

Re: DS18B20 with ESPeasy not appearing in domoticz

Hello, i can send the log for you somehow?
by rokutas
Monday 24 April 2023 20:41
Forum: Temperature and Weather
Topic: DS18B20 with ESPeasy not appearing in domoticz
Replies: 12
Views: 1349

Re: DS18B20 with ESPeasy not appearing in domoticz

I changed the server ip on my ESPeasy, and now it seems to be working on my phone when i go to 101:8080 adress and can acess domoticz from my phone. However it still doesnt see the values that the DS18B20 is sending to IDX 1, where couldve i made a mistake? Sorry if im asking where basic mistakes is ...
by rokutas
Monday 24 April 2023 19:16
Forum: Temperature and Weather
Topic: DS18B20 with ESPeasy not appearing in domoticz
Replies: 12
Views: 1349

Re: DS18B20 with ESPeasy not appearing in domoticz

Thanks, I put in the IP Address *default adress*.101 its my computer adress on this network, however its just loading on my iphone, and the domoticz page doesnt come up, tried it trouugh the domoticz app, it says unathorized. On firewall settings i ticked the private ant public networks on domoticz ...
by rokutas
Monday 24 April 2023 18:39
Forum: Temperature and Weather
Topic: DS18B20 with ESPeasy not appearing in domoticz
Replies: 12
Views: 1349

Re: DS18B20 with ESPeasy not appearing in domoticz

Thank you for your answer.
As i understand it is imposible to start domoticz on personal computer? It's not showing up on wireless network watcher, so domoticz works only when hosted on raspberry?
by rokutas
Monday 24 April 2023 13:06
Forum: Temperature and Weather
Topic: DS18B20 with ESPeasy not appearing in domoticz
Replies: 12
Views: 1349

DS18B20 with ESPeasy not appearing in domoticz

Hello, i configurated my ESPEasy sees the connected DS18B20 sensor and its values, but when i add it to domoticz it doesn't show it. Maybe i write in the wrong IP adress when configurating Domoticz with ESPeasy? the IDX seems to be correct. Any tips? Or should i start my domoticz on Raspberry Pi? I ...