Search found 8 matches
- 01 May 2020, 21:50
- Forum: ESP Easy: Software
- Topic: new Plugin not avaliable
- Replies: 8
- Views: 8993
Re: new Plugin not avaliable
I'm using atom with platformio. right now i'm using actual source with platformio.ini from github with some changes... playing right now with partiotions so that i have add a new csv with following values: esp32_partition_no_OTA.csv # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, ...
- 01 May 2020, 18:47
- Forum: ESP Easy: Software
- Topic: new Plugin not avaliable
- Replies: 8
- Views: 8993
Re: new Plugin not avaliable
thought so but after deactivated all testing plugins there where no changes also if i cleanded and rebuild firmware.
do not know what i'm doing wrong.
do not know what i'm doing wrong.
- 30 Apr 2020, 21:44
- Forum: ESP Easy: Software
- Topic: new Plugin not avaliable
- Replies: 8
- Views: 8993
Re: new Plugin not avaliable
I think it should be added in define_plugin_sets.h, in the section that starts with #ifdef PLUGIN_SET_TESTING, but that's assuming that you have chosen a testing build in your platformio.ini (I'm using this one: default_envs = test_beta_ESP8266_4M1M for ESP8266 and test_ESP32_4M316k for ESP32) It i...
- 30 Apr 2020, 20:22
- Forum: ESP Easy: Software
- Topic: new Plugin not avaliable
- Replies: 8
- Views: 8993
Re: new Plugin not avaliable
missed it. didn't know that. i have read https://www.letscontrolit.com/wiki/inde ... platformioAth wrote: ↑30 Apr 2020, 19:59 Have you addedin your configuration somewhere?Code: Select all
#define USES_P103
which config or where should it be added?!
thx
- 30 Apr 2020, 19:11
- Forum: ESP Easy: Software
- Topic: new Plugin not avaliable
- Replies: 8
- Views: 8993
new Plugin not avaliable
hi,
i tried to add _P103_BLEMijia.ino to actual source.
build and upload was succeful (test_ESP32_4M316K) but device is not avalible.
what am i doing wrong.
this is the plugin https://github.com/enesbcs/ESPEasyRetro ... EMijia.ino .
thx
mod25
i tried to add _P103_BLEMijia.ino to actual source.
build and upload was succeful (test_ESP32_4M316K) but device is not avalible.
what am i doing wrong.
this is the plugin https://github.com/enesbcs/ESPEasyRetro ... EMijia.ino .
thx
mod25
- 07 Jun 2017, 20:07
- Forum: ESP Easy: Projects / Applications
- Topic: ESPEasy to control air conditioners / heat pumps
- Replies: 163
- Views: 350632
Re: ESPEasy to control air conditioners / heat pumps
hi, i have found out that my remote will work with panasonic ckp (used rawirdecode mode2) which showed me correct results. Select model to decode (this affects the IR signal timings detection): * '1' for Panasonic DKE>, Mitsubishi Electric, Fujitsu etc. codes * '2' for Panasonic CKP, Midea etc. code...
- 02 Jun 2017, 12:51
- Forum: ESP Easy: Projects / Applications
- Topic: ESPEasy to control air conditioners / heat pumps
- Replies: 163
- Views: 350632
Re: ESPEasy to control air conditioners / heat pumps
sorry i have no arduino or can i use my nodemcu for scan?
mod25
mod25
- 02 Jun 2017, 12:10
- Forum: ESP Easy: Projects / Applications
- Topic: ESPEasy to control air conditioners / heat pumps
- Replies: 163
- Views: 350632
Re: ESPEasy to control air conditioners / heat pumps
Hi ToniA, great work. I have setup my Pi3 with lirc to caputre raw send from my panasonic A75C376 Remote like described http://www.instructables.com/id/Reverse-engineering-of-an-Air-Conditioning-control/. Now i don't know howto decode i wan't to send my reccords you. maybe you can help me to decode ...