Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.37 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.37 KB

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.