Evohome / RAMSES-II protocol - device type 31?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • oshingler
    Automated Home Jr Member
    • Jul 2016
    • 17

    Evohome / RAMSES-II protocol - device type 31?

    Hi,

    This may be more of a question for @rameses but if anyone on here knows the answer I'd be grateful!

    I've been playing around with Home Assistant and a 3rd party integration to connect it directly with Evohome using an HGI80. It's all working just fine, but there's a curious device that's being picked up in the log. Device ID type '31':

    2021-02-25T08:17:07.775330 078 RQ --- 31:004811 13:077615 --:------ 3EF1 001 00
    2021-02-25T08:17:07.790084 072 RP --- 13:077615 31:004811 --:------ 3EF1 007 0000380038C8FF

    It only ever appears in RQ and RP messages talking to a '13' device, which is either a BDR91 or an HG60ng, not sure which... but seeing as I have two BDR91s and one HC60ng, and it only appears in connection with one of them then I can make a guess at the most likely device it's talking to is the HC60ng, but that is just a guess.

    Every single other component in my system has been accounted for in terms of what's been reported by the logs (touch controller, 10x HR92, 1x HW, 2xBDR91, 1xHC60, 2xY87RF).

    Any clues? This wiki page has most of the Device IDs recorded, but a 'Dunno' against 31!
    RAMSES-II is a Honeywell RF protocol for HVAC and CH/DHW - zxdavb/ramses_protocol
    Last edited by oshingler; 25 February 2021, 11:05 AM.
  • bruce_miranda
    Automated Home Legend
    • Jul 2014
    • 2307

    #2
    It could a neighbour's device. Unless you saying that 13:077615 is definitely yours.
    According to me 31 is a wireless stat and might not even be called Honeywell.
    And in any case it can't be the HC60NG because that device cannot respond to any requests. It's a listen only radio device, which is why I think it was quickly replaced by the BDR91 that can perform 2 way radio communications.
    Last edited by bruce_miranda; 25 February 2021, 09:52 AM.

    Comment

    • oshingler
      Automated Home Jr Member
      • Jul 2016
      • 17

      #3
      Perhaps it is a neighbour's device... I certainly can't rule that out! Maybe if I send some commands and then see which house the heating engineer turns up to in a couple of days?

      Comment

      • bruce_miranda
        Automated Home Legend
        • Jul 2014
        • 2307

        #4
        But surely you know if 13:077615 is yours or not.

        Comment

        • oshingler
          Automated Home Jr Member
          • Jul 2016
          • 17

          #5
          I *did* know what all of my IDs were, back when I first installed everything and I had a nice list of IDs for everything. But that was many years ago! I can of course go around and figure it out, I'm just being lazy - I have finally got it stable in Home Assistant so would have to move things around to do another discovery. Maybe I'll have a play this weekend and see what I find left over. The more I think about it though, the less I recognise that ID. It's not a problem anyway, I have a filter on because I only need to talk to my controller and none of the other devices directly. Most of them are out of range of the HGI80 so I end up with a lot of devices that don't update very often if I try that.

          Comment

          • bruce_miranda
            Automated Home Legend
            • Jul 2014
            • 2307

            #6
            Try sending this using your HGI80, replace the xxxx with your own ID. And post what comes back.
            Code:
            RQ --- 18:00xxxx 31:004811 --:------ 10E0 001 00

            Comment

            • bruce_miranda
              Automated Home Legend
              • Jul 2014
              • 2307

              #7
              BTW, I too catch this type of device with exactly that message. But in my case I know it is a neighbour because I know the IDs of relays and it isn't talking to any of them.

              Comment

              • zxdavb
                Automated Home Guru
                • Jan 2018
                • 106

                #8
                I wrote the 'Dunno'.

                My best guess is that it is a Honeywell Jasper Stat TXXX:

                Code:
                2020-12-26T11:57:18.482643 082  I --- 31:012319 63:262142 --:------ 10E0 038 000002FF1F02FFFFFFFFFFFFFFFF040807E04A61737065722053746174205458585800000000
                
                11:57:18.482 || JST:012319 | NUL:262142 |  I | device_info      | 00000... || {'description': 'Jasper Stat TXXX', 'date_1': '2016-08-04', 'date_2': '0000-00-00', '_unknown': '000002FF1F02FFFFFFFF'}
                BTW, I think there may be 2 different 31: devices...
                Last edited by zxdavb; 25 February 2021, 11:04 PM.

                Comment

                • bruce_miranda
                  Automated Home Legend
                  • Jul 2014
                  • 2307

                  #9
                  So we think both 08: and 31: are Jasper products?

                  Comment

                  • zxdavb
                    Automated Home Guru
                    • Jan 2018
                    • 106

                    #10
                    # Honeywell Jasper, HVAC?
                    "08": {"type": "JIM", "name": "HVAC?"}, # Jasper equipment interface module
                    "31": {"type": "JST", "name": "HVAC?"}, # Jasper Stat TXXX

                    There are two different behaviours exhibited by 31: devices.

                    Comment

                    Working...
                    X