Search found 20 matches

by bogas
02 Feb 2018, 12:30
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55662

Re: Distance Sensors HC-SR04, JSN-SR04T and more

Please share firmware (bin) 4096kB and / or 1024 with support JSN-SR04T.
by bogas
01 Feb 2018, 22:33
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55662

Re: Distance Sensors HC-SR04, JSN-SR04T and more

Shardan wrote: 28 Jan 2018, 14:10 That's an interesting question.

I've been testing that plugin for a while, it worked nicely for me.
Hi.
Which last version supports these sensors? Added to "mega"?
by bogas
28 Jan 2018, 11:23
Forum: ESP Easy: Software
Topic: WS2812b, rules and temperature/humidity range
Replies: 4
Views: 4040

Re: WS2812b, rules and temperature/humidity range

Guys,
can You help with these colors?
by bogas
21 Jan 2018, 22:05
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

Can You explain it in my example?
by bogas
21 Jan 2018, 19:15
Forum: ESP Easy: Software
Topic: WS2812b, rules and temperature/humidity range
Replies: 4
Views: 4040

WS2812b, rules and temperature/humidity range

Hey. And this is my second problem, which I can not deal with :) Is the following rule correct? Currently, the orange LED is on and the humidity is around 35%. In the device I chose neopixel basic. Regards On HTU#Humid do if [HTU#Humid] > 40 neopixel,1,0,0,50 else neopixel,1,50,50,50 endif endon On ...
by bogas
21 Jan 2018, 19:08
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

kimot wrote: 21 Jan 2018, 15:03 And what about to tray do not use "dot" in variable names?
Instead of PMS5003#pm1.0 use PMS5003#pm1_0

I do not see anything else, what can make problems.
But I am not with my ESPeasys to tray now.

I tried. See that at the moment - I have pm1, pm25, pm10, and I had dots before.
by bogas
21 Jan 2018, 19:06
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

grovkillen wrote: 21 Jan 2018, 13:49 Better to use timer?
?
by bogas
21 Jan 2018, 19:05
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

This is no clean solution. Give every device a unique name! E.g. PMSx003_1, PMSx003_2, and so on. The rule is also not correct. on PMSx003#PM25 do TaskValueSet 3,1,[PMSx003#PM1] TaskValueSet 4,1,[PMSx003#PM25] TaskValueSet 5,1,[PMSx003#PM10] endon You write a value to "TaskValueSet 4,1,[PMSx00...
by bogas
21 Jan 2018, 12:44
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

Guys, done! I used this guide: https://diyprojects.io/esp-easydht22bmp180-create-virtual-bme280-barometer/#.WmR0TajibDc I created virtual sensors to which I assigned idx. https://thumb.ibb.co/ihwmZG/5.jpg https://thumb.ibb.co/f5D0uG/6.jpg Rules: on PMSx003#PM25 do TaskValueSet 3,1,[PMSx003#PM1] Task...
by bogas
21 Jan 2018, 10:10
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

vader wrote: 20 Jan 2018, 21:21 The problem could be the IDX from Domoticz. In ESPeasy you have only IDX 20, but in Domoticz 20, 21 and 22....
Vader, how should i set domoticz to read pm1.0, pm2.5, pm10? Currently shows only pm1.0 on idx20.
by bogas
20 Jan 2018, 22:14
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

The problem could be the IDX from Domoticz. In ESPeasy you have only IDX 20, but in Domoticz 20, 21 and 22.... for pms it is impossible to set more idx than one. That's why I'm trying to make a rule for the wiki. I tried to enable the second and third tasks with separate idx, but I can not. https:/...
by bogas
20 Jan 2018, 20:27
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

PMS seems to be working, that's not what I meant.
The problem is probably in esp and domoticz communication.
Yes, I have set up sending data to domoticz.
If I select idx in esp, it sends data from the first indication, i.e. from pm1.0.

https://ibb.co/fp0ZMw
by bogas
20 Jan 2018, 19:45
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

vader wrote: 20 Jan 2018, 18:41 Ok, so we know that the syntax of the command is right. Let's have a look at your device config. Can you post a screenshot (ESP easy)?
Of course.
https://ibb.co/gutRZG

https://ibb.co/cH4B1w

I have 18 sensors from which send data, including gp2y10 and they work.
Something is wrong with pms5003.
by bogas
20 Jan 2018, 18:35
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

What makes Domoticz if you send it direct with the browser? _http://192.168.0.4:8080/json.htm?type=command&param=udevice&idx=22&nvalue=0&svalue=12.3 Does the value change to 12.3? { "status" : "OK", "title" : "Update Device" } Yes: 22 PMS5003 ...
by bogas
20 Jan 2018, 17:29
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

On PMSx003#pm1.0 do SendToHTTP 192.168.0.4,8080,/json.htm?type=command&param=udevice&idx=20&nvalue=0&svalue=[PMSx003#pm1.0] endon On PMSx003#pm2.5 do SendToHTTP 192.168.0.4,8080,/json.htm?type=command&param=udevice&idx=21&nvalue=0&svalue=[PMSx003#pm2.5] endon On PMSx0...
by bogas
20 Jan 2018, 17:13
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

That was only an example. In your code, try change this : SendToHTTP 192.168.0.4,8080,/json.htm? type=command&param=udevice &idx=20&nvalue=0&svalue=[PMS5003#pm1.0] To this : SendToHTTP 192.168.0.4,8080,/json.htm? type=param=udevice&command &idx=20&nvalue=0&svalue=[PM...
by bogas
20 Jan 2018, 16:23
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

vader wrote: 20 Jan 2018, 16:19 What is this after command?
commandm=udev

Hope it is like this and is just a cut'n'paste problem:
command&param
Yes, it should be &.
by bogas
20 Jan 2018, 16:23
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules#Custom_reports_to_Domoticz_with_own_IDX Many users have reported problems with commands being truncated, particularly when trying to send commands to domoticz. It seems to be a parsing error. There is the following workaround SendToHTTP 19...
by bogas
20 Jan 2018, 15:53
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Re: Own idx, rules and domoticz

What does the log say? Log 404611 : ACT : SendToHTTP 192.168.0.4,8080,/json.htm?type=command¶m=udevice&idx=20&nvalue=0&svalue=36 405634 : Timeout while reading input data! 405731 : EVENT: PMS5003#pm2.5=64.00 405745 : ACT : SendToHTTP 192.168.0.4,8080,/json.htm?type=command¶m=udevice&...
by bogas
20 Jan 2018, 11:27
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 47408

Own idx, rules and domoticz

Hi. I'm trying add PMS5003 to domoticz. It has one idx so i should add idx's to rules, but it doesn't work. Domoticz ip: 192.168.0.4, port 8080 idx for pm1.0 : 20 idx for pm2.5 : 21 idx for pm10 : 22 Rules: on PMS5003#pm1.0 do SendToHTTP 192.168.0.4,8080,/json.htm?type=command&param=udevice&...