https://github.com/kaaproject/web-thermostat-simulator
A simple simulator of a web thermostat, that can be connected to Kaa IoT Platform
https://github.com/kaaproject/web-thermostat-simulator
Last synced: 3 months ago
JSON representation
A simple simulator of a web thermostat, that can be connected to Kaa IoT Platform
- Host: GitHub
- URL: https://github.com/kaaproject/web-thermostat-simulator
- Owner: kaaproject
- Created: 2019-02-19T18:14:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T19:36:55.000Z (over 7 years ago)
- Last Synced: 2025-02-24T11:49:05.671Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 266 KB
- Stars: 3
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Thermostat simulator
=================================

This project contains a source code for [Web Thermostat simulator](https://building-wt.kaaiot.net/)
that works as a client for [Building Management System](https://www.kaaproject.org/kaa-enterprise-demo/).
It simulates an actual device by connecting to the Kaa platform via MQTT over WebSocket right from your browser.
Explore [MqttUtils.ts](./src/kaa/mqtt/MqttUtils.ts) file to find out how communication with the Kaa Enterprise IoT platform works.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.