Skip to content

matthieubruneau/github-fibery

Repository files navigation

Github-Fibery

Description

Flask server in order to connect fibery.io to Early.

Different fonctionnalities:

  • Implement proxy server with security token.
  • Server backend with possibility to react to calls from Fibery.
  • MQTT server to send actions from server to a local client.

Workflow

  • A web request is sent from fibery to the proxy server. Can be triggered from different ways inside of fibery:
    • Automations (Value updated, entity created etc...)
    • Button
  • The proxy server checks the origin, add some validation based on API_tockens
  • Depending on the request, different actions are executed (see )

Installation

Use the provided docker-compose file in order to start all the services.

  • The proxy server will then run on the port 12500 (configurable in the dockerfile).
  • The backend server will run on the 6000 port.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published