Search found 46 matches

by soif
04 Jan 2024, 19:24
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

Many thanks for the explanation. 8-) So for the moment I'm gonna parse the version found in the /dist/Release_notes.txt. Another question. At this time, for "2 steps" OTA upgrades, I'm using a (now old) minimal Espeasy firmare that i've compiled myself by gathering your old source code. I'...
by soif
04 Jan 2024, 11:15
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

BTW while you are around.. To extract the current EspEasy version (when compiling custom firmares), i used to parse: /src/src/CustomBuild/ESPEasy_buildinfo.h for the defined "BUILD". But this symbol is no longer present... :roll: Would you please advice where can I find the current EspEasy...
by soif
30 Dec 2023, 15:26
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

Sounds like you answer to request, b4 I even post them :mrgreen: :mrgreen: :mrgreen:

When will it be released?
so that i can test it in esbuddy, and thus allow to create "assets_groups" ( list of favorites assets to be downloaded).
by soif
30 Dec 2023, 14:01
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

Latest d2.40b2 develop version now allows to quickly download latest assets, auto unzip it, sort it, etc... ie: soif@electrokintosh ~ % espbuddy factory download espeasy latest all * Fetching releases information from Github ... * Selected ESPeasy mega-20231225 (latest) "mega-20231225" , r...
by soif
26 Dec 2023, 02:17
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

Just a quick note to tell you that I've just released EspBuddy v2.30. https://github.com/soif/EspBuddy Some new features: - Remotely get the device's Status as text report (or json) - send a command or a commands list to a device - fully browsable built-in web server (useful ie for Tasmota updates) ...
by soif
17 Dec 2019, 09:06
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

thank you.

and please star it on Github if you find it useful 8-)
by soif
16 Dec 2019, 17:38
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

I've just released EspBuddy version v2.00 !! New: the 'sonodiy' command allows to discover /control /flash any Sonoff DIY type devices (Basic R3,RFR3 and Mini) from the factory firmware, over the air, without struggling with the very bugged Itead app. the 'self' command implements an easy way to upd...
by soif
07 Apr 2018, 19:04
Forum: ESP Easy: Software
Topic: Munin monitoring plugin for ESPEasy
Replies: 2
Views: 3227

Re: Munin monitoring plugin for ESPEasy

You're welceome

thanks 8-)
by soif
07 Apr 2018, 16:10
Forum: ESP Easy: Software
Topic: Munin monitoring plugin for ESPEasy
Replies: 2
Views: 3227

Munin monitoring plugin for ESPEasy

For developers or users willing to monitor their Devices, i've just released a Munin virtual node plugin for monitoring ESP devices ... PR are welcome ;) Here is a screenshot: https://user-images.githubusercontent.com/101618/38302920-afcb74e4-3804-11e8-959b-38716968d273.png BTW Our beloved @grokvill...
by soif
07 Apr 2018, 15:55
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

latest master version v1.82 allows you :
- to choose an aternate firmware to upload with --firm
- hide all those uggly php warnings

HTH
by soif
05 Apr 2018, 15:38
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

soif wrote: 05 Apr 2018, 15:32 1) I did not know that there was that much php notices (my php.ini defaults to not show this)... I will fix that.
Fixed if you clone the latest version from the develop branch at https://github.com/soif/EspBuddy/tree/develop .
by soif
05 Apr 2018, 15:32
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

Hi Sorry for being so late, I did not got a notice. (Would you please rather start an issue on my github repo). 1) I did not know that there was that much php notices (my php.ini defaults to not show this)... I will fix that. in the mean time you can just add : error_reporting(E_ERROR | E_WARNING | ...
by soif
30 Mar 2018, 19:16
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

Not automatically, but HSV value are saved in the corresponding variables, so a simple rule, could do the job easily.
by soif
11 Mar 2018, 21:53
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

TD-er wrote: 10 Mar 2018, 18:52 Beter use the name given to the task.
That's already the convention for addressing the sensor values (e.g. [bedroom#temp] )
Not sure to cleary understand what you mean :?:
(there are more commands than task values in this case)
by soif
11 Mar 2018, 21:51
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

I do believe each plugin should make his own specific command clearly understandable... In this case "ON" or "OFF" are not clear to which plugin they are sent to and other developpers can easily use the same for complete different purpouses. I absolutely agree with you, but with...
by soif
11 Mar 2018, 21:47
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

r_255 wrote: 10 Mar 2018, 17:28 Something like http://192.168.1.109/control?cmd1=Mode,4,400
It doesn't sounds that bad... 8-)
by soif
11 Mar 2018, 21:45
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

More than happy to supply you with rgbw stipe/2812b so you get a little bit more back than a feed ( no obligations ), or we wait till the esp64 gets released.... ;) At first I just don't clearly understand why such rgbW or (even rgbWW strip exists ? Is this just to have deeper whites (cold or warm?...
by soif
10 Mar 2018, 11:44
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

