Arduino Data API - ForoEletro.Net

Foro de electricidad, electrónica y DIY / HUM en español.

API MQTT de ForoElectro.Net

API para publicar un mensaje MQTT:

URL:

https://www.foroelectro.net/arduino/api/<ApiKey>/mqtt/publish

http://www.foroelectro.net/arduino/api/<ApiKey>/mqtt/publish

Parameters:

All parameters can be passed in any method (GET, POST, etc).

Return:

Modo texto:

Modo JSON:

{ }

API para revisar mensajes MQTT:

URL:

https://www.foroelectro.net/arduino/api/<ApiKey>/mqtt/get

http://www.foroelectro.net/arduino/api/<ApiKey>/mqtt/get

Parameters:

All parameters can be passed in any method (GET, POST, etc).

Return:

El formato de salida es siempre JSON:

{ }

Antes de usar la API MQTT:

First you have to create an Application. You will need 2 fields: Name and email. After this you get an ApiKey.

How to get an ApiKey?

Para crear tu ApiKey se requieren 2 campos: Nombre y email.

You can use API with your ApiKey or login in this site using also your email to view your data.

Yoiu can create as much applications as youn want with same email, each one will have its own ApiKey.

You can change email or Application, your ApiKey will not change.