Search found 3 matches

by pege36
24 Jan 2023, 10:12
Forum: ESP Easy: Software
Topic: VL53L0X webrequest on certain values?
Replies: 4
Views: 990

Re: VL53L0X webrequest on certain values?

Sure, just a different value comparison: On Vl53l0x#Distance do If %eventvalue1% = 100 // Just right SendToHTTP,host,80,/url/to/send?value=%eventvalue1%&level=SpotOn Endif Endon The syntax isn't very hard, please read the fine documentation & examples for Rules , so you can extend/modify th...
by pege36
23 Jan 2023, 22:13
Forum: ESP Easy: Software
Topic: VL53L0X webrequest on certain values?
Replies: 4
Views: 990

Re: VL53L0X webrequest on certain values?

THANK YOU Ath, that worked like a charm!
Can I have a follow up question, is it possible to set a fixed value so the SendToHTTP is only triggered on for example the value 100?

//Per
by pege36
23 Jan 2023, 16:21
Forum: ESP Easy: Software
Topic: VL53L0X webrequest on certain values?
Replies: 4
Views: 990

VL53L0X webrequest on certain values?

Hi All

If I would like VL53L0X to send a webrequest on certain values I guess that should be done in Rules.
But how would a script like that be done?

It was no problems to get the VL53L0X up and running and Webrequest seems pretty easy, but Rules that's a another ballpark for me:)