Hi Robin, thanks for the feedback So it does compile fine on the arduino ide 1.8.5 as long you use the 2.0 version of espeasy Happy to learn it... 8-) :roll: RGB works nice sofar, only got a issue(?) with setting the white light as in RGBW(W) As stated in the plugin comments, W(W) channels (while th...
by soif
10 Mar 2018, 11:15
Forum: ESP Easy: Hardware
Topic: Any definitive wiring guide for an ESP-01 1M ?
Replies: 17
Views: 20033

Re: Any definitive wiring guide for an ESP-01 1M ?

BTW while searching for other esp related things, I found on this , which seems a reliable source: http://arduino-esp8266.readthedocs.io/en/latest/boards.html#minimal Minimal boot (for ESP12): http://arduino-esp8266.readthedocs.io/en/latest/_images/ESP_min.png CH_PD + GPIO0 confirmed to be pull-up +...
by soif
05 Mar 2018, 09:28
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 51757

Re: ESP-32 plans for ESPEasy (?)

Happy to see that the ESP32 dev is strongly on its way : Thanks for that 8-) My plan was also to add support for writing all stored structs to JSON and read them again from JSON. That will make it possible to add more of a REST interface which will make the project more scalable to use. And also upg...
by soif
05 Mar 2018, 09:17
Forum: ESP Easy: Software
Topic: [Feature] Spliting Hardware + Common settings from the config file
Replies: 2
Views: 2879

[Feature] Spliting Hardware + Common settings from the config file

Following @TD-er saying (from there ) My plan was also to add support for writing all stored structs to JSON and read them again from JSON. I suggest to consider splitting the device configuration + hardware config from the whole config file, I mean: - There are a few settings that need to be differ...
by soif
05 Mar 2018, 08:38
Forum: ESP Easy: Hardware
Topic: Any definitive wiring guide for an ESP-01 1M ?
Replies: 17
Views: 20033

Re: Any definitive wiring guide for an ESP-01 1M ?

Ok thanks for your experienced opinion. 8-)

so I will certainly end up ONLY wiring CH_PD to VCC + GPIO-0 10k pullup, if nobody else disapprove. :?:

Any advice on the capacitor?
Is my 10uF tantalum one a good choice?
just in case (because I have no oscilloscope to check the power supply).
by soif
05 Mar 2018, 08:30
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

You're welcome 8-)

As I would like to submit it as a testing plugin to the EspEasy main repo, I would be happy to get some feedback of people having success or bugs.
by soif
05 Mar 2018, 07:52
Forum: ESP Easy: Hardware
Topic: Any definitive wiring guide for an ESP-01 1M ?
Replies: 17
Views: 20033

Re: Any definitive wiring guide for an ESP-01 1M ?

Sure letting GPIO2 flloat will certainly not heart the ESP, but will it be reliable in the long term?
I prefer rather spending time at start, than repairing stuff later.
If it ain't broke, Don't fix it
This has ALWAYS been by own motto ! 8-)
by soif
05 Mar 2018, 06:21
Forum: ESP Easy: Hardware
Topic: Any definitive wiring guide for an ESP-01 1M ?
Replies: 17
Views: 20033

Re: Any definitive wiring guide for an ESP-01 1M ?

Thank you very much for your answer. It's starting to be understandable I don't need the RST features, so I will let it float. GPIO0 is needed (and I use it as the relay command) so I will keep the Pull-Up, and keep the CH_PD wired to VCC as you confirm it works fine without a resistor. Biu what abo...
by soif
05 Mar 2018, 06:13
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

Fastled related warning from the compiler are normal, and can be ignored. Sketch uses 632201 bytes (65%) of program storage space. Maximum is 958448 bytes. Sounds like it has finally compiled fine. BTW OTA on 1Mb board need to be done in 2 steps, with an intermediate firmware. see the wiki about tha...
by soif
04 Mar 2018, 22:13
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1178600

Re: Connecting a TM1637 4-Digit Display

BTW can someone owning one of the "OLD" displays can CONFIRM
that it still works with my latest (merged) PR ? 8-)
by soif
04 Mar 2018, 21:56
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1178600

Re: Connecting a TM1637 4-Digit Display

thanks for your GREAT work ! I'm sure that you will clear this better for all of us ASAP ! cheers 8-)

BTW my display has NO colon, but just dots (x4)
by soif
03 Mar 2018, 17:13
Forum: ESP Easy: Hardware
Topic: Any definitive wiring guide for an ESP-01 1M ?
Replies: 17
Views: 20033

Re: Any definitive wiring guide for an ESP-01 1M ?

this link shows the wiring for FLASHING, not for nomal operation (boot from flash) :roll:
by soif
03 Mar 2018, 13:06
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

I've just release v1.74. It should be really mature from now on, with the following new features : - all x (3 by default) past firmares are archived within each host folder - you can easily revert to the previous firmware version - all settings (while keeping previous settings) are backuped in her o...
by soif
03 Mar 2018, 12:47
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

