Jump to content

Boetje

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Boetje

  1. Hello everyone
    I have a challenge that I cannot solve

    a P1 telegram (ASCII string) is sent from an electricity meter every 7 seconds
    How can I process this in Unistream
    And where should I buffer it, this because of over 700 ASCII characters

    in the telegram must search for the value after a code
    The telegram is not fixed in length, and line number

    42/5000
     
     

    Below a scan of PuTTY

    /ISk5\2MT382-1000
    1-3:0.2.8(50)
    0-0:1.0.0(101209113020W)
    0-0:96.1.1(4B384547303034303436333935353037)
    1-0:1.8.1(123456.789*kWh)
    1-0:1.8.2(123456.789*kWh)
    1-0:2.8.1(123456.789*kWh)
    1-0:2.8.2(123456.789*kWh)
    0-0:96.14.0(0002)
    1-0:1.7.0(01.193*kW)
    1-0:2.7.0(00.000*kW)
    0-0:96.7.21(00004)
    0-0:96.7.9(00002)
    1-0:99.97.0(2)(0-0:96.7.19)(101208152415W)(0000000240*s)(101208151004W)(0000000301*s)
    1-0:32.32.0(00002)
    1-0:52.32.0(00001)
    1-0:72.32.0(00000)
    1-0:32.36.0(00000)
    1-0:52.36.0(00003)
    1-0:72.36.0(00000)
    0-0:96.13.0(303132333435363738393A3B3C3D3E3F303132333435363738393A3B3C3D3E3F303132333435363738393A3B3C
    3D3E3F303132333435363738393A3B3C3D3E3F303132333435363738393A3B3C3D3E3F)
    1-0:32.7.0(220.1*V)
    1-0:52.7.0(220.2*V)
    1-0:72.7.0(220.3*V)
    1-0:31.7.0(001*A)
    1-0:51.7.0(002*A)
    1-0:71.7.0(003*A)
    1-0:21.7.0(01.111*kW)
    1-0:41.7.0(02.222*kW)
    1-0:61.7.0(03.333*kW)
    1-0:22.7.0(04.444*kW)
    1-0:42.7.0(05.555*kW)
    1-0:62.7.0(06.666*kW)
    0-1:24.1.0(003)
    0-1:96.1.0(3232323241424344313233343536373839)
    0-1:24.2.1(101209112500W)(12785.123*m3)
    !EF2F

    Slimme_meter_15_a727fce1f1.pdf

  2. Hello to  all :) ,

    I'm struggling with reading out a smart power meter
    I want to use the (float) values of a telegram in a building automation project

    The data I get through an RS232 card UAC-01RS2
    Which are directly linked to the P1 of the Smart Power Meter
    This is automatically sent every 10 seconds by the Smart Power Meter
    I read the telegram in the buffer
    by using the COM Rx function
    But how do I filter the (float) values out of the telegram

    Start = /
    End =!
    After the! = CRC16 using the polynomial: x16 + x15 + x2 + 1

    The telegram scan by PuTTY

    ---------------------------------------------------------------------------------

    /KFM5KAIFA-METER

     

    1-3:0.2.8(42)

    0-0:1.0.0(180831122702S)

    0-0:96.1.1(serial number of the electricity counter 34 )

    1-0:1.8.1(007782.396*kWh)

    1-0:1.8.2(020529.570*kWh)

    1-0:2.8.1(000000.000*kWh)

    1-0:2.8.2(000000.000*kWh)

    0-0:96.14.0(0002)

    1-0:1.7.0(01.276*kW)

    1-0:2.7.0(00.000*kW)

    0-0:96.7.21(00010)

    0-0:96.7.9(00007)

    1-0:99.97.0(2)(0-0:96.7.19)(170211134618W)(0000008681*s)(000101000008W)(2147483647*s)

    1-0:32.32.0(00000)

    1-0:52.32.0(00000)

    1-0:72.32.0(00000)

    1-0:32.36.0(00000)

    1-0:52.36.0(00000)

    1-0:72.36.0(00000)

    0-0:96.13.1()

    0-0:96.13.0()

    1-0:31.7.0(003*A)

    1-0:51.7.0(002*A)

    1-0:71.7.0(000*A)

    1-0:21.7.0(00.699*kW)

    1-0:41.7.0(00.486*kW)

    1-0:61.7.0(00.089*kW)

    1-0:22.7.0(00.000*kW)

    1-0:42.7.0(00.000*kW)

    1-0:62.7.0(00.000*kW)

    0-1:24.1.0(003)

    0-1:96.1.0(serial number of the gas counter 34 )

    0-1:24.2.1(180831120000S)(07839.248*m3)

    !95D2

     

    --------------------------------------------------------------------------------------------------

     

    DSMR v4.0 final P1 bus enengie.pdf

  3. Hello

     

    My firmware manager of Unilogic cannot find any firmware files

    He has surging for over 2 hours

     

    I already reinstalled Unistream, bud no resold

    Has Anyone a suggestion, how to solve this problem

     

    In need to make a USB stick whit a Upgrade file for my panel

    Thanks a lot

×
×
  • Create New...