https://github.com/erickit/smartthings-dashboard
Reads a Samsung Smartthings json report and shows a dashboard
https://github.com/erickit/smartthings-dashboard
Last synced: 10 months ago
JSON representation
Reads a Samsung Smartthings json report and shows a dashboard
- Host: GitHub
- URL: https://github.com/erickit/smartthings-dashboard
- Owner: EricKit
- Created: 2021-12-11T19:16:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T02:43:21.000Z (over 4 years ago)
- Last Synced: 2025-06-21T07:39:50.879Z (12 months ago)
- Language: Svelte
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smartthings-dashboard
Creates a sveltekit dashboard
Requires a config file in `src/lib` that looks like
```{typescript}
const domain = 'http://mydomain.com';
export { domain };
```
---
Gets the data from the nodeJS smartthings-log-api project.
I have `nginx` set-up to serve the .json files the project below creates.