Posts: 40,483
Threads: 491
Joined: Aug 2002
I need to get an external USB BD drive for the NUC to use for ripping discs I guess. Any good suggestions for that? And I guess MakeMVK is the obvious choice for Plex?
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
I'm banging away for a new beta drop. I've been taking care of some fundamental C++ stuff lately and those changes (though very much a good thing for the future) have caused a few snafus that I've been chasing down.
Dean Roddey
Explorans limites defectum
Posts: 720
Threads: 124
Joined: May 2019
09-04-2019, 03:21 PM
(09-04-2019, 02:57 PM)Dean Roddey Wrote: I'm banging away for a new beta drop. I've been taking care of some fundamental C++ stuff lately and those changes (though very much a good thing for the future) have caused a few snafus that I've been chasing down.
Ah, ye ole rabbit holes
Posts: 1,500
Threads: 143
Joined: May 2007
This is a "nice to have", but on the AI "Explore Logs" display, the data is not displayed in any particular order that makes sense. I would prefer chronologically, but at least on mine, I cannot tell how it is sorted on the initial display. I always have to click the Time field at the top to see the latest log entries.
Posts: 40,483
Threads: 491
Joined: Aug 2002
09-07-2019, 01:23 PM
(This post was last modified: 09-07-2019, 01:24 PM by Dean Roddey.)
Version 5.4.904 is posted. A lot of internal C++ plumbing improvements have been done, some of them working towards the longer term goal of adding Linux support. I've tested it quite a bit, but it's always possible I missed some bit here or there, so let me know if see anything that doesn't look right or isn't working right. I took care of good number of unrelated goobers that I ran across while doing that testing as well.
Dean Roddey
Explorans limites defectum
Posts: 720
Threads: 124
Joined: May 2019
Thanks and appreciate adding in the SMS busy field. Very helpful.
Posts: 40,483
Threads: 491
Joined: Aug 2002
I've been banging away at testing for a new drop. With all of the fairly fundamental changes I've been making I've had to do a lot more than usual and have found various things I've needed to go back and tweak. Hopefully I'm fairly close to getting it back to the straight and narrow.
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
I posted 5.4.905. It has Insteon leak detectors (though only support so far for the first two sensors, if they check out I'll add the rest.) It has the (hopefully final worked out) Busy flag stuff for the SMS driver. It fixes the issue I introduced in the last drop of not pushing triggered / scheduled events to the event server when you save (it was only saving to the MS where they won't be seen until the next restart.)
Dean Roddey
Explorans limites defectum
Posts: 720
Threads: 124
Joined: May 2019
09-23-2019, 04:35 PM
(This post was last modified: 09-23-2019, 04:43 PM by gReatAutomation.)
Wow.. Not sure what's going on here... Tried clicking on Customize and got this error, and most of my drivers are red. Reverting back to
CQCInstSE_5_4_904. Never mind. Cannot revert back.
Posts: 720
Threads: 124
Joined: May 2019
(09-22-2019, 11:26 AM)Dean Roddey Wrote: 5.4.905- Update the SMS driver to better support throttling of msgs. It has a Busy flag now which will remain set for five seconds after sending a message. It will reject msgs if they are sent while the Busy flag is set. So use a Devices::WaitFieldValue() to wait for the Busy Field to be False before you send. If you send faster than then the modem or the target service or
To clarify, when using an If statement you have to use
SafeWaitFieldValue().