Skip to content
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 support #1230

Open
wants to merge 36 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8676877
initial commit for blynk support. It supports connection to blynk ser…
Sep 21, 2018
de82bd4
ralay and magnitudes support
Sep 25, 2018
bf41744
added new hardware 'tuya-tywe3s-zx2820' and finalized blynk support
Sep 26, 2018
4f1e491
reset thingspeak support flag to default
Sep 28, 2018
a8a6a8a
bring not mergable files back to e7845ac83dfa86164116e5fa8d67f2c82914…
Oct 2, 2018
ed2f5fb
changed type for relayID in BLYNK_WRITE_DEFAULT to signed char, now v…
Oct 3, 2018
af53669
Merge branch 'dev' into dev
thaeger71 Oct 3, 2018
f7e3043
Update README.md
xoseperez Oct 4, 2018
20a884c
corrected misformatted lines in index.html
Oct 10, 2018
bc65472
Merge pull request #1 from xoseperez/dev
thaeger71 Oct 15, 2018
05425a6
removed tuya_zx2820 wifi plug hardware and changed BLYNK_SUPPORT to d…
Oct 17, 2018
cef4f56
blynk: conditionals for defines
mcspr Nov 18, 2018
d185f77
blynk: reword vpins description in webui
mcspr Nov 18, 2018
f255703
blynk: clean-up
mcspr Nov 19, 2018
5923298
add to travis
mcspr Nov 19, 2018
97d8b4b
blynk in pio lib_deps
mcspr Nov 19, 2018
02d4521
blnkToken
mcspr Nov 19, 2018
cbfeb44
add missing default param
mcspr Nov 19, 2018
9f3f7cd
fixup! add missing default param
mcspr Nov 19, 2018
31426d8
move connection management to class
mcspr Nov 19, 2018
64774e8
lower connection timeout
mcspr Nov 19, 2018
65e13f1
formatting, size
mcspr Nov 19, 2018
9aff49c
check string length
mcspr Nov 19, 2018
c53e842
removed erroneous backoff logging
mcspr Nov 19, 2018
743baa4
use blnkRelayVPin in web
mcspr Nov 19, 2018
552f244
Merge pull request #2 from mcspr/blynk-cleanup
thaeger71 Nov 19, 2018
5201d9e
shorter relay key
mcspr Nov 21, 2018
78d0470
Support BearSSL::WiFiSecureClient and cert pinning
mcspr Nov 21, 2018
9a3300d
fixup! Support BearSSL::WiFiSecureClient and cert pinning
mcspr Nov 21, 2018
bcb047e
crlf -> lf
mcspr Nov 21, 2018
8b85012
adaptation notice
mcspr Nov 21, 2018
7d023b4
spaces
mcspr Nov 21, 2018
1b23194
correct template spec
mcspr Nov 21, 2018
d98f7ae
support core 2.4.2
mcspr Nov 22, 2018
89e5f4c
re-type relay/sensor range functions to 8bit
mcspr Nov 22, 2018
0949414
proper validation, size notice update
mcspr Nov 22, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari
* Integration via MQTT Discover or copy-pasting configuration code
* [**InfluxDB**](https://www.influxdata.com/) integration via HTTP API
* [**Thingspeak**](https://thingspeak.com/) integration via HTTP API (HTTPS available for custom builds)
* [**Blynk**](https://www.blynk.cc/) integration via native Blynk API.
* **Sonoff RF Bridge** support
* Multiple virtual switches (tested with up to 16)
* MQTT-to-RF two-way bridge (no need to learn codes)
Expand Down
Loading