OR-WindPredicition / WindPredictionAPI

1 stars 0 forks source link

Meeting OR about integration with OR #21

Open JVerbruggen opened 3 years ago

JVerbruggen commented 3 years ago

Will have a meeting soon. Please note everything here

Niekvandam commented 3 years ago

OpenRemote integration

Methods used for communication

Below I have listed the main ways of communicating with the OR software. The preferred way by OR is to communicate through MQTT, which is what we should be using when we are ready to start working on the integration.

MQTT

Preferred way of communicating with OR, we can use this to subscribe to specific IoT endpoints when they have new values available.

HTTP / WebSockets

Can also be used for communicating with OR.

Authentication

The authentication process into OR can only be done by the developers from OR themselves, who will have to modify a keycloak and send us credentials. Once this is done, we should be able to log in to the OR dashboard and communicate with the non-public assets too.