Announcement

Collapse
No announcement yet.

A10 on/off command not recognized

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    A10 on/off command not recognized

    I'm using the CTX35 plugin to read data from my Honeywell home automation system (Hometronic)
    This system sends A10 data to control the light switches etc.
    I want to intergrate the system with Zwave using Homeseer.
    Until now i am able to receive commands, but only the dim commands.
    So i can dim from 1 till 99 %. But when i sent a 0% or 100% command, homeer does not recognize the command. I says, Raw received, invalid checksum.
    What can i do to make this work?

    See log file:
    jun-21 20:44:28 A10 Line Read (part): G[1]133F31
    jun-21 20:44:28 A10 Line Read (part): 001
    jun-21 20:44:28 A10 Line Read (part): >28
    jun-21 20:44:28 A10 Line Read: >28001G[1]133F31
    jun-21 20:44:28 A10 Raw received: $>28001G[1]133F31CE#
    jun-21 20:43:40 A10 Line Read (part): G[1]130031
    jun-21 20:43:40 A10 Line Read (part): 001
    jun-21 20:43:40 A10 Line Read (part): >28
    jun-21 20:43:40 A10 Line Read: >28001G[1]130031
    jun-21 20:43:40 A10 Raw received: $>28001G[1]130031B5#
    jun-21 20:42:01 A10 Raw received (invalid checksum): $>28001G13GOFF2A#$>28001G[1]130031B5#
    jun-21 20:41:02 A10 Line Read (part): G[1]132031
    jun-21 20:41:02 A10 Line Read (part): 001
    jun-21 20:41:02 A10 Line Read (part): >28
    jun-21 20:41:02 A10 Line Read: >28001G[1]132031
    jun-21 20:41:02 A10 Raw received: $>28001G[1]132031B7#
    jun-21 20:39:51 A10 New A10 device table: >28 001 G13
    jun-21 20:39:51 A10 Old A10 device table: >28 001 G13
    jun-21 20:39:46 A10 Raw received (invalid checksum): $>28001G13GONEC#$>28001G[1]133F31CE# (command dim 100 percent)
    jun-21 20:39:45 A10 Raw received (invalid checksum): $>28001G13GOFF2A#$>28001G[1]130031B5# (command dim 0 percent)
    jun-21 20:39:37 A10 Line Read (part): G[1]130631
    jun-21 20:39:37 A10 New device found and created: A10-001 (SAIX12)

    #2
    This is interesting. I haven't changed this plugin for the last four year. Hard to believe anyone would find a issue with it after such a long time

    However, this issue seems that it is concatenating multiple commands. For instance:

    jun-21 20:39:46 A10 Raw received (invalid checksum): $>28001G13GONEC#$>28001G[1]133F31CE# (command dim 100 percent)

    Should be two separate commands, "$>28001G13GONEC#" and "$>28001G[1]133F31CE#". I don't understand why the plugin is doing this... let me look into that.
    stefxx

    Comment


      #3
      Can you please try the version attached? Just unzip and overwrite the current file. Make sure to stop the plugin first.

      Attached Files
      stefxx

      Comment


        #4
        Thank you so much for responding om my post.
        I have tested some more and i come to the following conclusion:
        dim 0 % gives a checksum fault
        dim 1 % is actual the off command
        dim 2 % is actual dimming 2 %
        dim 3% is actual dimming 3 %
        and so on till
        dim 98% is actual dim 98%
        dim 99% is actual the on command
        dim 100% is checksum fault.
        Because i am using hometronic just to sent scenes to Homeseer it does not really matter to me if i have to give a 100% or a 99% command.
        But if there is a easy way to solve this it would be nice. I will try the version you sent me.
        Thank you!

        Comment


          #5
          Did the new version work better? Any differences? Thanks!
          stefxx

          Comment

          Working...
          X