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

Latest commit

 

History

History
21 lines (16 loc) · 636 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 636 Bytes

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.