Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluvius telegramdata (P1 Smartmeter) need special handling #708

Open
pieterh opened this issue Feb 14, 2023 · 0 comments
Open

Fluvius telegramdata (P1 Smartmeter) need special handling #708

pieterh opened this issue Feb 14, 2023 · 0 comments

Comments

@pieterh
Copy link
Owner

pieterh commented Feb 14, 2023

  1. Field "1-0:31.7.0"should be an integer and double is supplied (see telegram 6)
  2. Field "0-1:24.2.3" contains in belgium non temperature adjusted m3 of gas Belgian smart meter telegram causes crash of plugin ebaauw/homebridge-p1#47

telegram 6

        // fluvius example (eMUCs – P1 V1.6 page 14)
        // 1-phase meter with a Gas meter on CH1 and a Water meter on CH2)
        private static string[] telegram_6_fluvius = {
            @"/FLU5\253770234_A",
            @"",            
            @"0-0:96.1.4(50216)",
            @"0-0:96.1.1(3153414731313030303030323331)",
            @"0-0:1.0.0(200512145552S)",
            @"1-0:1.8.1(000000.915*kWh)",
            @"1-0:1.8.2(000001.955*kWh)",
            @"1-0:2.8.1(000000.000*kWh)",
            @"1-0:2.8.2(000000.030*kWh)",
            @"0-0:96.14.0(0001)",
            @"1-0:1.7.0(00.000*kW)",
            @"1-0:2.7.0(00.000*kW)",
            @"1-0:21.7.0(00.000*kW)",
            @"1-0:22.7.0(00.000*kW)",
            @"1-0:32.7.0(234.6*V)",
            @"1-0:31.7.0(000.00*A)",
            @"0-0:96.3.10(1)",
            @"0-0:17.0.0(999.9*kW)",
            @"1-0:31.4.0(999*A)",
            @"0-0:96.13.0()",
            @"0-1:24.1.0(003)",
            @"0-1:96.1.1(37464C4F32313139303333373333)",
            @"0-1:24.4.0(1)",
            @"0-1:24.2.3(200512134558S)(00112.384*m3)",
            @"0-2:24.1.0(007)",
            @"0-2:96.1.1(3853414731323334353637383930)",
            @"0-2:24.2.1(200512134558S)(00872.234*m3)",
            @"!XXXX"
        };

telegram 7

FLU5\253770234_A

0-0:96.1.4(50215)
0-0:96.1.1(3153414731313030303736363136)
0-0:1.0.0(210320214636W)
1-0:1.8.1(001311.025*kWh)
1-0:1.8.2(001651.825*kWh)
1-0:2.8.1(001885.818*kWh)
1-0:2.8.2(000750.923*kWh)
0-0:96.14.0(0002)
1-0:1.7.0(00.433*kW)
1-0:2.7.0(00.000*kW)
1-0:21.7.0(00.438*kW)
1-0:22.7.0(00.000*kW)
1-0:32.7.0(240.9*V)
1-0:31.7.0(002.22*A)
0-0:96.3.10(1)
0-0:17.0.0(999.9*kW)
1-0:31.4.0(999*A)
0-0:96.13.0()
0-1:24.1.0(003)
0-1:96.1.1(37464C4F32313139303331393634)
0-1:24.4.0(1)
0-1:24.2.3(210320214626W)(02559.077*m3)
!85AF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant