Skip to content
akadlec edited this page Dec 22, 2023 · 3 revisions

FastyBird

Getting started

This module adds support for managing FastyBird IoT connectors and devices.


Installation

The best way to install fastybird/devices-module is using Composer.

If you don't have Composer yet, download it following the instructions.

Create new project

If you don't have a project created yet you could start with Nette base project.

You could create new project with simple composer command.

composer create-project nette/web-project path/to/install

Everything required will be then installed in the provided folder.

cd path/to/install

Install module

Module could be added to your project with composer command:

composer require fastybird/devices-module

Module user interface

The best way to install @fastybird/devices-module is using Yarn:

yarn add @fastybird/devices-module

or if you prefer npm:

npm install @fastybird/devices-module

Configuration

This module is dependent on other Nette extensions. All this extensions have to be enabled and configured in NEON configuration file.

Example configuration could be found here

Initialization

This module is using database, and need some initial data to be inserted into it.

your-console-entrypoint fb:devices-module:install

This console command is interactive and will ask for all required information.