Recent content by fischershaw

  1. F

    Pool Equipment Automation Suggestion

    From above:   "I use a Digi One SP to convert from RS485 to IP. I ended up setting the termination dip switch on the serial converter, as the IntelliTouch Controller seemed to be having difficulties sending data otherwise (yes, I did connect the ground wire)."   And once on the network you can...
  2. F

    Pool Equipment Automation Suggestion

    Definitely had success with both the source and state. Look in the Pentair driver source file pitController.cpp I uploaded (pit.zip in Premise downloads section ) for "HeatMode" and "HeatingStatus" properties.
  3. F

    Premise Millisecond resolution timers in VB

    After using this for a bit, corrected errors and such.   Always runs the Terminal. Added a Force flag to property value changes.
  4. F

    Premise Premise asking for Key/Activation after move to Parallels

    You are running a purchased version? If you are running the free version that can be downloaded from this site it should not ask for a key.
  5. F

    Premise Millisecond resolution timers in VB

    I was still in need of a high resolution timer to flash LED indicators within VB, and redid the original attempt. This version relies on two components, a driver (install and then ignore), and a VB module (classes & global scripts). In this version one calls a global function to create/delete by...
  6. F

    Pool Equipment Automation Suggestion

    I have read elsewhere that some of the versions of these things have the + and - backwards. Very frustrating.   Looks like the 1a version of this protocol adds a duplicating of the last byte in the CRC.   I have made some additions to the driver to also interpret the IntelliChlor messages (those...
  7. F

    Premise PremiseSystems.Com

    What I like about OpenHAB is that it is open source and Java, and so in theory portable and interpreted. What I don't like is the lack of documentation, which seems to be true for most open source projects.   If one really wants to stick with the Premise model without trying to slap it on top of...
  8. F

    Pool Equipment Automation Suggestion

    I have a Premise driver for the IntelliTouch system that does some basic things using the A5 version protocol. It is in the Premise Downloads area of Cocoontech. It does do the 0x88 Set Heat message (the high bit seems to imply a Remote address is doing a Set versus a Response packet - I.e...
  9. F

    Premise [download] pit.zip

    File Name: pit.zip File Submitter: fischershaw File Submitted: 11 Mar 2015 File Category: Premise Author: fischershaw Contact: [email protected] Pentair IntelliTouch Interface (pit). Talks on the rs485 bus by pretending to be a Remote device. Allows viewing/control of various things by...
  10. F

    Premise [download] dmb.zip

    File Name: dmb.zip File Submitter: fischershaw File Submitted: 11 Mar 2015 File Category: Premise Author: fischershaw Contact: [email protected] Dectron ModBus interface driver (dmb - really wanted to justify a U...). Talks to a Dectron dehumidifier via the optional ModBus interface...
  11. F

    Premise PremiseSystems.Com

    Funny. I had a redirect on my DNS server so that I never went to that virus-laden site.   Reviving the Premise code has been talked about in the past. After speaking with Dan Quigley (he lives just down the road from me), it is my understanding that the legal issues would be huge, and the...
  12. F

    Premise AD2USB for Vista Security Panels

    Leverages the work of Sean Mathews' AD2USB interface for the Ademco Vista line of security panels. Product http://www.nutech.com/online-store/35.html and forum http://www.nutech.com/index.php?option=com_fireboard&Itemid=74&func=showcat&catid=4. Definitely useful for tying in the security system.
  13. F

    Premise ChemTrol driver

    Santa Barbara Control http://www.sbcontrol.com/ Driver for the PC2000 chemical dispenser. Looks like their other devices could be easily added. It is a very primitive device interface, as it has to retrieve the displayed text.
  14. F

    Premise NCD ProXR Relay Controller driver

    I use it for my irrigation system. Has worked fine for years. Nothing tricky. Just a bunch of relays and analog inputs. http://www.controlanything.com/Relay/Relay/PROXR
  15. F

    Premise Millisecond resolution timers in VB

    Thanks for the comments. I will poke at that later this weekend.
Back
Top