Posts: 2,339
Threads: 104
Joined: Apr 2009
Dean,
Is there any chance that a SWITCH/CASE/DEFAULT control structure could be added to the GUI environment? I understand that the same logic can be accomplished with IF or cascading IF/ELSE statements but it's just so ugly and hard to read and debug.
I dislike the ugliness of cascading IF enough to build macros and go through the extra effort of connecting the coding dots with the rest of the system just to achieve the clean logic.
Thanks!
-Ben
Posts: 40,483
Threads: 491
Joined: Aug 2002
It could be of course. It will be very complicated to do, since it's not just written text and it has to deal with all of the modification commands in a coherent way.
Dean Roddey
Explorans limites defectum
Posts: 745
Threads: 33
Joined: Oct 2008
Just upgraded from 4.5.1 to 4.5.7 and now tray app does no connect to iTunes. I re-installed itunes and rebooted server a few times. removed and re-installed the new v2 itunes driver. The new V2 driver was working great on 4.5.1. Not sure what I could have done to cause this. There is no itunes tab in the tray app panel (I assume you only get a iTunes tab when it connects to itunes??)
Thanks
Kevin
07/23 21:47:28-CQC1, CQCServer, CQCDrv_kmusicThread11
{
CQCKit, CQCDriver_DriverBase.cpp.3504, Status/App Status
Driver 'kmusic' is trying to get its comm resource
}
07/23 21:47:31-CQC1, CQCClService, RepoCacher_kmusic
{
CQCClService, CQCClService_ThisFacility.cpp.400, Status/App Error
Exception in handler for repo kmusic
}
07/23 21:47:31-CQC1, CQCServer, CIDOrbSrvWorkThread_1
{
CQCKit, CQCDriver_DriverBase.cpp.4507, Failed/Not Ready, Error: 906/0/0
Driver 'kmusic' is not currently connected to its device
<CQCServer> CIDOrb_ThisFacility.cpp - 536
<CQCClService> CQCKit_CQCSrvAdminClientProxy.cpp - 359
<CQCClService> CQCClService_ThisFacility.cpp - 409
}
07/23 21:47:35-CQC1, CQCServer, CQCDrv_kmusicThread11
{
CQCKit, CQCDriver_DriverBase.cpp.3504, Status/App Status
Driver 'kmusic' is trying to get its comm resource
}
07/23 21:47:36-CQC1, CQCClService, RepoCacher_kmusic
{
CQCClService, CQCClService_ThisFacility.cpp.400, Status/App Error
Exception in handler for repo kmusic
}
07/23 21:47:36-CQC1, CQCServer, CIDOrbSrvWorkThread_1
{
CQCKit, CQCDriver_DriverBase.cpp.4507, Failed/Not Ready, Error: 906/0/0
Driver 'kmusic' is not currently connected to its device
<CQCServer> CIDOrb_ThisFacility.cpp - 536
<CQCClService> CQCKit_CQCSrvAdminClientProxy.cpp - 359
<CQCClService> CQCClService_ThisFacility.cpp - 409
}
07/23 21:47:42-CQC1, CQCClService, RepoCacher_kmusic
{
CQCClService, CQCClService_ThisFacility.cpp.400, Status/App Error
Exception in handler for repo kmusic
}
07/23 21:47:42-CQC1, CQCServer, CIDOrbSrvWorkThread_1
{
CQCKit, CQCDriver_DriverBase.cpp.4507, Failed/Not Ready, Error: 906/0/0
Driver 'kmusic' is not currently connected to its device
<CQCServer> CIDOrb_ThisFacility.cpp - 536
<CQCClService> CQCKit_CQCSrvAdminClientProxy.cpp - 359
<CQCClService> CQCClService_ThisFacility.cpp - 409
}
07/23 21:47:42-CQC1, CQCServer, CQCDrv_kmusicThread11
{
CQCKit, CQCDriver_DriverBase.cpp.3504, Status/App Status
Driver 'kmusic' is trying to get its comm resource
}
07/23 21:47:47-CQC1, CQCClService, RepoCacher_kmusic
{
CQCClService, CQCClService_ThisFacility.cpp.400, Status/App Error
Exception in handler for repo kmusic
}
07/23 21:47:47-CQC1, CQCServer, CIDOrbSrvWorkThread_4
{
CQCKit, CQCDriver_DriverBase.cpp.4507, Failed/Not Ready, Error: 906/0/0
Driver 'kmusic' is not currently connected to its device
<CQCServer> CIDOrb_ThisFacility.cpp - 536
<CQCClService> CQCKit_CQCSrvAdminClientProxy.cpp - 359
<CQCClService> CQCClService_ThisFacility.cpp - 409
}
_______________
Denon 3808ci, 2112ci ,Sonos, NoVo Grand Concerto, Z-Wave(Lights,Locks), Hue, SmartThings,
iPads,Tivo,Hikvision,Elk-M1,TED5000,Somfy RTS blinds+ZRTSI, Amazon Echos+Dots, Polk XRT12,
Honeywell Wi-Fi 9000, Caleo Wi-Fi Thermostats, Rainmachine
Posts: 745
Threads: 33
Joined: Oct 2008
kfly Wrote:Just upgraded from 4.5.1 to 4.5.7 and now tray app does no connect to iTunes. I re-installed itunes and rebooted server a few times. removed and re-installed the new v2 itunes driver. The new V2 driver was working great on 4.5.1. Not sure what I could have done to cause this. There is no itunes tab in the tray app panel (I assume you only get a iTunes tab when it connects to itunes??)
Thanks
Kevin
OK fixed the issue. Ran CQCSetup with "Fully Custom Install" and the iTunes checkbox was missing from the tray app install. Not sure why the normal "Upgrade" caused iTunes to be removed from tray app.
Thanks
Kevin
_______________
Denon 3808ci, 2112ci ,Sonos, NoVo Grand Concerto, Z-Wave(Lights,Locks), Hue, SmartThings,
iPads,Tivo,Hikvision,Elk-M1,TED5000,Somfy RTS blinds+ZRTSI, Amazon Echos+Dots, Polk XRT12,
Honeywell Wi-Fi 9000, Caleo Wi-Fi Thermostats, Rainmachine
Posts: 40,483
Threads: 491
Joined: Aug 2002
Well Ben and I are banging away on the DSC V2 compliant driver. It's difficult to do remotely for this type of device, and it's a live security system so that makes it harder still, and the protocol isn't great either. But the chat feature is definitely helping a lot, and I'm slowly grinding through the issues.
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
The DSC driver is basically done. Ben is going to bang on it. I'm sure I'll end up having to tweak some, but basically it's ready. So I'll move on to the next one. I may do the Z-Wave one next, since I know it well and can hopefully do it fairly quickly. I really can't stomach diving immediately into the deep end of another new pool, that DSC one was a brain fryer.
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
Well today was mostly dedicated to the sacrifice of brain cells to the Gods of V2, working out issues and writing out the issues for discussion and whatnot. I think some good progress was made, and reasonable compromise to keep from restricting a lot of devices out of the V2 world, without introducing inconsistency that would defeat the purpose of the V2 device class standardization.
Oh, I also got the Brultech GEM docs up as well.
Dean Roddey
Explorans limites defectum
Posts: 310
Threads: 12
Joined: Feb 2013
Wow Dean! I have to say I'm continually amazed at your hard work and dedication day after day, week after week. Impressive!
Posts: 40,483
Threads: 491
Joined: Aug 2002
It doesn't hurt that the weather down here sucks to brutally that I have zero interest in going outside, and seldom do other than to run to the grocery store or obligatory family interaction events (where I also stay inside as much as possible.) I miss the bay area weather SO much.
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
Speaking of which, I had a new experience today. I had to go help my dad replace a wall on the greenhouse thingie behind his house. After a pretty pathetically small amount of effort I overheated and came within an inch or two of passing out. It was just like it's often presented in the movies. Everything telescoped, then the light got really bright and over-exposed, and then went sort of prismatic. I'm still not feeling right.
Dean Roddey
Explorans limites defectum
|