This project is part of a larger IoT Heating controller Creator project that uses AwaLwM2M and the Creator Device server for board to cloud device management, provisioning, and data flow. The dashboard allows users to specify a schedule of temperature/day-of-week/time-of-day events for the heating system.
You need a npm (Node Package Manager) installed on your system to install this dashboard.
Execute following coomands:
npm install
npm start
A internet browser will open with the web application inside. You need to have webapp running first as this dashboard app connects to it. Specify url address to the webapp in dashboard settings (cog icon)
If you have any problems installing or utilising this project, please look into our Creator Forum.
Otherwise, If you have come across a nasty bug or would like to suggest new features to be added then please go ahead and open an issue or a pull request against this repo.
Please see the license file for a detailed explanation.
Any Bug fixes and/or feature enhancements are welcome. Please see the contributing file for a detailed explanation.