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 adapter #681

Open
rei-vilo opened this issue Feb 26, 2018 · 2 comments
Open

Blynk adapter #681

rei-vilo opened this issue Feb 26, 2018 · 2 comments
Labels

Comments

@rei-vilo
Copy link

Blynk is a popular IoT service with apps for iOS and Android.

References:

@benfrancis
Copy link
Member

benfrancis commented Feb 27, 2018

As I understand it Blynk consists of:

  • Blynk app
  • Blynk server
  • Blynk libraries

The app calls a REST API on the server and the server talks to libraries on devices. This is arguably as much the web of things as what Mozilla is currently doing and follows the cloud or gateway integration pattern, we're just not following a common standard.

We could create an adapter for the Things Gateway which proxies Web Thing API requests from the gateway's web interface to a Blynk server, without using the app:

Browser -> gateway -> Blynk server -> Blynk library -> device

A better solution would be if we could work with Blynk to contribute to and support a W3C standard Web Thing API so that the Blynk HTTP RESTful API followed that standard.

That way the Blynk app could be used to directly control all Web of Things devices, gateways and cloud services and other Web of Things controllers (including our own proposed Things Browser app and Things Controller could directly control devices hosted by a Blynk server. No adapter necessary.

@rei-vilo
Copy link
Author

rei-vilo commented Feb 27, 2018

See Blynk adapter to Project Things by Mozilla? at the Blynk forum.

community_logo

@mrstegeman mrstegeman changed the title Feature Request: Add Blynk Adapter Blynk Adapter Mar 12, 2019
@mrstegeman mrstegeman changed the title Blynk Adapter Blynk adapter Mar 12, 2019
@mrstegeman mrstegeman reopened this Jan 29, 2020
@mrstegeman mrstegeman transferred this issue from WebThingsIO/gateway Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants