Search found 8 matches

by anthropo
28 May 2020, 21:21
Forum: ESP Easy: General Discussion
Topic: Read data from domoticz
Replies: 3
Views: 6206

Read data from domoticz

Hello,

Sorry but i didn't find the way to read data from domoticz. I need to get two temperature sensors that have an idx.
It is reachable by http://mydomoticzip/json.htm?type=comma ... value=TEMP

Thank you
by anthropo
24 Oct 2019, 14:00
Forum: ESP Easy: General Discussion
Topic: If statement
Replies: 9
Views: 9135

Re: If statement

So simple ? i spent hours on this.

THANK YOU
by anthropo
24 Oct 2019, 10:48
Forum: ESP Easy: General Discussion
Topic: If statement
Replies: 9
Views: 9135

Re: If statement

On the emitting unit if i set a rule : on Capteur#Temperature do if [Capteur#Temperature] > 23 do // On éteint, trop chaud gpio,13,1 else // On allume, trop froid gpio,13,0 endif endon it works, and i see it in the logs. BUT the same rule on the receiving unit doesn't work. Capteur#Temperature is al...
by anthropo
24 Oct 2019, 10:40
Forum: ESP Easy: General Discussion
Topic: If statement
Replies: 9
Views: 9135

Re: If statement

On the 'emitting' unit :
by anthropo
24 Oct 2019, 10:37
Forum: ESP Easy: General Discussion
Topic: If statement
Replies: 9
Views: 9135

Re: If statement

yes. And as i said i see the temperature and it is updated every 30s as i asked. But i cant get the value in rules
by anthropo
24 Oct 2019, 09:52
Forum: ESP Easy: General Discussion
Topic: If statement
Replies: 9
Views: 9135

Re: If statement

I tried at the beginning. But it doesn't work. In fact it is Capteur#Temperature that is in fault. I read it from another unit, and it gets no value . If for example i do a taskValueSet with Capteur#Temperature, in the log there is a blank behind TaskValueSet 12,1, I have no idea how to get Capteur#...
by anthropo
23 Oct 2019, 22:56
Forum: ESP Easy: General Discussion
Topic: If statement
Replies: 9
Views: 9135

Re: If statement

One detail : i'm using global sync. Capteur#Temperature is on another Unit. Do i have do prefix if ? How ?

Thank you
by anthropo
23 Oct 2019, 21:55
Forum: ESP Easy: General Discussion
Topic: If statement
Replies: 9
Views: 9135

If statement

Hello, sorry but it's minutes i can't get a solution. My if always goes to // On allume, trop froid even when EVENT: Consignes#Jour=23.00 EVENT: Consignes#Nuit=17.00 EVENT: Consignes#Hysteresis=1.00 EVENT: Consignes#Actuelle=23.00 EVENT: Capteur#Temperature=26.00 on Capteur#Temperature do if [Capteu...