PLUGIN USES_P075 Nextion

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
User avatar
ohaldi
Normal user
Posts: 61
Joined: 31 Jan 2020, 09:10
Location: Switzerland

PLUGIN USES_P075 Nextion

#1 Post by ohaldi » 09 Dec 2020, 20:55

Hello
I downloaded the ESPEasy_ESP82xx_mega-20201130.zip.
They are about 36 .bin files
I'm like to use the Nextion NX4024T032_011 Display. In with .bin version is the plugin included?
Regards
Otto

TD-er
Core team member
Posts: 8756
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: PLUGIN USES_P075 Nextion

#2 Post by TD-er » 09 Dec 2020, 21:34

See this list of plugins: https://espeasy.readthedocs.io/en/lates ... al-plugins
It is in the "testing" builds.

User avatar
ohaldi
Normal user
Posts: 61
Joined: 31 Jan 2020, 09:10
Location: Switzerland

Re: PLUGIN USES_P075 Nextion

#3 Post by ohaldi » 09 Dec 2020, 22:45

Many thanks for your quick answer.
If I understand correctly, testing is not included in the .bin!

In the meantime, I compiled the source of ESPEasy with Arduino. I have no errors. The .bin point is generated correctly.
I added two plugins in the define_plugin_sets.h file

#ifdef PLUGIN_SET_TESTING
#define USES_P075 // Nextion
#endif

#ifdef PLUGIN_SET_EXPERIMENTAL
#define USES_P119 // BME680
#endif

Afer the download to my ESP8266 is see in devices : Environnement - BM680 but nothing about Nextion!

TD-er
Core team member
Posts: 8756
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: PLUGIN USES_P075 Nextion

#4 Post by TD-er » 09 Dec 2020, 23:46

Just to be sure, the nightly builds are here:
https://github.com/letscontrolit/ESPEasy/releases

I just looked at the ZIP file: ESPEasy_ESP82xx_mega-20201130.zip
Inside the bin directory there are numerous builds with "test" in the name, like:

ESP_Easy_mega_20201130_test_ESP8266_4M1M_VCC.bin

I flashed that version to my breadboard and it shows the Nextion plugin in the device selector.

waspie
Normal user
Posts: 127
Joined: 09 Feb 2017, 19:35

Re: PLUGIN USES_P075 Nextion

#5 Post by waspie » 10 Dec 2020, 02:36

TD-er wrote: 09 Dec 2020, 23:46 Just to be sure, the nightly builds are here:
https://github.com/letscontrolit/ESPEasy/releases

I just looked at the ZIP file: ESPEasy_ESP82xx_mega-20201130.zip
Inside the bin directory there are numerous builds with "test" in the name, like:

ESP_Easy_mega_20201130_test_ESP8266_4M1M_VCC.bin

I flashed that version to my breadboard and it shows the Nextion plugin in the device selector.
this may be a stupid question but i'm going to ask it anyway.
would it be possible to set it up on github or wherever where you could select what plugins you want and have it spit out a compiled bin for you?
It's nothing I need, just a curious question considering posts like this above.

TD-er
Core team member
Posts: 8756
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: PLUGIN USES_P075 Nextion

#6 Post by TD-er » 10 Dec 2020, 10:30

That's exactly what I'm working on.
I already bought a build server and have it setup for building the testbuilds I make here, mainly for pull request test builds.
My plan is to indeed offer some build service where you can select a set of plugins.
If someone else already demanded the same set, you can immediately download it, or else you have to wait till it is built.

This PR also has to do with it: https://github.com/letscontrolit/ESPEasy/pull/3263
My idea is that you can then simply copy a short string describing the current build and thus create a new version of exactly what you already are running.
Later the ESP should be able to submit such a string and fetch a new build if available.

waspie
Normal user
Posts: 127
Joined: 09 Feb 2017, 19:35

Re: PLUGIN USES_P075 Nextion

#7 Post by waspie » 10 Dec 2020, 15:56

TD-er wrote: 10 Dec 2020, 10:30 That's exactly what I'm working on.
I already bought a build server and have it setup for building the testbuilds I make here, mainly for pull request test builds.
My plan is to indeed offer some build service where you can select a set of plugins.
If someone else already demanded the same set, you can immediately download it, or else you have to wait till it is built.

This PR also has to do with it: https://github.com/letscontrolit/ESPEasy/pull/3263
My idea is that you can then simply copy a short string describing the current build and thus create a new version of exactly what you already are running.
Later the ESP should be able to submit such a string and fetch a new build if available.
how awesome! thanks TD!

User avatar
ohaldi
Normal user
Posts: 61
Joined: 31 Jan 2020, 09:10
Location: Switzerland

Re: PLUGIN USES_P075 Nextion

#8 Post by ohaldi » 11 Dec 2020, 14:18

TD-er wrote: 09 Dec 2020, 23:46 Just to be sure, the nightly builds are here:
https://github.com/letscontrolit/ESPEasy/releases

I just looked at the ZIP file: ESPEasy_ESP82xx_mega-20201130.zip
Inside the bin directory there are numerous builds with "test" in the name, like:

ESP_Easy_mega_20201130_test_ESP8266_4M1M_VCC.bin

I flashed that version to my breadboard and it shows the Nextion plugin in the device selector.
Thanks a lot.
this ESP_Easy_mega_20201130_test_ESP8266_4M1M_VCC.bin is OK for the USES_P075 // Nextion.
But now I'm missing the plugin USES_P119 // BME680
Very strange that my compilation do not work!

TD-er
Core team member
Posts: 8756
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: PLUGIN USES_P075 Nextion

#9 Post by TD-er » 11 Dec 2020, 14:32

The BME680 will soon be included in the normal repository.
Maybe you can also test the linked test builds for the pending PR of that plugin?
https://github.com/letscontrolit/ESPEasy/pull/3386

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 38 guests