Skip to content

Commit

Permalink
Merge pull request #69 from wimleers/fluvius-1.7-capacity-tariff
Browse files Browse the repository at this point in the history
Belgium (Fluvius) v1.7 datagrams: capacity tariff
  • Loading branch information
ebaauw authored Feb 10, 2023
2 parents dda9ea2 + aec1520 commit 59ad29b
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion lib/telegrams.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,34 @@ const v50be = `FLU5\\253770234_A\r
!85AF\r
`

module.exports = { v22, v42, v42l3, v50, v50l3, v50be }
const v50be17 = `/FLU5\\253770234_A\r
\r
0-0:96.1.4(50217)\r
0-0:96.1.1(3153414731313035333032343531)\r
0-0:1.0.0(230205191449W)\r
1-0:1.8.1(000330.621*kWh)\r
1-0:1.8.2(000343.023*kWh)\r
1-0:2.8.1(000240.444*kWh)\r
1-0:2.8.2(000095.132*kWh)\r
0-0:96.14.0(0002)\r
1-0:1.4.0(00.222*kW)\r
1-0:1.6.0(230201134500W)(01.911*kW)\r
0-0:98.1.0(2)(1-0:1.6.0)(1-0:1.6.0)(230101000000W)(221216181500W)(03.921*kW)(230201000000W)(230131191500W)(02.962*kW)\r
1-0:1.7.0(00.155*kW)\r
1-0:2.7.0(00.000*kW)\r
1-0:21.7.0(00.155*kW)\r
1-0:22.7.0(00.000*kW)\r
1-0:32.7.0(242.3*V)\r
1-0:31.7.0(001.87*A)\r
0-0:96.3.10(1)\r
0-0:17.0.0(999.9*kW)\r
1-0:31.4.0(999*A)\r
0-0:96.13.0()\r
0-1:24.1.0(003)\r
0-1:96.1.1(37464C4F32313232303930343531)\r
0-1:24.4.0(1)\r
0-1:24.2.3(230205190959W)(00481.628*m3)\r
!27BC\r
`

module.exports = { v22, v42, v42l3, v50, v50l3, v50be, v50be17 }

0 comments on commit 59ad29b

Please sign in to comment.