Search found 9 matches

by Simba
25 Nov 2022, 09:49
Forum: ESP Easy: General Discussion
Topic: Mqtt adafruit.io
Replies: 9
Views: 1813

Re: Mqtt adafruit.io

@TD-er,
Thanks you for your help.
I resolved the problème with the plugin Mqtt Import
Have a good day.
by Simba
24 Nov 2022, 12:48
Forum: ESP Easy: General Discussion
Topic: Mqtt adafruit.io
Replies: 9
Views: 1813

Re: Mqtt adafruit.io

configuration of my openhab mqtt: Controller Subscribe: Username/feeds/# Controller Publish: Username/feeds/%sysname%_%valname% On adafruit i do not configure anythink I changed Controller Subscribe with Username/feeds/cmd/# But I lost the connection with adafruit and at the moment I can't find it
by Simba
22 Nov 2022, 19:18
Forum: ESP Easy: General Discussion
Topic: Mqtt adafruit.io
Replies: 9
Views: 1813

Re: Mqtt adafruit.io

Thank you for your reply.
I looked but I did not find how to change the sending of the adafruit
by Simba
22 Nov 2022, 13:29
Forum: ESP Easy: General Discussion
Topic: Mqtt adafruit.io
Replies: 9
Views: 1813

Mqtt adafruit.io

Hello, In adafriit.io i have a toogle button and when i active it i receive this in log: Command: feeds 1341366564: Command unknown: feeds,2357554,1 Or Command: feeds 1341366564: Command unknown: feeds,2357554,0 how can i make a rule to change gpio? Example that doesn't work On feeds do If %eventval...
by Simba
08 Feb 2021, 12:07
Forum: ESP Easy: Hardware
Topic: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight
Replies: 76
Views: 35835

Re: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight

I have no problem with my formula, it works well with Release mega-20210114_ESP8266_4M1M. Let,6,(2*acos(1-([var#5]/([var#1]/2)))) // Angle Let,7,round(((0.5*([var#1]/2)^2)*([var#6]-sin([var#6]))*[var#2])/1000) //Volume I also noticed an error in the help ! Radian Angle: sin(x) Sine of x (radian) cos...
by Simba
08 Feb 2021, 09:47
Forum: ESP Easy: Hardware
Topic: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight
Replies: 76
Views: 35835

Re: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight

I tested this version and the VL53L0X works but there are no arithmetic functions.

734468: ACT : Let,6,(2*acos(1-(24.2/(96/2))))
1734470: Calculate: Unknown token.
by Simba
06 Feb 2021, 21:05
Forum: ESP Easy: Hardware
Topic: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight
Replies: 76
Views: 35835

Re: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight

Hello,
Thanks a lot for the file and the work done, I will test it next week.
Have a good evening
by Simba
05 Feb 2021, 15:34
Forum: ESP Easy: Hardware
Topic: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight
Replies: 76
Views: 35835

Re: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight

Hello,
Thanks Ath for your compilation, it works well with the VL53L0X.
Will you be able to do a compilation with the latest version (Release mega-20210114) for normal_ESP8266_4M1M, because I need the arithmetic function (acos) not available in your version.
thank you so much