Recent content by jimspr

  1. J

    Premise OSS project for RadioRA2 and Bond devices

    Link to Project on GitHub I have created a project on GitHub for the RadioRA2 and Bond drivers that I have written. The RadioRA2 project is the source for the one I released as a binary a few years ago and is pretty complete. I originally was planning a Bond driver back in January, but I got...
  2. J

    Premise Bond bridge

    So, I'm about to move into a new house and it looks like I'm going to need to write a Premise driver for a bond bridge. Anybody else have experience with these? Anybody want to try a driver if I make one? I am planning to use it to control my ceiling fans and exterior motorized mosquito screens...
  3. J

    Premise [download] RadioRA2 Driver

    I just uploaded a new version of the driver. Radio Powr Savr (occupancy sensor). Some support for the Visor Control Receiver (VCRX) Fan control   Also made it query for the status of lights and motion sensors when the driver attaches to the device. I still need to do this for keypad LEDs.
  4. J

    Premise [download] RadioRA2 Driver

    OK, so here is what I found. When the occupancy sensor activates or deactivates I see a GROUP message. First parameter is the room ID, then "3", which is "occupancy group state", and then "3" or "4", which is occupied and unoccupied respectively.   ~GROUP,16,3,3 ~GROUP,16,3,4   It appears I have...
  5. J

    Premise [download] RadioRA2 Driver

    ~DEVICE,158,82,9,0 ~DEVICE,158,81,9,0 ~DEVICE,158,86,9,1   These ~DEVICE messages look like they are reporting LED states on a keypad (i.e. LEDs on buttons 1 and 2 are going off and button 6 is going on)   --jim
  6. J

    Premise [download] RadioRA2 Driver

    Chuck, I'm trying to understand the occupancy sensors. It seems like they can operate individually as well as be part of a group. Is this correct? Do they generate a ~DEVICE message when they are triggered? Or do they only generate a ~GROUP message? Some examples captured from port spy would be...
  7. J

    Premise [download] RadioRA2 Driver

    I have the protocol info for everything so I should be able to add other devices. I don't have any of those to test with, but most of this stuff is pretty straightforward.   BTW - LED states on buttons should be reflected in the "Status" property, which is part of the "ButtonStatus" group. Also...
  8. J

    Premise [download] RadioRA2 Driver

    File Name: RadioRA2 Driver File Submitter: JimSpr File Submitted: 26 Jan 2019 File Category: Premise Author: Jim Springfield Contact: [email protected] I started working on this a while back, but I recently moved into a new house and put RadioRA2 stuff in it, so I was able to do some more...
  9. J

    Premise Roll Call

      It is the nexbox t11, but I think it also suffers from the lack of an auto power on setting. I haven't dug through every setting, but I don't think it does it either.
  10. J

    Premise Premise Schedule

    FWIW - I never have the schedule directly control a device. I find it is too confusing and hard to track down what is going on.   After adding a schedule item, I just pick some device at random and let it get created. I then delete all of the children of the new item. Then, I right click and...
  11. J

    Premise Roll Call

    I'm still using it. I just installed it on a tiny NUC-type device running Windows 10 Creators edition. Still does the job. 
  12. J

    Premise [download] syslight.zip

    Yes it does keep the socket open and that is what I will need to implement as well. Silverlight provides basic network/socket support that I can use.
  13. J

    Premise [download] syslight.zip

    Thanks for the suggestions 123. I took your script and incorporated it. Regarding polling -- I am hoping to not do that and actually implement the back channel subscription mechanism that the AutomationBrowser uses. I think it is possible, although I will have to write a fair bit of code (on...
  14. J

    Premise How do I create a custom home object or modify inheritance?

    Why not just create your own class that inherits from MatrixSwitcherZone? Another alternative might be to create an extension class of MatrixSwitcherZone.
  15. J

    Premise [download] syslight.zip

    File Name: syslight.zip File Submitter: JimSpr File Submitted: 1 Jul 2009 File Category: Premise Author: Jim Springfield Contact: [email protected] Version: 0.1 Initial implementation of SysLight UI using Silverlight. Install: Put syslight.xap and syslight.html into c:program...
Back
Top