Search found 16 matches

by axelmilb
30 Nov 2019, 16:42
Forum: ESP Easy: General Discussion
Topic: Yeelight API Code on ESPeasy ?
Replies: 2
Views: 4701

Re: Yeelight API Code on ESPeasy ?

thank you for the fast answer
by axelmilb
30 Nov 2019, 15:15
Forum: ESP Easy: General Discussion
Topic: Yeelight API Code on ESPeasy ?
Replies: 2
Views: 4701

Yeelight API Code on ESPeasy ?

Hi
Is it possible to execute this code on the ESPeasy?
echo -ne '{ "id": 1, "method": "toggle", "params":[]} \r\n' | nc -w1 192.168.178.44 55443
The same thing happens on the Raspberry Pi and works
This is the API code that turns Yeelight on and off
by axelmilb
07 Nov 2018, 19:20
Forum: ESP Easy: General Discussion
Topic: thingspeak controller Probleme
Replies: 1
Views: 1874

thingspeak controller Probleme

I think there are still problems with the thingspeak controller. No matter if Blynnk or MQTT the values are always right at things peak which rounds up as he likes up or down. Also, I did not quite understand the new settings (Max Queue Depth) (Max Queues Action) and (Check Reply) For the other cont...
by axelmilb
14 Oct 2018, 11:30
Forum: ESP Easy: General Discussion
Topic: Communication - IR Transmit not there
Replies: 2
Views: 1998

Communication - IR Transmit not there

Is there a reason why this (Communication - IR Transmit) is no longer on board?
Miss it :cry:
by axelmilb
13 Oct 2018, 09:32
Forum: ESP Easy: General Discussion
Topic: ESP32
Replies: 27
Views: 21029

Re: ESP32

legalo wrote: 13 Oct 2018, 08:27 Hello, sorry for my English here is a modified and functional version.

Laurent.


https://mega.nz/#!SWhyDSgb!Mtepp4OXXsTy ... 0GtW278nxU
The file is not mine.
Have you given everything you need, just customize ComPort and firmware name in the 2 cmd files
by axelmilb
13 Oct 2018, 07:42
Forum: ESP Easy: General Discussion
Topic: ESP32
Replies: 27
Views: 21029

Re: ESP32

:shock: Yes
by axelmilb
12 Oct 2018, 20:13
Forum: ESP Easy: General Discussion
Topic: ESP32
Replies: 27
Views: 21029

Re: ESP32

How can i upload the bin in win 10? https://drive.google.com/file/d/1xfKL-bGkQB0-hHgV_zZaXyKndEDD6Dsx/view?usp=sharing esptool.exe --chip esp32 --port COM3 --baud 256000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x8000 partitions2...
by axelmilb
12 Oct 2018, 13:03
Forum: ESP Easy: General Discussion
Topic: ESP32
Replies: 27
Views: 21029

Re: ESP32

How can i upload the bin in win 10? https://mega.nz/#!u11UmYDa!x9ZI32Xm4xrUH48N6je4skve2-8oBeWU7uIHnU23TzE esptool.exe --chip esp32 --port COM3 --baud 256000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x8000 partitions2.bin 0xe000 ...
by axelmilb
12 Oct 2018, 10:56
Forum: ESP Easy: General Discussion
Topic: ESP32
Replies: 27
Views: 21029

Re: ESP32

zkmythesp wrote: 12 Oct 2018, 03:29 Just to complete the above discussion here is a partition bin file that can be used to flash the larger firmware.
Thx :D
by axelmilb
08 Oct 2018, 09:53
Forum: ESP Easy: General Discussion
Topic: mega-20181006 Controllers issues
Replies: 9
Views: 6113

Re: mega-20181006 Controllers issues

Maybe we should add another filter to this queue system to make sure the last value of a sensor is being kept. Maybe that's the solution. Have still made a test but without success. https://drive.google.com/file/d/1EP4Rk4jqRDmCY2Ysb19040oDgoFXZYox/view?usp=sharing https://drive.google.com/file/d/1G...
by axelmilb
07 Oct 2018, 18:18
Forum: ESP Easy: General Discussion
Topic: mega-20181006 Controllers issues
Replies: 9
Views: 6113

Re: mega-20181006 Controllers issues

Thanks for the answer will test this evening again, with a sensor it was not a problem but in the last test with a BMP280 and a DHT11 only the BMP280 data are transmitted.
by axelmilb
06 Oct 2018, 23:21
Forum: ESP Easy: General Discussion
Topic: Sonoff basic use RF and TX
Replies: 17
Views: 14945

Re: Sonoff basic use RF and TX

Disable serial port under Tools / advanced and reboot
You can not do both.
by axelmilb
06 Oct 2018, 19:36
Forum: ESP Easy: General Discussion
Topic: mega-20181006 Controllers issues
Replies: 9
Views: 6113

mega-20181006 Controllers issues

I'm a little confused about the new controller settings. Because with ThingSpeak nothing matters or only the values of a sensor. It's about the area that is new. Minimum Send Interval: 100[ms] Max Queue Depth: 10 Max Retries: 10 Full Queue Action: Ignore New or Delete Oldest Client Timeout: 100[ms] ...