An open API service indexing awesome lists of open source software.

https://github.com/lostmsu/stack.kasa


https://github.com/lostmsu/stack.kasa

smart-home stack stack-wm

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Stack Widgets for Kasa smart devices

## Example usage

1. Add the following definitions to your layout:
```xml
xmlns:dataSources="clr-namespace:LostTech.Stack.Widgets.DataSources;assembly=LostTech.Stack.Widgets"
xmlns:kasa="clr-namespace:Stack.Kasa;assembly=Stack.Kasa"
```

2. Create a sensor
```xml

```

3. Bind a `TextBlock`
```xml

```

4. Build the project and copy the following files to the `CustomWidgets` folder
(it should be next to your `Layouts` folder):
`Stack.Kasa.dll`, `Newtonsoft.Json.dll`, `slf4net.dll`, and `Kasa.dll`.

5. Restart Stack and load the updated layout.