Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
/ netatmo-viewer Public archive

A simple viewer for the major Netatmo stats displayable by a simple output device supporting HTML.

License

Notifications You must be signed in to change notification settings

gruberro/netatmo-viewer

Repository files navigation

This is a simple viewer for Netatmo module stats for a permanent visible device.

Sample dashboard

Simply configure app/config/prod.json by overwriting it with your Netatmo credentials.

{
    "$extends": "local",
    "debug": false,
    "client_id": "your_client_id",
    "client_secret": "your_client_secret",
    "username": "your_username",
    "password": "your_password",
    "stationNames": ["your_station_name_1", "your_station_name_2"],
    "columns": 3
}

To start it locally simply run COMPOSER_PROCESS_TIMEOUT=0 composer serve and open the Netatmo viewer.

About

A simple viewer for the major Netatmo stats displayable by a simple output device supporting HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published