I think Platform I/o looks very confusing. I totally agree with you, but this is just a matter of having spent a few hours to be used with it. A plugin should also work under Arduino. Yes in an ideal and wonderful world: - war should not exist, - and I should be PAID to write code and provide suppo...
by soif
03 Mar 2018, 12:37
Forum: ESP Easy: Hardware
Topic: Any definitive wiring guide for an ESP-01 1M ?
Replies: 17
Views: 20033

Re: Any definitive wiring guide for an ESP-01 1M ?

Thanks for the reply. 8-) I just realize that my question was maybe not clear enough : What are the minimal requirements for normal boot operation ? For flash, I have a usb programmer that do the job just fine. But for normal operations, I had to wire (not properly pull-up) CH_PD to vcc and also pul...
by soif
03 Mar 2018, 09:05
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

I will try platform i/o again, some how for an old timer the arduino ide feels so familiar. There are a little bit efforts to spend to learn Platform I/O : When starting, it looks like a 747 cockpit, but once used to it you will soon definitively forget the Arduino IDE :mrgreen: Platform I/o allows...
by soif
03 Mar 2018, 08:48
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

Again I did not tested with Arduino IDE, but what you are describing looks like the FastLed library is not included !
by soif
03 Mar 2018, 08:30
Forum: ESP Easy: Hardware
Topic: Any definitive wiring guide for an ESP-01 1M ?
Replies: 17
Views: 20033

Re: Any definitive wiring guide for an ESP-01 1M ?

Any hardware guy to help me? :P
by soif
03 Mar 2018, 08:27
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1178600

Re: Connecting a TM1637 4-Digit Display

I have made a PR here: https://github.com/letscontrolit/ESPEasy/pull/996 This PR fixes the No Display (+ also hangs, crash, etc...) issue for a recent (RobotDyn in my case) 4seg display, using a NodeMcu v2. You can test it by compiling my branch fixTM1637 Please reports IN THE PULL REQUEST ONLY : - ...
by soif
01 Mar 2018, 23:37
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

I developed it using the v2.0 dev branch

BTW built it using platform IO . I didn't tested compilation with Arduino Ide, which often it a bit messy when building.
by soif
01 Mar 2018, 15:52
Forum: ESP Easy: Hardware
Topic: Any definitive wiring guide for an ESP-01 1M ?
Replies: 17
Views: 20033

Any definitive wiring guide for an ESP-01 1M ?

I have some ESP-01 lying there and i would like to use them in this cheap chinese relay I've googled a lot to find a definitive wiring guide of the esp01 (not the 01s one) module for normal boot operations , and I can't find any good reference, just blog posts or forums discussions. The best I've se...
by soif
01 Mar 2018, 15:11
Forum: ESP Easy: Hardware
Topic: No connection ESP01 and Relay
Replies: 51
Views: 46275

Re: No connection ESP01 and Relay

BTW the shematic of this relay baby is there:
https://github.com/IOT-MCU/ESP-01S-Rela ... ematic.pdf

as well as some others documents (look like the manufacturer repo)

HTH
by soif
27 Feb 2018, 04:26
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

Re: P141 RGB Strip Plugin

[reservered for Version History]
by soif
27 Feb 2018, 04:25
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 67356

P141 RGB Strip Plugin

I've just released a new ESPEasy RGB Strip Plugin including RGB+HSV commands and animation modes . It uses the excellent FastLed library, that provide smooth dimming, HSV colors and pave the way to support pixel type led strips. Features : - Controls basic RGB Led Strips - [TODO] Controls basic RGBW...
by soif
25 Feb 2018, 15:15
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

Just posted a link in issue #928 as well as in original #303 one
by soif
23 Feb 2018, 14:12
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

Re: EspBuddy : Batch Upload, backup, query, etc...

BTW to allow the "2 step upload" for 1M firmware in one single command, I had to implement the OTA feature in the ESPEasyUploaderMega.ino that i've found somewhere on the site. As I did not found any Github repo for it, I have patched it here . May I suggest the Maintainer team to copy it,...
by soif
20 Feb 2018, 20:11
Forum: ESP Easy: Software
Topic: EspBuddy : Batch Upload, backup, query, etc...
Replies: 24
Views: 479918

EspBuddy : Batch Upload, backup, query, etc...

- Tired of typing very long commands to upload your custom firmwares? - Bored to manually upload your firmwares in two steps for 1MB devices? - Want to batch upload new firmwares to all your devices via OTA or backup all settings in one command? EspBuddy allows you to easily upload firmwares to remo...
by soif
20 Feb 2018, 19:20
Forum: Introduce yourself
Topic: Dev Contributor
Replies: 0
Views: 2394

Dev Contributor

Hi I'm liking and using the great ESPEasy firmware. While my C skills are really limited, I've done my best to try to improve ESPEasy : https://github.com/letscontrolit/ESPEasy/commits?author=soif Hope you'll enjoy my humble work Many thanks to the original authors of this amazing project 8-) best r...