Michael Bisbjerg

Results 320 comments of Michael Bisbjerg

Update: The platformio issue has been closed with no change currently, as it probably needs a much smaller reproducible example. So I'll have to figure out how to make that...

I just saw @TMaYaD mention he had ~200 devices in [#5821](https://github.com/esphome/esphome/pull/5821). _That_ must be a pain to update :|

Oh wow - that's neat. Any chance this will make its way to the core esphome? I've been wondering about a "version" as well, being able to determine that the...

Just wanted to pipe in again that I made a node-red flow that updates my nodes one by one. It takes a while, but it does complete eventually. It works...

Is this on .NET core or Framework? `GetTrendingMoviesAsync(Day)` works fine in .NET Core.

This is TestApplication built for net5.0, with SDK 7.x, run like: ```csharp var p1 = await client.GetTrendingMoviesAsync(TimeWindow.Day); Console.WriteLine(p1.Page); foreach (var searchMovie in p1.Results) Console.WriteLine(searchMovie.Id + " " + searchMovie.Title); ```...

Sure - and it is. In this library, all enum values follow C#'s Camel Case standard, so it's `Day`. I have then annotated all enums with `[EnumValue()]` with the value...

I came here because I'm trying to flash my Shelly Duo RGBW, of which I've already bricked two, but I wanted to try again. I also found that Dasker was...

You need to find your LAN IP address, this is typically of the form `192.168.x.x` or `10.x.x.x`. Use `ipconfig` to see what your address is.

Enable debug logging on the shelly page (under settings somewhere).. Do the update, wait a little (20s or so), and then download the log from the same page. It should...