Skip to content

Hinni/mystrom-api-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mystrom-api-csharp

Build Status GitHub release NuGet

Inofficial myStrom API C# implementation. It currently only supports internal API and NOT the public mobile one.

Download via NuGet

Install MyStrom.Api via NuGet package manager (What is NuGet?)

Install-Package MyStrom.Api

Usage

var uri = new System.Url("http://192.168.254.1"); // Use here your internal device IP address
var client = new MyStrom.Api.Client(uri);

// use RefreshAll() to load all available data
client.RefreshAll();

// or for example LoadReport() if you only want to load temperature, relay state and power consumption
client.LoadReport();

Open points

Documentation

I tested my implementation with myStrom WiFi Switch firmware 3.82.4, which is available directly by myStrom.

About

myStrom API C# implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages