xapflash wont display myvalue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • videomanworld
    Automated Home Lurker
    • Apr 2013
    • 9

    xapflash wont display myvalue

    this is my xap message (french electricity )

    xap-header
    {
    v=13
    hop=1
    uid=FF.00AA:0001
    class=tsc.Info
    source=teleinfo.xap.compteur:edf
    }
    input.state
    {
    hchc=40355993
    hchp=42122889
    ptec=HP
    iinst=6
    papp=1400
    }


    this is my config in configxml

    <textbox name="edf">
    <gridX>5</gridX>
    <gridY>0</gridY>
    <width>x2</width>
    <fontsize>40</fontsize>
    <fontcolour>0x00ffff</fontcolour>

    <background>
    <visible>false</visible>
    </background>
    <xAP>
    <schema>generic</schema>
    <source>teleinfo.xap.compteur:edf</source>
    <uid>FF.00AA:0001</uid>
    <Class>tsc.Info</Class>
    <body>input.state</body>
    <parameter>papp</parameter>
    <type>text</type>
    </xAP>
    <mode>text</mode>
    </textbox>

    can anywone help me ?

    my english is not so bad ?

    many thanks for all your goodies


    lol edit :

    this work


    <textbox name="edf">
    <gridX>5</gridX>
    <gridY>0</gridY>
    <width>x2</width>
    <fontsize>40</fontsize>
    <fontcolour>0x00ffff</fontcolour>
    <xAP>
    <schema>generic</schema>
    <uid>FF.00AA:0001</uid>
    <source>teleinfo.xap.compteur:edf</source>
    <generic>
    <Class>tsc.Info</Class>
    <body>input.state</body>
    <parameter>papp</parameter>
    </generic>
    </xAP>
    Last edited by videomanworld; 31 July 2014, 04:51 PM.
  • Kevin
    Moderator
    • Jan 2004
    • 558

    #2
    xAPTSC parameters

    Originally posted by videomanworld View Post
    lol edit :

    this work
    Hi .. nice to see someone using the xAPTSC schema :-) ... however xAPFlash has no specific inbuilt support for xAPTSC and so it will have to be handled in a generic way, as you did with your edit update . Is this now working OK for you in the way you wish to display the data or do you still need some help ?

    Kevin

    Comment

    • videomanworld
      Automated Home Lurker
      • Apr 2013
      • 9

      #3
      tsc for telemetry

      I am satisfied with my xapflash chumby 8, it is independent even when HomeSeer bug , I make many small "devices", thanks xap on Arduinos, the whole house is flooded! thank you it is a pleasure to read you, jai apris the language ca 50 years so anything is possible, for python I can not because of the indentation, but nothing impossible

      Vincent

      Comment

      Working...
      X