Alexander Sidorenko
Alexander Sidorenko
I tried to target zwave-lib to .Net Core 2.2, you can check it here https://github.com/Bounz/zwave-lib-dotnet/tree/master/ZWaveLib2. You will also need this lib https://github.com/Bounz/serialport-lib-dotnet-core, which uses `SerialPortStream` library to replace mono's `SerialPort`...
Hi, @01username! Where did you found `SerialPortLib 1.0.19`? On NuGet there is only `1.0.18`: https://www.nuget.org/packages/SerialPortLib/
Hi, Myke! Yes, COLOR SWITCH command class is not implemented in zwave-lib-dotnet yet. You can find references for this command class and implement it using other command classes as reference....
@rbottomley do you have correct time zone selected in your OS settings and last updates installed? HG is using `DateTime.ToLocalTime()` method and the exact output of this method depends on...
Hi @soxfan1966! What's the reason to drop decimal places of the temperature displayed on Dashboard and Groups drop-down?
Looks like it depends on settings and data provider (and also one's preferences). Here is how my Weather widged looks like:  I think it would be better if user...
I have controversial thoughts about this change. On the one hand Farenheit scale is more precise than Celcius so the decimals may be unneeded, but on the the other hand...
`UI.TemperatureUnit` was only an example of storing user settings in browser's local store. It's used in `homegenie.webapp.utility.js`, for example (you can easily find it using any editor or IDE like...
Mono is an open source implementation of Microsoft's .NET Framework, so it allows users to run .Net programs on Linux. You have an outdated version of Mono on your RPi....
There is a problem, that HG is built on top of its own web server inside MIG library, not on ASP.Net, that is required to use mirrorsharp. Right now it's...