-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blynk Legacy closed to new users, cannot compile without Blynk #22
Comments
It is. This is an older project and I'm not actively making edits. I made
it a point to remove Blynk entirely in version 4 of the project. If I
recall properly, there basic WiFi connect components that were used in the
Blynk library and replacing with a normal WiFi library would be the best
course of action.
…On Sun, Aug 18, 2024 at 5:33 AM rtho782 ***@***.***> wrote:
I don't want to use Blynk at all, ideally I'd just use MQTT. I can't sign
up for Blynk legacy, only 2.0 which is not compatible anyway.
However, the project won't compile without Blynk credentials even when
blynk is not enabled in secrets.h.
I've even commented out blynksimpleesp32.h in the includes, but this then
causes loads of further errors.
Is it possible to remove Blynk entirely?
—
Reply to this email directly, view it on GitHub
<#22>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEO4UZ4VJHJ3GCF5BKFT6LZSCBBLAVCNFSM6AAAAABMWJABCKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TCOJSGM4TSNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I have a version of this code with Blynk removed. I’ll fork and post it shortly. |
That would be massively appreciated :) |
I also would appreciate it :) |
I forgot it was already in my repo. You can find it here. Works with the latest Blynk API. https://github.com/farzadb/weather |
@rtho782 @Jimcam65 Hi guys, I have now completed a slimmed-down version without Blynk and Thingspeak. But with MQTT and local network LAMP stack data storage. It is not yet tested and unfortunately not yet in Git. If there is interest, I will make this version available on my Github account in the coming days. |
Yeah, that would be good! I have my station somewhat working via thingspeak without blynk, but it isn't fully local and if the WiFi disconnects I have to climb on the roof to power cycle it to get it to work again!! :D
…________________________________
From: Maja Aurora Pieper ***@***.***>
Sent: Tuesday, September 24, 2024 7:59:29 am
To: jhughes1010/weather ***@***.***>
Cc: rtho782 ***@***.***>; Author ***@***.***>
Subject: Re: [jhughes1010/weather] Blynk Legacy closed to new users, cannot compile without Blynk (Issue #22)
Hi guys,
is the desire for a version of James' sketch without Blynk and Thingspeak still valid?
I have now completed a slimmed-down version without Blynk and Thingspeak. But with MQTT and local network LAMPP stack data storage. It is not yet tested and unfortunately not yet in Git.
If there is interest, I will make this version available on my Github account in the coming days.
—
Reply to this email directly, view it on GitHub<#22 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGC7FA7PNOHXEXVS6RHIXTDZYEEU5AVCNFSM6AAAAABMWJABCKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZQGM2TIMJTGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi @rtho782 for testing purposes, I uploaded the customized sketch to Git in a separate develop branch. However, it is still untested and certainly needs further adjustments. Sketch was compiled with esp32 library v.3.0.5 and also needed a first customization regarding the WDT. Please consider it only as a preliminary blueprint and not seriously as a fully executable release version. I will possibly implement further adjustments next weekend. Suggestions and corrections are very welcome. I have also added some administration files for a local network LAMP stack in the |
Sweet , greatly appreciated been struggling along each time one of my versions goes down,
Always a great help thank you.
Jim
…________________________________
From: Maja Aurora Pieper ***@***.***>
Sent: Tuesday, September 24, 2024 2:33 PM
To: jhughes1010/weather ***@***.***>
Cc: Jimcam65 ***@***.***>; Mention ***@***.***>
Subject: Re: [jhughes1010/weather] Blynk Legacy closed to new users, cannot compile without Blynk (Issue #22)
Hi @rtho782<https://github.com/rtho782> for testing purposes, I uploaded the customized sketch to Git in a separate develop branch<https://github.com/coderpussy/weather/tree/develop>. However, it is still untested and certainly needs further adjustments.
Please consider it only as a preliminary blueprint and not seriously as a fully executable release version. I will possibly implement further adjustments next weekend. Suggestions and corrections are very welcome.
I have also added some administration files for a local network LAMPP stack in the admin folder from my v.2.0<https://github.com/coderpussy/SolarTherm-WIFI-Local-Admin> of Debasish's original project<https://www.instructables.com/Solar-Powered-WiFi-Weather-Station-V20/>. However, these are at best a basic idea and also need to be expanded and/or improved.
—
Reply to this email directly, view it on GitHub<#22 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFRLPGOEINUMIX6S3OWMAETZYG5ALAVCNFSM6AAAAABMWJABCKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZSGIYDGMZYGU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I just updated my repository and fixed a WDT issue, some code structure cosmetics and additonally i added a switch to let the sketch running on both esp32 board library version 2.0.x -> 3.0.x |
@rtho782 @Jimcam65 Hi guys, i added a OTA firmware update functionality based on http request to my sketch. Currently it does not have a real version check, but a md5 file comparison. For future dev. the functionality itself should be more bulletproof. In worst case the binary could corrupt during transmission and afterwards the esp could brick or crash or whatever. A first upload to the filesystem should be better. It is working fine in my environment. And as long i don't brick a esp device with this, who cares... 😁 |
Excellent.... I will give this a shot; I think I'm close to getting this to run with your code. |
I don't want to use Blynk at all, ideally I'd just use MQTT. I can't sign up for Blynk legacy, only 2.0 which is not compatible anyway.
However, the project won't compile without Blynk credentials even when blynk is not enabled in secrets.h.
I've even commented out blynksimpleesp32.h in the includes, but this then causes loads of further errors.
Is it possible to remove Blynk entirely?
The text was updated successfully, but these errors were encountered: