Jason Smith
Jason Smith
Below are extracts of the code; ``` [Route(HttpVerbs.Get, "/statistics")] public async Task GetStatistics() { try { await HttpContext.SendDataAsync(new RespObject(ApiCoord.Instance.GetStatistics())); } catch (Exception ex) { ApiCoord.Log(LogLevel.Error, "GetStatistics::" + ex.Message, ex); throw...
@rdeago Sorry, it has taken me a while to get back to this. I removed the .WithLocalSessionManager() from the code and I still had the same problem. Interestingly I have...
> @jasonkaisersmith if you set extendedResolution=true, it could be fixed for you and you get a digit more in the value, because it reads the tenth steps too. Works only...
> @jasonkaisersmith could you test the current rolling? A fix for extended resolution = false is now merged. if you have still the problems, please show the logs before and...
> Your logs suggest that you did not have a successful value directly after rebooting. First set the PRE value back to the current value and wait. I also need...
> A look in the data-log shows, that you have sometimes problems with the third analog ROI: > > no error 1.0 5.0 3.1 6.0 4.0 9.2 9.6 > no...
> @jasonkaisersmith > > Could you show your config-file (config/config.ini). > > May be the order of the ROIs are not correct: > > ``` > [Analog] > ... >...
I have also tried that, but no matter how I turn it, it always covers up some of the ROIs, either analog or digital! I am also limited how much...
I have a very similar problem. The device is connected OK and a strong linkquality. The "power" doesn't show correctly either. Pressing buttons does not trigger any messages to be...