Recent content by tag

  1. T

    Intelliflow pump RS485 protocol

    See my wiki.  I've got a lot of them defined there.  (They are in Decimal not Hex, FYI.)
  2. T

    Intelliflow pump RS485 protocol

    Thx Mark.  This is one of the users of my app, but he says there isn't any error on the pump itself.  I think it might be command #4 (set pump to local) that might not be needed.  I'm asking him to retry and let me know if that helps. tag
  3. T

    Intelliflow pump RS485 protocol

    Hey all,   Has anyone seen this packet from the pumps?: 165,0,33,96,255,1,5,2,43   It seems to be a response to something, maybe a NACK?  33,96,1,length,x,y would be an ACK to a msg with x,y.  So this message might be a rejection of some message (possibly 5 = set speed)?   My outbound message...
  4. T

    HAI Omni and Hayward AquaRite SWG

    Come join the fun... at GitHub and Gitter.  I am on a Pentair system but many others are [working on] controlling this with other systems.  Also see another CocoonTech thread.
  5. T

    Intelliflow pump RS485 protocol

    I can pretty easily trap these packets based on the way I'm going through the incoming buffer.  I pasted a new version in the Gitter chat.  I will still need to validate the checksum and parse, but I am at least pulling them out with my code now (16,2,0 and 16,2,80 [decimal, of course]).
  6. T

    Intelliflow pump RS485 protocol

    See you over there... And I have definitely made some stupid mistakes, but it WAS working with the 10.  And I'm not referencing the dec2bin function anywhere so it couldn't be that.
  7. T

    Intelliflow pump RS485 protocol

    Hi all,     as much as I love coming here, this thread is getting too unwieldy to try to collaborate effectively.  I setup a new community based on Gitter.im @ https://gitter.im/pentair_pool/Lobby.  We can have separate rooms for each of the functional areas (home automation...
  8. T

    Intelliflow pump RS485 protocol

    I had the damndest (is that a word?) problem over the past week+ that I just figured out.  My packets used to start 255,0,255,165,10,DEST,SRC,etc. For whatever reason, the 10 packed changed to a 16.  I have no idea why... it just did.  Now the app reads this byte from the existing packet and...
  9. T

    Intelliflow pump RS485 protocol

      Yup, looks like I missed the <3><33><0> command.  That will be easy to add.  And I'll work on the formatting of the messages. so they are more legible.   Blueman, can you go over the high level for me?  I know you have the IntelliCom and the ISY and want to do some "man in the middle" thing...
  10. T

    Intelliflow pump RS485 protocol

    Blueman, et al,   I think my RS485 adapter is dying as it no longer wants to write to the bus...  :angry2: .  I ordered a new one and it should be here shortly.  Good thing they are only $6.   In the meantime, download an interim version of the app from my Dropbox.  I don't want to post this on...
  11. T

    Intelliflow pump RS485 protocol

      Well, that would be a problem, then!  I think you are right... From https://github.com/tagyoureit/nodejs-Pentair/wiki/Broadcast, another user posted   252 = SW Version Info 253 = Get SW Version    I wonder if we can use that to determine the controller type.  Can you query the IntellicomII...
  12. T

    Intelliflow pump RS485 protocol

    Blueman, great to hear.  I've been working hard over the past couple weeks on some new changes.  Hopefully, I can post it tonight with more details.   Based on your 3 scenarios   I believe (and y'all will need to test) that I can automatically determine this. 1.  Intellitouch has Address 16. 2...
  13. T

    Intelliflow pump RS485 protocol

      I'm not in front of my dev computer (away this weekend), but I may have to rework some code.  The packets are coming through as 165,X,DEST,SRC,... etc.  Right now I'm dropping the 165,X portion when I do the Checksum calculation.  I believe, but haven't verified, that 165,10 relates to...
  14. T

    Intelliflow pump RS485 protocol

      It's here.  But again, this is the request to the Intellitouch.  I'm not sure what would be the command to send directly to the pumps.   tag
  15. T

    Intelliflow pump RS485 protocol

      Glad you got it up and running!  I suspect because there are differences in your Intematic vs. the Intellitouch that it may not be picking these up pump messages properly.  I'm propagating this information from the broadcast from the Intellitouch to the Screenlogic (or generic broadcast).    ...
Back
Top