├── .github └── workflows │ └── check.yml ├── .gitignore ├── ChangeLog.md ├── LICENSE ├── README.md ├── VERSION ├── ebusd-0.5.x ├── ochsner │ ├── _templates.csv │ ├── ote2.csv │ └── ote2.ods ├── protherm │ ├── Protherm_Vaillant_Protokoll_short.ods │ ├── _templates.csv │ ├── bai00-protherm.csv │ └── scan.csv ├── vaillant │ ├── _templates.csv │ ├── _templates.ods │ ├── broadcast.csv │ ├── broadcast.ods │ ├── ehp00.csv │ ├── ehp00.ods │ ├── mc2.csv │ ├── mc2.ods │ ├── pms00.csv │ ├── pms00.ods │ ├── pmw00.csv │ ├── pmw00.ods │ ├── rcc.csv │ ├── rcc.ods │ ├── scan.csv │ ├── scan.ods │ ├── uih00.csv │ └── uih00.ods └── wolf │ ├── _templates.csv │ ├── _templates.ods │ ├── broadcast.csv │ ├── broadcast.ods │ ├── wolf.csv │ └── wolf.ods ├── ebusd-1.x.x ├── ochsner │ ├── 22102.csv │ ├── 22102.ods │ ├── _templates.csv │ └── _templates.ods └── vaillant_de │ ├── 350.csv │ ├── 430.csv │ ├── 470.csv │ ├── _templates.csv │ ├── bai.csv │ ├── broadcast.csv │ ├── common.csv │ ├── e7f.csv │ ├── ehp.hwc.csv │ ├── ehp.mc_fixvaluecircuit.csv │ ├── ehp.mc_mixercircuit.csv │ ├── ehp_airtobrinetowater.csv │ ├── ehp_airtowater.csv │ ├── ehp_brinetowater.csv │ ├── ehp_watertowater.csv │ ├── error.csv │ ├── mc2.4.csv │ ├── mc2.5.csv │ ├── omu.csv │ ├── pms.csv │ ├── pms.sc.csv │ ├── pmw.hwc.csv │ ├── quick.csv │ ├── rcc.4.csv │ ├── rcc.csv │ ├── scan.csv │ ├── sdr_p.csv │ ├── sol.cc.csv │ ├── sol.hwc.csv │ ├── sol.sc.csv │ ├── solsy.cc.csv │ ├── solsy.hc.csv │ ├── solsy.hwc.csv │ ├── solsy.mc.csv │ ├── solsy.sc.csv │ ├── ui.csv │ ├── uih.csv │ ├── v61.csv │ ├── vd4.csv │ └── vd6.csv ├── ebusd-2.1.x ├── de │ ├── _templates.csv │ ├── broadcast.csv │ ├── memory.csv │ └── vaillant │ │ ├── 05.vd2.csv │ │ ├── 05.vd3.csv │ │ ├── 05.vd4.csv │ │ ├── 05.vd6.csv │ │ ├── 05.vl8.csv │ │ ├── 05.vl9.csv │ │ ├── 06.pms.csv │ │ ├── 06.vms.csv │ │ ├── 08.bai.csv │ │ ├── 08.ehp.csv │ │ ├── 08.hmu.csv │ │ ├── 08.recov.csv │ │ ├── 0a.pmw.hwc.csv │ │ ├── 15.140.csv │ │ ├── 15.160.csv │ │ ├── 15.350.HW7102.csv │ │ ├── 15.350.csv │ │ ├── 15.360.csv │ │ ├── 15.36p.csv │ │ ├── 15.370.csv │ │ ├── 15.392.csv │ │ ├── 15.400.csv │ │ ├── 15.430.csv │ │ ├── 15.450.csv │ │ ├── 15.470.csv │ │ ├── 15.700.csv │ │ ├── 15.720.csv │ │ ├── 15.b7v.csv │ │ ├── 15.bass.csv │ │ ├── 15.basv.csv │ │ ├── 15.e7c.csv │ │ ├── 15.e7f.csv │ │ ├── 15.e7f_2.csv │ │ ├── 15.f35.csv │ │ ├── 15.f37.csv │ │ ├── 15.f43.csv │ │ ├── 15.f45.csv │ │ ├── 15.f47.csv │ │ ├── 15.heb.csv │ │ ├── 15.hep.csv │ │ ├── 15.sdr_p.csv │ │ ├── 15.ui.csv │ │ ├── 15.uih.csv │ │ ├── 1c.rcc.4.csv │ │ ├── 1c.v81.4.csv │ │ ├── 23.ehp.cc.csv │ │ ├── 23.solsy.cc.csv │ │ ├── 23.vr630.cc.csv │ │ ├── 23.zeo.cc.csv │ │ ├── 25.ehp.hwc.csv │ │ ├── 25.solsy.hwc.csv │ │ ├── 25.vr630.hwc.csv │ │ ├── 25.zeo.hwc.csv │ │ ├── 26.solsy.hc.csv │ │ ├── 26.vr630.hc.csv │ │ ├── 26.vr_71.csv │ │ ├── 35.rcc.1.csv │ │ ├── 35.v81.1.csv │ │ ├── 3c.rcc.5.csv │ │ ├── 3c.v81.5.csv │ │ ├── 50.ehp.mc.csv │ │ ├── 50.solsy.mc.csv │ │ ├── 50.v61.mc.csv │ │ ├── 50.vr630.mc.csv │ │ ├── 50.zeo.mc.csv │ │ ├── 51.vr630.mc.3.csv │ │ ├── 52.mc2.mc.4.csv │ │ ├── 52.vr_70.csv │ │ ├── 53.mc2.mc.5.csv │ │ ├── 54.mc2.mc.6.csv │ │ ├── 55.mc2.mc.7.csv │ │ ├── 64.v65.csv │ │ ├── 75.rcc.csv │ │ ├── 75.v81.csv │ │ ├── 7c.rcc.6.csv │ │ ├── 7c.v81.6.csv │ │ ├── 84.zeo.csv │ │ ├── _templates.csv │ │ ├── a0.sol.hwc.csv │ │ ├── a1.sol.cc.csv │ │ ├── bai.0010002315.inc │ │ ├── bai.0010002465.inc │ │ ├── bai.0010003857.inc │ │ ├── bai.0010003886.inc │ │ ├── bai.0010004121.inc │ │ ├── bai.0010004150.inc │ │ ├── bai.0010005400.inc │ │ ├── bai.0010006101.inc │ │ ├── bai.0010006341.inc │ │ ├── bai.0010007508.inc │ │ ├── bai.0010008045.inc │ │ ├── bai.0010010674.inc │ │ ├── bai.0010015600.inc │ │ ├── bai.0010021961.inc │ │ ├── bai.0020066007.inc │ │ ├── bai.308523.inc │ │ ├── broadcast.csv │ │ ├── e0.omu.csv │ │ ├── e1.omu.1.csv │ │ ├── ec.sol.sc.csv │ │ ├── ec.solsy.sc.csv │ │ ├── ec.zeo.sc.csv │ │ ├── ed.pms.sc.csv │ │ ├── errors.inc │ │ ├── f5.rcc.3.csv │ │ ├── f5.v81.3.csv │ │ ├── fc.rcc.7.csv │ │ ├── fc.v81.7.csv │ │ ├── general.csv │ │ ├── hcmode.inc │ │ ├── hwcmode.inc │ │ ├── iotest620.inc │ │ ├── iotest630.inc │ │ ├── iotestact.inc │ │ ├── iotestbmc.inc │ │ ├── iotestbsol.inc │ │ ├── iotesthp.inc │ │ ├── mcmode.inc │ │ ├── quick.inc │ │ ├── roomtempoffset.inc │ │ ├── scan.csv │ │ ├── service.inc │ │ ├── tempsetpoints.inc │ │ ├── timer.inc │ │ ├── timercc.inc │ │ ├── timercool.inc │ │ ├── timerhc.inc │ │ ├── timerhwc.inc │ │ ├── timertariff.inc │ │ ├── yield3d43.inc │ │ ├── yield3f40.inc │ │ ├── yield4445.inc │ │ ├── yield8485.inc │ │ └── yield8485r.inc └── en │ ├── _templates.csv │ ├── broadcast.csv │ ├── memory.csv │ └── vaillant │ ├── 05.vd2.csv │ ├── 05.vd3.csv │ ├── 05.vd4.csv │ ├── 05.vd6.csv │ ├── 05.vl8.csv │ ├── 05.vl9.csv │ ├── 06.pms.csv │ ├── 06.vms.csv │ ├── 08.bai.csv │ ├── 08.ehp.csv │ ├── 08.hmu.csv │ ├── 08.recov.csv │ ├── 0a.pmw.hwc.csv │ ├── 15.140.csv │ ├── 15.160.csv │ ├── 15.350.HW7102.csv │ ├── 15.350.csv │ ├── 15.360.csv │ ├── 15.36p.csv │ ├── 15.370.csv │ ├── 15.392.csv │ ├── 15.400.csv │ ├── 15.430.csv │ ├── 15.450.csv │ ├── 15.470.csv │ ├── 15.700.csv │ ├── 15.720.csv │ ├── 15.b7v.csv │ ├── 15.bass.csv │ ├── 15.basv.csv │ ├── 15.basv2.csv │ ├── 15.ctlv2.csv │ ├── 15.ctlv3.csv │ ├── 15.e7c.csv │ ├── 15.e7f.csv │ ├── 15.e7f_2.csv │ ├── 15.f35.csv │ ├── 15.f37.csv │ ├── 15.f43.csv │ ├── 15.f45.csv │ ├── 15.f47.csv │ ├── 15.heb.csv │ ├── 15.hep.csv │ ├── 15.sdr_p.csv │ ├── 15.ui.csv │ ├── 15.uih.csv │ ├── 1c.rcc.4.csv │ ├── 1c.v81.4.csv │ ├── 23.ehp.cc.csv │ ├── 23.solsy.cc.csv │ ├── 23.vr630.cc.csv │ ├── 23.zeo.cc.csv │ ├── 25.ehp.hwc.csv │ ├── 25.solsy.hwc.csv │ ├── 25.vr630.hwc.csv │ ├── 25.zeo.hwc.csv │ ├── 26.solsy.hc.csv │ ├── 26.vr630.hc.csv │ ├── 26.vr_71.csv │ ├── 35.rcc.1.csv │ ├── 35.v81.1.csv │ ├── 3c.rcc.5.csv │ ├── 3c.v81.5.csv │ ├── 50.ehp.mc.csv │ ├── 50.solsy.mc.csv │ ├── 50.v61.mc.csv │ ├── 50.vr630.mc.csv │ ├── 50.zeo.mc.csv │ ├── 51.vr630.mc.3.csv │ ├── 52.mc2.mc.4.csv │ ├── 52.vr_70.csv │ ├── 53.mc2.mc.5.csv │ ├── 54.mc2.mc.6.csv │ ├── 55.mc2.mc.7.csv │ ├── 64.v65.csv │ ├── 75.rcc.csv │ ├── 75.v81.csv │ ├── 76.vwz.csv │ ├── 76.vwzio.csv │ ├── 7c.rcc.6.csv │ ├── 7c.v81.6.csv │ ├── 84.zeo.csv │ ├── _templates.csv │ ├── a0.sol.hwc.csv │ ├── a1.sol.cc.csv │ ├── bai.0010002315.inc │ ├── bai.0010002465.inc │ ├── bai.0010003857.inc │ ├── bai.0010003886.inc │ ├── bai.0010004121.inc │ ├── bai.0010004150.inc │ ├── bai.0010005400.inc │ ├── bai.0010006101.inc │ ├── bai.0010006341.inc │ ├── bai.0010007508.inc │ ├── bai.0010008045.inc │ ├── bai.0010010674.inc │ ├── bai.0010015600.inc │ ├── bai.0010021961.inc │ ├── bai.0020066007.inc │ ├── bai.308523.inc │ ├── broadcast.csv │ ├── e0.omu.csv │ ├── e1.omu.1.csv │ ├── ec.sol.sc.csv │ ├── ec.solsy.sc.csv │ ├── ec.zeo.sc.csv │ ├── ed.pms.sc.csv │ ├── errors.inc │ ├── f5.rcc.3.csv │ ├── f5.v81.3.csv │ ├── fc.rcc.7.csv │ ├── fc.v81.7.csv │ ├── general.csv │ ├── hcmode.inc │ ├── hwcmode.inc │ ├── iotest620.inc │ ├── iotest630.inc │ ├── iotestact.inc │ ├── iotestbmc.inc │ ├── iotestbsol.inc │ ├── iotesthp.inc │ ├── mcmode.inc │ ├── quick.inc │ ├── roomtempoffset.inc │ ├── scan.csv │ ├── service.inc │ ├── tempsetpoints.inc │ ├── timer.inc │ ├── timercc.inc │ ├── timercool.inc │ ├── timerhc.inc │ ├── timerhwc.inc │ ├── timertariff.inc │ ├── yield3d43.inc │ ├── yield3f40.inc │ ├── yield4445.inc │ ├── yield8485.inc │ └── yield8485r.inc ├── ebusd-2.x.x ├── de │ ├── _templates.csv │ ├── broadcast.csv │ ├── kromschroeder │ ├── memory.csv │ ├── vaillant │ │ ├── 05.vd2.csv │ │ ├── 05.vd3.csv │ │ ├── 05.vd4.csv │ │ ├── 05.vd6.csv │ │ ├── 05.vl8.csv │ │ ├── 05.vl9.csv │ │ ├── 06.pms.csv │ │ ├── 08.bai.HW7401.csv │ │ ├── 08.ehp.csv │ │ ├── 0a.pmw.hwc.csv │ │ ├── 15.140.csv │ │ ├── 15.350.csv │ │ ├── 15.360.csv │ │ ├── 15.36p.csv │ │ ├── 15.392.csv │ │ ├── 15.400.csv │ │ ├── 15.430.csv │ │ ├── 15.470.csv │ │ ├── 15.e7f.csv │ │ ├── 15.f43.csv │ │ ├── 15.f47.csv │ │ ├── 15.heb.csv │ │ ├── 15.hep.csv │ │ ├── 15.sdr_p.csv │ │ ├── 15.ui.csv │ │ ├── 15.uih.csv │ │ ├── 1c.rcc.4.csv │ │ ├── 1c.v81.4.csv │ │ ├── 23.ehp.cc.csv │ │ ├── 23.solsy.cc.csv │ │ ├── 23.vr630.cc.csv │ │ ├── 25.ehp.hwc.csv │ │ ├── 25.solsy.hwc.csv │ │ ├── 25.vr630.hwc.csv │ │ ├── 26.solsy.hc.csv │ │ ├── 26.vr630.hc.csv │ │ ├── 35.rcc.1.csv │ │ ├── 35.v81.1.csv │ │ ├── 3c.rcc.5.csv │ │ ├── 3c.v81.5.csv │ │ ├── 50.ehp.mc.csv │ │ ├── 50.solsy.mc.csv │ │ ├── 50.v61.csv │ │ ├── 50.vr630.mc.csv │ │ ├── 51.vr630.mc.3.csv │ │ ├── 52.mc2.4.csv │ │ ├── 53.mc2.5.csv │ │ ├── 75.rcc.csv │ │ ├── 75.v81.csv │ │ ├── _templates.csv │ │ ├── a0.sol.hwc.csv │ │ ├── a1.sol.cc.csv │ │ ├── broadcast.csv │ │ ├── e0.omu.csv │ │ ├── ec.sol.sc.csv │ │ ├── ec.solsy.sc.csv │ │ ├── ed.pms.sc.csv │ │ └── scan.csv │ └── wolf │ │ ├── 08.csv │ │ ├── 50.csv │ │ ├── broadcast.csv │ │ └── wolf.ods └── en │ ├── _templates.csv │ ├── broadcast.csv │ ├── memory.csv │ └── vaillant │ ├── 05.vd2.csv │ ├── 05.vd3.csv │ ├── 05.vd4.csv │ ├── 05.vd6.csv │ ├── 05.vl8.csv │ ├── 05.vl9.csv │ ├── 06.pms.csv │ ├── 08.bai.HW7401.csv │ ├── 08.ehp.csv │ ├── 0a.pmw.hwc.csv │ ├── 15.140.csv │ ├── 15.350.csv │ ├── 15.360.csv │ ├── 15.36p.csv │ ├── 15.392.csv │ ├── 15.400.csv │ ├── 15.430.csv │ ├── 15.470.csv │ ├── 15.e7f.csv │ ├── 15.f43.csv │ ├── 15.f47.csv │ ├── 15.heb.csv │ ├── 15.hep.csv │ ├── 15.sdr_p.csv │ ├── 15.ui.csv │ ├── 15.uih.csv │ ├── 1c.rcc.4.csv │ ├── 1c.v81.4.csv │ ├── 23.ehp.cc.csv │ ├── 23.solsy.cc.csv │ ├── 23.vr630.cc.csv │ ├── 25.ehp.hwc.csv │ ├── 25.solsy.hwc.csv │ ├── 25.vr630.hwc.csv │ ├── 26.solsy.hc.csv │ ├── 26.vr630.hc.csv │ ├── 35.rcc.1.csv │ ├── 35.v81.1.csv │ ├── 3c.rcc.5.csv │ ├── 3c.v81.5.csv │ ├── 50.ehp.mc.csv │ ├── 50.solsy.mc.csv │ ├── 50.v61.csv │ ├── 50.vr630.mc.csv │ ├── 51.vr630.mc.3.csv │ ├── 52.mc2.4.csv │ ├── 53.mc2.5.csv │ ├── 75.rcc.csv │ ├── 75.v81.csv │ ├── _templates.csv │ ├── a0.sol.hwc.csv │ ├── a1.sol.cc.csv │ ├── broadcast.csv │ ├── e0.omu.csv │ ├── ec.sol.sc.csv │ ├── ec.solsy.sc.csv │ ├── ed.pms.sc.csv │ └── scan.csv ├── latest ├── libebus-0.1.x ├── vaillant │ ├── ehp00.csv │ ├── ehp00.ods │ ├── mc2.csv │ ├── mc2.ods │ ├── pms00.csv │ ├── pms00.ods │ ├── pmw00.csv │ ├── pmw00.ods │ ├── uih00.csv │ ├── uih00.ods │ ├── vd600.csv │ └── vd600.ods └── wolf │ ├── wolf_cycle.csv │ └── wolf_cycle.ods ├── libebus-0.2.x ├── vaillant │ ├── ehp00.csv │ ├── ehp00.ods │ ├── mc2.csv │ ├── mc2.ods │ ├── pms00.csv │ ├── pms00.ods │ ├── pmw00.csv │ ├── pmw00.ods │ ├── uih00.csv │ ├── uih00.ods │ ├── vd600.csv │ └── vd600.ods └── wolf │ ├── wolf_cycle.csv │ └── wolf_cycle.ods ├── make_all.sh ├── make_debian.sh └── make_tgz.sh /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | /ebusd-configuration-*.deb 3 | /ebusd-configuration-*.tgz 4 | -------------------------------------------------------------------------------- /ChangeLog.md: -------------------------------------------------------------------------------- 1 | # 2024-01-20 2 | * added vaillant/15.bass 3 | * added vaillant/08.recov 4 | * extended vaillant/15.700 with zone 3 timers 5 | 6 | # 2023-09-23 7 | * added energyintegral for vailant/08.hmu 8 | * extended sfmode for vaillant/15.700+720+b7v+basv 9 | * added further vaillant/08.bai 0010015600 variants: 0010021875+0010021887 10 | * added vaillant/15.450+f45 11 | * added special hardware variant of vaillant/15.350 12 | 13 | # 2023-01-02 14 | * added cooling, global off, and ventilation to vaillant/15.700 15 | * added vaillant/15.160 16 | * added another vaillant/08.bai 0010015600 variant: 0010021929 17 | 18 | # 2022-05-08 19 | * added vaillant/15.e7c and 15.e7f_2 20 | * fix wrong assignment of vaillant/08.bai 0010014917 in en folder 21 | * added vaillant/08.bai derivates: 0010008045, 0010008863, 0010023648 22 | * added another vaillant/08.bai 0010015600 variant: 0010019276 23 | 24 | # 2021-12-12 25 | * added another vaillant/08.bai 0010015600 variant: 0010021891 26 | * made some counter values in vaillant/08.bai writable to installer 27 | 28 | # 2021-02-20 29 | * made vaillant/broadcast vdatetime writable to installer 30 | * added value 4=hwc to vaillant pumpstate 31 | * added hcname3 to vaillant/15.uih 32 | * added vaillant/15.720 and 15.basv 33 | * added vaillant/06.vms 34 | * added mctype7 value 6=circulation to vaillant templates 35 | 36 | # 2021-02-07 37 | * added vaillant/08.bai 0010021961 with variants 38 | * added vaillant/15.b7v 39 | * added cooling temp, fuel sum, energy sum for vaillant/15.700 40 | * added another vaillant/08.bai 0010015600 variant: 0010014917 41 | * added another temp for vaillant/50.v61.mc 42 | 43 | # 2019-10-06 44 | * added vaillant/f35 45 | 46 | # 2018-12-25 47 | * added heating circuit 3 and zone 3 to vaillant/15.700 and corrected english names 48 | -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 2.1 -------------------------------------------------------------------------------- /ebusd-0.5.x/ochsner/_templates.csv: -------------------------------------------------------------------------------- 1 | # template name,type / templates,divider / values,unit,comment 2 | group,UCH,,,Gruppe 3 | value,BI0:7,,,Wert 4 | type,HEX,,,Datentyp 5 | unit,HEX,,,Einheit 6 | maxu,UIN,,,Maximum 7 | minu,UIN,,,Minimum 8 | maxs,SIN,,,Maximum 9 | mins,SIN,,,Minimum 10 | command,group;value;type;unit,,,Kommando 11 | parameter,command;maxs;mins,,,Parameter 12 | temperature,SIN,10,°C,Temperatur 13 | -------------------------------------------------------------------------------- /ebusd-0.5.x/ochsner/ote2.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/ochsner/ote2.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/protherm/Protherm_Vaillant_Protokoll_short.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/protherm/Protherm_Vaillant_Protokoll_short.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/protherm/bai00-protherm.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/protherm/bai00-protherm.csv -------------------------------------------------------------------------------- /ebusd-0.5.x/protherm/scan.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,scan,,,,,B509,,,,,,,,,,,,, 3 | r,,id1,Scan ID,,,,24,,,IGN,,,,,,STR:8,,, 4 | r,,id2,Scan ID,,,,25,,,STR:9,,,,,,,,, 5 | r,,id3,Scan ID,,,,26,,,STR:9,,,,,,,,, 6 | r,,id4,Scan ID,,,,27,,,STR:2,,,,,,IGN:7,,, 7 | -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/_templates.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/_templates.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | b,,datetime,Datum/Uhrzeit,,,0700,,outsidetemp,,temp2,,,,time,,btime,,,,date,,bdate,,,,,,,,, 4 | r;b,broadcast,ident,Identifikation,,,0704,,manufacturer,,UCH,0x06=Dungs;0x0f=FH Ostfalia;0x10=TEM;0x11=Lamberti;0x14=CEB;0x15=Landis-Staefa;0x16=FERRO;0x17=MONDIAL;0x18=Wikon;0x19=Wolf;0x20=RAWE;0x30=Satronic;0x40=ENCON;0x50=Kromschröder;0x60=Eberle;0x65=EBV;0x75=Grässlin;0x85=ebm-papst;0x95=SIG;0xa5=Theben;0xa7=Thermowatt;0xb5=Vaillant;0xc0=Toby;0xc5=Weishaupt,,,,,id,,,Geräte-ID,software,,PIN,,,Software-Version,hardware,,PIN,,,Hardware-Version 5 | w,broadcast,ident,Identifikation,,FE,0704,,,,,,,,,,,,,,,,,,,,,,,,, 6 | b,,error,Fehlernachricht,,,FE01,,error,,STR:10,,,,,,,,,,,,,,,,,,,,, 7 | b,,netresetstate,Reset Netzwerkzustand,,,FF00,,,,,,,,,,,,,,,,,,,,,,,,, 8 | b,,netresetcfg,Reset Netzwerkkonfiguration,,,FF01,,,,,,,,,,,,,,,,,,,,,,,,, 9 | b,,netloss,Ausfall Teilnehmer,,,FF02,,,,,,,,,,,,,,,,,,,,,,,,, 10 | #,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11 | # Vaillant specific,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 12 | *b,broadcast,,,,FE,B516,,,,,,,,,,,,,,,,,,,,,,,,, 13 | b,,vdatetime,Datum/Uhrzeit,,,,00,time,,BTI,,,,date,,BDA,,,,,,,,,,,,,,, 14 | b,,outsidetemp,Außentemperatur,,,,01,,,temp2,,,,,,,,,,,,,,,,,,,,, 15 | *b,broadcast,,,,FE,B505,,,,,,,,,,,,,,,,,,,,,,,,, 16 | b,,hwStatus,Status Warmwasser,,,,27,,,onoff,,,,VF1,,temp0,,,,,,onoff,,,,,,,,, 17 | -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/broadcast.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/broadcast.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/ehp00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/ehp00.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/mc2.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/mc2.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/pms00.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,pms00,,,,ED,B509,0D,,,,,,,,,,,, 3 | *w,pms00,,,,ED,B509,0E,,,,,,,,,,,, 4 | r;w,,Date,Datum,,,,2400,,,date,,,,,,,,, 5 | r;w,,Time,Uhrzeit,,,,2300,,,HTI,,,,,,,,, 6 | r;w,,Country,Ländercode,,,,3900,,,UCH,,,,,,,,, 7 | r1,,YieldDay,Tagesertrag,,,,3B00,,,energy,,,,,,,,, 8 | r1,,YieldSum,Gesamtertrag,,,,5600,,,energy4,,,,,,,,, 9 | r1;w,,SolarNtcFrom,vom Kollektor,,,,0500,,,tempsensor,,,,,,,,, 10 | r1;w,,SolarNtcTo,zum Kollektor,,,,0600,,,tempsensor,,,,,,,,, 11 | r;w,,SolarPower,Solarpumpe Leistung,,,,1000,,,percent0,,,,,,,,, 12 | r;w,,SolarHours,Solarpumpe Laufzeit,,,,1B00,,,UIN,,h,,,,,,, 13 | r;w,,SolarRelay,Solarpumpe Relais,,,,0F00,,,onoff,,,,,,,,, 14 | r1;w,,BufferNtcFrom,vom Speicher,,,,0800,,,tempsensor,,,,,,,,, 15 | r1;w,,BufferNtcTo,zum Speicher,,,,0700,,,tempsensor,,,,,,,,, 16 | r;w,,BufferPower,Speicherpumpe Leistung,,,,1100,,,percent0,,,,,,,,, 17 | r;w,,BufferHours,Speicherpumpe Laufzeit,,,,4C00,,,UIN,,h,,,,,,, 18 | r,,BufferFlow,Speicherpumpe Volumenstrom,,,,2E00,,,UIN,,ml/min,,,,,,, 19 | -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/pms00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/pms00.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/pmw00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/pmw00.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/rcc.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *ra,rc2,,,,75,B509,0D,,,,,,,,,,,, 3 | *wa,rc2,,,,75,B509,0E,,,,,,,,,,,, 4 | *rb,rc4,,,,1C,B509,0D,,,,,,,,,,,, 5 | *wb,rc4,,,,1C,B509,0E,,,,,,,,,,,, 6 | ra;rb;wa;wb,,RoomTemp,Raumtemperatur IST,,,,0000,,,tempsensor,,,,,,,,, 7 | ra;rb;wa;wb,,RoomTempOffset,Raumtemperatur IST Offset,,,,1F00,,,temp,,,,,,,,, 8 | ra;rb;wa;wb,,RoomTempOffsetSelfWarming,Raumtemperatur IST Offset Eigenerwärmung,,,,2000,,,temp,,,,,,,,, 9 | ra;rb;wa;wb,,HolidayPeriod,Ferien Zeitraum,,,,4300,,,holiday,,,,,,,,, 10 | ra;rb;wa;wb,,HolidayRoomSetTemp,Ferien Solltemperatur,,,,2200,,,temp,,,,,,,,, 11 | ra;rb;wa;wb,,LcdContrast,Kontrast Display,,,,3600,,,UCH,,,,,,,,, 12 | -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/rcc.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/rcc.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/scan.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,scan,,,,,B509,,,,,,,,,,,,, 3 | r,,id1,Scan ID,,,,24,,,IGN,,,,,,STR:8,,, 4 | r,,id2,Scan ID,,,,25,,,STR:9,,,,,,,,, 5 | r,,id3,Scan ID,,,,26,,,STR:9,,,,,,,,, 6 | r,,id4,Scan ID,,,,27,,,STR:2,,,,,,IGN:7,,, 7 | -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/scan.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/scan.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/vaillant/uih00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/vaillant/uih00.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/wolf/_templates.csv: -------------------------------------------------------------------------------- 1 | # template name,type / templates,divider / values,unit,comment 2 | #ebus specification types:,,,, 3 | cntstarts,BCD:3,,,Anlaufzähler 4 | cntminutes,BCD,,min,Betriebsstunden 5 | cnthours,BCD:3,,h,Betriebsstunden 6 | cntfuel,BCD:4,,,Brennstoffmenge 7 | unit,UCH,0=all;1=l;2=m³,,Einheit 8 | fueltype,UCH,0=any;1=oil;2=gas,,Brennstoffart 9 | countertype,UCH,0=starts;1=hours 1;2=hours 2;3=hours 3;4=hours 4;5=modulation;16=amount,,Zählerart 10 | opdatacyclic,UCH,0x55=stop;0xaa=start,,zyklische Übertragung 11 | opdatatransfer,UCH,0=stop;1=cyclic;2=event;3=single;3=cyclic and event,,Übertragung 12 | opdataheat,UCH,0x00=off;0x01=none;0x55=hotwater;0xaa=heating;0xcc=emissioncheck;0xdd=tüv;0xee=controlstop;0x66=hotwater in controlstop;0xbb=hotwater in heating;0xee=controlstop in stage,,Wärmeanforderung 13 | opdataaction,UCH,0x00=none;0x01=stop pump;0x02=start pump;0x03=stop consumer;0x04=start consumer,, 14 | desiredtemp,UCH,,°C,Solltemperatur 15 | outsidetemp,SCH,,°C,Außentemperatur 16 | percent,D2C,,%, 17 | percent0,UCH,,%, 18 | percent1,D1C,,%, 19 | percent2,D2B,,%, 20 | spercent,SCH,,%, 21 | temp,D2C,,°C,Temperatur 22 | temp0,UCH,,°C,Temperatur 23 | temp1,D1C,,°C,Temperatur 24 | temp2,D2B,,°C,Temperatur 25 | press,D2B,,bar,Druck 26 | btime,BTI,,,Uhrzeit 27 | bdate,BDA,,,Datum 28 | id,STR:5,,,Geräte-ID 29 | version,PIN,,,Version 30 | skip,IGN:1,,, 31 | -------------------------------------------------------------------------------- /ebusd-0.5.x/wolf/_templates.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/wolf/_templates.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/wolf/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | b,,datetime,Datum/Uhrzeit,,,0700,,outsidetemp,,temp2,,,,time,,btime,,,,date,,bdate,,,,,,,,, 4 | b,,ident,Identifikation,,,0704,,manufacturer,,UCH,0x06=Karl Dungs GmbH;0x0f=FH Braunschweig/Wolfenbüttel;0x10=TEM AG für Elektronik Intertem Vertriebs AG;0x11=Lamberti Elektronik;0x14=CEB Compagnie Européenne de Brûleurs S.A.;0x15=Landis & Staefa;0x16=FERRO Wärmetechnik GmbH & Co.KG;0x17=MONDIAL electronic Ges.mbH;0x18=Wikon Kommunikationstechnik GmbH;0x19=Wolf GmbH;0x20=RAWE Electronic GmbH;0x30=Satronic AG;0x40=ENCON Electronics;0x50=G. Kromschröder AG;0x60=Eberle Controls GmbH;0x65=EBV Elektronikbau;0x75=Grässlin GmbH & Co.KG;0x85=Motoren und Ventilatoren Landshut GmbH;0x95=SIG Berger Lahr GmbH & Co KG;0xa5=Theben Zeitschaltautomatik;0xa7=Thermowatt s.p.a.;0xb5=Joh. Vaillant GmbH & Co.;0xc0=Toby AG;0xc5=Max Weishaupt GmbH,,,,,id,,,,software,,PIN,,,,hardware,,PIN,,, 5 | b,,error,Fehlernachricht,,,FE01,,error,,STR:10,,,,,,,,,,,,,,,,,,,,, 6 | b,,netresetstate,Reset Netzwerkzustand,,,FF00,,,,,,,,,,,,,,,,,,,,,,,,, 7 | b,,netresetcfg,Reset Netzwerkkonfiguration,,,FF01,,,,,,,,,,,,,,,,,,,,,,,,, 8 | b,,netloss,Ausfall Teilnehmer,,,FF02,,,,,,,,,,,,,,,,,,,,,,,,, 9 | -------------------------------------------------------------------------------- /ebusd-0.5.x/wolf/broadcast.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/wolf/broadcast.ods -------------------------------------------------------------------------------- /ebusd-0.5.x/wolf/wolf.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field1,part (m;s),type / templates,divider / values,unit,comment,field2,part (m;s),type / templates,divider / values,unit,comment,field3,part (m;s),type / templates,divider / values,unit,comment,field4,part (m;s),type / templates,divider / values,unit,comment,field5,part (m;s),type / templates,divider / values,unit,comment,field6,part (m;s),type / templates,divider / values,unit,comment,field7,part (m;s),type / templates,divider / values,unit,comment,field8,part (m;s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *w,betrd,,,,03,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4 | b,,feuerung,Betriebsdaten des Feuerungsautomaten an den Regler,,,0503,01,status,,HEX,,,Feuerungsautomatstatus,zustand,,HEX,,,Feuerungsautomatzustand,stellgrad,,percent0,,,StellgradKesselleistung (Wolf Gastherme Ersatzwert: FF),kesseltemp,,temp1,,,Kesseltemperatur ,ruecklauftemp,,temp0,,,Rücklauftemperatur ,boilertemp,,temp0,,,Boilertemperatur ,aussentemp,,SCH,,°C,Außentemperatur ,,,,,, 5 | w,,regler,Betriebsdaten des Reglers an den Feuerungsautomaten,,,0507,,status,,HEX,0x00=aus;0x01=keine;0x55=Brauchwasser;0xAA=Heizen;0xCC=Emisionskontrolle;0xDD=TÜV;0xEE=Reglerstop;0x66=Brauchwasser_Reglerstop;0xBB=Brauchwasser_Heizen;0x44=Reglerstop_stufig,,Statuswärmeanforderung,aktion,,HEX,0x00=keine;0x01=Kesselpumpeaus;0x02=Kesselpumpean;0x03=Verbraucheraus;0x04=Verbraucheran,,variable Verbraucher,brauchwasser,,temp,,,Brauchwassersollwert,solldruck,,press,,,Kesselsollwertdruck ,stellgrad,,percent1,,,Stellgradanforderung,kesselsolltemp,,temp1,,,Kesselsollwerttemperatur ,brennstoff,,HEX,0x00=dc;0x01=Gas;0x02=Öl;0x03=dc,,Brennstoffwahl,,,,,, 6 | w,sollw,regler,Sollwertübertragung des Reglers an andere Regler,,,0800,,kesselsolltemp,,temp2,,,Kesselsollwert,aussentemp,,temp2,,,Außentemperatur,leistungszwang,,D1B,,%,Leistungszwang,status,,HEX,,,Status,brauchwassersolltemp,,temp2,,,Brauchwassersollwert,,,,,,,,,,,,,,,,,, 7 | -------------------------------------------------------------------------------- /ebusd-0.5.x/wolf/wolf.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-0.5.x/wolf/wolf.ods -------------------------------------------------------------------------------- /ebusd-1.x.x/ochsner/22102.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-1.x.x/ochsner/22102.ods -------------------------------------------------------------------------------- /ebusd-1.x.x/ochsner/_templates.csv: -------------------------------------------------------------------------------- 1 | # template name,type / templates,divider / values,unit,comment 2 | #ebus specification types:,,,, 3 | cntstarts,BCD:3,,,Anlaufzähler 4 | cntminutes,BCD,,min,Betriebsstunden 5 | cnthours,BCD:3,,h,Betriebsstunden 6 | cntfuel,BCD:4,,,Brennstoffmenge 7 | unit,UCH,0=all;1=l;2=m³,,Einheit 8 | fueltype,UCH,0=any;1=oil;2=gas,,Brennstoffart 9 | countertype,UCH,0=starts;1=hours 1;2=hours 2;3=hours 3;4=hours 4;5=modulation;16=amount,,Zählerart 10 | opdatacyclic,UCH,0x55=stop;0xaa=start,,zyklische Übertragung 11 | opdatatransfer,UCH,0=stop;1=cyclic;2=event;3=single;3=cyclic and event,,Übertragung 12 | opdataheat,UCH,0x00=off;0x01=none;0x55=hotwater;0xaa=heating;0xcc=emissioncheck;0xdd=tüv;0xee=controlstop;0x66=hotwater in controlstop;0xbb=hotwater in heating;0xee=controlstop in stage,,Wärmeanforderung 13 | opdataaction,UCH,0x00=none;0x01=stop pump;0x02=start pump;0x03=stop consumer;0x04=start consumer,, 14 | desiredtemp:temperature,UCH,,°C,Solltemperatur 15 | outsidetemp:temperature,SCH,,°C,Außentemperatur 16 | percent,D2C,,%, 17 | percent0:percent,UCH,,%, 18 | percent1:percent,D1C,,%, 19 | percent2:percent,D2B,,%, 20 | spercent:percent,SCH,,%, 21 | temp:temperature,D2C,,°C,Temperatur 22 | temp0:temperature,UCH,,°C,Temperatur 23 | temp1:temperature,D1C,,°C,Temperatur 24 | temp2:temperature,D2B,,°C,Temperatur 25 | press:pressure,D2B,,bar,Druck 26 | btime:time,BTI,,,Uhrzeit 27 | bdate:date,BDA,,,Datum 28 | id,STR:5,,,Geräte-ID 29 | version,PIN,,,Version 30 | skip,IGN:1,,, 31 | ,,,, 32 | #Ochsner types:,,,, 33 | group,UCH,,,Gruppe 34 | value,BI0:7,,,Wert 35 | type,HEX,,,Datentyp 36 | unit,HEX,,,Einheit 37 | maxu:max,UIN,,,Maximum 38 | minu:min,UIN,,,Minimum 39 | maxs:max,SIN,,,Maximum 40 | mins:min,SIN,,,Minimum 41 | command,group;value;type;unit,,,Kommando 42 | param,command;maxs;mins,,,Parameter 43 | tempt:temperature,SIN,10,°C,Temperatur 44 | humidity,UIN,,%, 45 | status,UCH,,, 46 | percent100:percent,SIN,100,%, 47 | hpstatus:status,UCH,0=Abgeschaltet;1=Heizbetrieb;2=Vorlaufzeit Heizbetrieb;3=Extern gesperrt;4=Kühlbetrieb;5=Vorlaufzeit Kühlbetrieb;6=Vorlaufzeit Abtaubetrieb;7=Abtaubetrieb;8=Störung;9=Abtropfen;10=DT Ueberwachung;11=Abtau Vorheizung;12=Abtauen 1;13=Abtauen 2;14=Abtauen 3;15=Alarm;16=Störung;17=Blockiert;21=TWVmax Abschaltung;22=TWVsoll Abschaltung;23=TWEmax Abschaltung;24=TWAmin Abschaltung;25=TKAmin Abschaltung;26=Bivalenzabschaltung;27=Warmwasser Ladesperre;28=Minimale Auszeit;29=Minimale Einzeit,, 48 | volume,UIN,10,, 49 | kwh,UIN,10,kW/h, 50 | mwh,UIN,,MW/h, 51 | hours,HCD,,h, 52 | cycles,HCD,100,, 53 | -------------------------------------------------------------------------------- /ebusd-1.x.x/ochsner/_templates.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-1.x.x/ochsner/_templates.ods -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | b,,datetime,Datum/Uhrzeit,,,0700,,outsidetemp,,temp2,,,,time,,btime,,,,date,,bdate,,,,,,,,, 4 | r;b,broadcast,ident,Identifikation,,,0704,,manufacturer,,UCH,0x06=Dungs;0x0f=FH Ostfalia;0x10=TEM;0x11=Lamberti;0x14=CEB;0x15=Landis-Staefa;0x16=FERRO;0x17=MONDIAL;0x18=Wikon;0x19=Wolf;0x20=RAWE;0x30=Satronic;0x40=ENCON;0x50=Kromschröder;0x60=Eberle;0x65=EBV;0x75=Grässlin;0x85=ebm-papst;0x95=SIG;0xa5=Theben;0xa7=Thermowatt;0xb5=Vaillant;0xc0=Toby;0xc5=Weishaupt,,,,,id,,,Geräte-ID,software,,PIN,,,Software-Version,hardware,,PIN,,,Hardware-Version 5 | w,broadcast,ident,Identifikation,,FE,0704,,,,,,,,,,,,,,,,,,,,,,,,, 6 | b,,error,Fehlernachricht,,,FE01,,error,,STR:10,,,,,,,,,,,,,,,,,,,,, 7 | b,,netresetstate,Reset Netzwerkzustand,,,FF00,,,,,,,,,,,,,,,,,,,,,,,,, 8 | b,,netresetcfg,Reset Netzwerkkonfiguration,,,FF01,,,,,,,,,,,,,,,,,,,,,,,,, 9 | b,,netloss,Ausfall Teilnehmer,,,FF02,,,,,,,,,,,,,,,,,,,,,,,,, 10 | #,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11 | # Vaillant specific,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 12 | *b,broadcast,,,,FE,B516,,,,,,,,,,,,,,,,,,,,,,,,, 13 | b,,vdatetime,Datum/Uhrzeit,,,,00,time,,BTI,,,,date,,BDA,,,,,,,,,,,,,,, 14 | b,,outsidetemp,Außentemperatur,,,,01,,,temp2,,,,,,,,,,,,,,,,,,,,, 15 | *b,broadcast,,,,FE,B505,,,,,,,,,,,,,,,,,,,,,,,,, 16 | b,,hwStatus,Status Warmwasser,,,,27,,,onoff,,,,VF1,,temp0,,,,,,onoff,,,,,,,,, 17 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/common.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m;s),type / templates,divider / values,unit,comment 2 | *h,heatgen,,Wärmeerzeuger,,08,B511,,,,,,, 3 | *rh,heatgen,,Wärmeerzeuger,,08,B504,,,,,,, 4 | *rw,hwc,,Warmwasser,,25,B504,,,,,,, 5 | *ww,hwc,,Warmwasser,,25,B505,,,,,,, 6 | *rc,cp,,Zirkulation,,23,B504,,,,,,, 7 | *wc,cp,,Zirkulation,,23,B505,,,,,,, 8 | *rm,mc,,Mischer,,50,B504,,,,,,, 9 | *wm,mc,,Mischer,,50,B505,,,,,,, 10 | *rm4,mc4,,Mischer,,52,B504,,,,,,, 11 | *wm4,mc4,,Mischer,,52,B505,,,,,,, 12 | *rm5,mc5,,Mischer,,53,B504,,,,,,, 13 | *wm5,mc5,,Mischer,,53,B505,,,,,,, 14 | rh;rm;rm4;rm5,,DateTime,Datum Uhrzeit,,,,00,,,dcfstate;btime;bdate;temp2,,, 15 | rw;rc,,Mode,Betriebsart,,,,01,,,temp0;hwcmode;IGN:2;HEX;IGN;onoff;IGN,,, 16 | rm;rm4;rm5,,Mode,Betriebsart,,,,01,,,temp0;mcmode;IGN:2;HEX;IGN;onoff;IGN,,, 17 | h,,Mode,Betriebsart,,,B510,00,mode,,UCH,0=off;1=standby;2=heat;3=water,, 18 | h,,Status,Status,,,,03,,,temp;press;press;HEX:4,,, 19 | h,,Status01,VL/RL/AussenTemp/VLWW/SpeicherTemp/Status,,,,01,,,temp1;temp1;temp2;temp1;temp1;pumpstate,,, 20 | h,,Status02,Mode/maxTemp/ReglerCurrentTEMP/maxTemp/ReglerCurrentTemp,,,,02,,,hwcmode;temp0;temp1;temp0;temp1,,, 21 | rw;rc;rm;rm4;rm5,,Status,Status,,,,0D,,,temp0;onoff;temp;temp0,,, 22 | rw;rc;rm;rm4;rm5,,Timer.Monday,Zeitfenster Montag,,,,02,,,slot1-3;daysel,,, 23 | rw;rc;rm;rm4;rm5,,Timer.Tuesday,Zeitfenster Dienstag,,,,03,,,slot1-3;daysel,,, 24 | rw;rc;rm;rm4;rm5,,Timer.Wednesday,Zeitfenster Mittwoch,,,,04,,,slot1-3;daysel,,, 25 | rw;rc;rm;rm4;rm5,,Timer.Thursday,Zeitfenster Donnerstag,,,,05,,,slot1-3;daysel,,, 26 | rw;rc;rm;rm4;rm5,,Timer.Friday,Zeitfenster Freitag,,,,06,,,slot1-3;daysel,,, 27 | rw;rc;rm;rm4;rm5,,Timer.Saturday,Zeitfenster Samstag,,,,07,,,slot1-3;daysel,,, 28 | rw;rc;rm;rm4;rm5,,Timer.Sunday,Zeitfenster Sonntag,,,,08,,,slot1-3;daysel,,, 29 | ww;wc;wm;wm4;wm5,,Timer.Monday,Zeitfenster Montag,,,,0901,,,slot1-3;daysel,,, 30 | ww;wc;wm;wm4;wm5,,Timer.Tuesday,Zeitfenster Dienstag,,,,0902,,,slot1-3;daysel,,, 31 | ww;wc;wm;wm4;wm5,,Timer.Wednesday,Zeitfenster Mittwoch,,,,0903,,,slot1-3;daysel,,, 32 | ww;wc;wm;wm4;wm5,,Timer.Thursday,Zeitfenster Donnerstag,,,,0904,,,slot1-3;daysel,,, 33 | ww;wc;wm;wm4;wm5,,Timer.Friday,Zeitfenster Freitag,,,,0905,,,slot1-3;daysel,,, 34 | ww;wc;wm;wm4;wm5,,Timer.Saturday,Zeitfenster Samstag,,,,0906,,,slot1-3;daysel,,, 35 | ww;wc;wm;wm4;wm5,,Timer.Sunday,Zeitfenster Sonntag,,,,0907,,,slot1-3;daysel,,, 36 | wm;wm4;wm5,,RoomTempSwitch,Raumtemperatur Aufschaltung,,,,2D,,,temp;IGN,,, 37 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/ehp.hwc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,EHP00,AMU Wärmepumpe,EHP00 172 327+427,,,,,,,,,, 3 | *r,hwc,,,,"25","B509","0D",,,,,, 4 | *w,hwc,,,,"25","B509","0E",,,,,, 5 | *wi,hwc#install,,,,"25","B509","0E",,,,,, 6 | # ##### DHW: Parameter und Informationen #####,,,,,,,,,,,,, 7 | r;w,,OperatingMode,Betriebsart,,,,"2B00",,,hwcmode,,,"Betriebsmodus Warmwasser (Auto, Ein, Aus)" 8 | r;wi,,StorageTempDesiredStop,Max. Warmwassertemp,,,,"8200",,,temp,,,"Anzeige maximale Warmwassertemperatur, erfolgt nur, wenn die Zusatzheizung für Warmwasser freigeschaltet ist! Ohne Zusatzheizung wird die Warmwasser-Temperatur nur durch die Drucksensor-Regelabschaltung begrenzt (ca. 58 °C Speichertemperatur)." 9 | r;wi,,StorageTempDesiredStart,Min. Warmwassertemp,,,,"8300",,,temp,,,"Min. Warmwasser, Starttemperatur für die Nachladung des Warmwasserspeichers." 10 | r;wi,,LegioProtectionEnabled,Legionellenschutz,,,,"4000",,,yesno,,,"Der Legionellenschutz wird, wenn eine Zusatzheizung aktiviert ist, bei „AN“ Mittwochs zur eingestellten Uhrzeit durch die Zusatzheizung ausgeführt." 11 | r;wi,,LegionellaStartTime,Startzeit Legionellenschutz,,,,"6700",,,time2,,,"Startzeit des Legionellenschutzes wenn aktiviert, immer Mittwochs." 12 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/ehp.mc_fixvaluecircuit.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,EHP00,AMU Wärmepumpe,EHP00 172 327+427 Fix value circuit,,,,,,,,,, 3 | *r,mc,,,,"50","B509","0D",,,,,, 4 | *w,mc,,,,"50","B509","0E",,,,,, 5 | *wi,mc#install,,,,"50","B509","0E",,,,,, 6 | # ##### MK: Parameter und Informationen #####,,,,,,,,,,,,, 7 | r;w,,OperatingMode,Betriebsart,,,,"2B00",,,mcmode,,,"Betriebsmodus Heizen (Auto, Eco, Heizen, Absenken, Aus)" 8 | r;wi,,CfgHeatSinkType,Kreis Typ,,,,"3C00",,,mctype,,,Einstellung des Typs für den Heizkreis.- Brennerkreis: Hydraulikplan 1 und 3.- Mischerkreis: Hydraulikplan 2 und 4.- Festwert: Fest eingestellte Vorlauf-Solltemperatur für Tag und für Nacht. 9 | r;w,,TempDesired,Festwert Tag,,,,"3200",,,temp1,,,Festwert Tag 10 | r;w,,TempDesiredLow,Festwert Nacht,,,,"3300",,,temp1,,,Festwert Nacht 11 | r;w,,OtShutdownLimit,Außentemp. Abschaltgrenze,,,,"3600",,,desiredtemp,,,AT-Abschaltgrenze: Temperaturgrenze für Abschaltung des Heizbetriebs (Sommer-Funktion). 12 | r;wi,,FlowTempMin,Min. Vorlauftemp.,,,,"3000",,,temp0,,,BMR:Minimum Flow Temperature for circuit 13 | r;w,,FlowTempDesired,Vorlaufsolltemperatur,,,,"4600",,,temp1,,,BMR:flow temperature that is actually desired by circuit 14 | r;wi,,FlowTempMax,Max. Vorlauftemp.,,,,"3100",,,temp0,,,BMR:Maximum Flow Temperature for circuit 15 | r;wi,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,hours,,,"Um die Trägheit der Fußbodenheizung zu berücksichtigen, können Sie eine Voraufheizung vor Beginn der programmierten Heizzeit manuell einstellen." 16 | r;wi,,FloorProtectionLimit,Fußbodenschutz,,,,"7B01",,,desiredtemp,,,Fußbodenschutztemperatur. Überschreitet die VF2 -IST-Temperatur diesen Wert wird ein Fehler ausgelöst. 17 | r;wi,,FloorPavingDryingDay,Estrichtrocknung Tag,,,,"3B00",,,UCH,,,"Sie können den Anfangstag für die Estrichtrocknung wählen, die Temperatur für die Vorlaufsolltemperatur wird automatisch gemäß Estrich trocknungsfunktion aufgerufen." 18 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/ehp.mc_mixercircuit.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,EHP00,AMU Wärmepumpe,EHP00 172 327+427 Mixer circuit,,,,,,,,,, 3 | *r,mc,,,,"50","B509","0D",,,,,, 4 | *w,mc,,,,"50","B509","0E",,,,,, 5 | *wi,mc#install,,,,"50","B509","0E",,,,,, 6 | # ##### MK: Parameter und Informationen #####,,,,,,,,,,,,, 7 | r;w,,OperatingMode,Betriebsart,,,,"2B00",,,mcmode,,,"Betriebsmodus Heizen (Auto, Eco, Heizen, Absenken, Aus)" 8 | r;wi,,CfgHeatSinkType,Kreis Typ,,,,"3C00",,,mctype,,,Einstellung des Typs für den Heizkreis.- Brennerkreis: Hydraulikplan 1 und 3.- Mischerkreis: Hydraulikplan 2 und 4.- Festwert: Fest eingestellte Vorlauf-Solltemperatur für Tag und für Nacht. 9 | r;w,,TempDesired,Raumsolltemperatur,,,,"3200",,,temp1,,,Raumsolltemperatur 10 | r;w,,TempDesiredLow,Absenktemperatur,,,,"3300",,,temp1,,,Absenktemperatur 11 | r;w,,HeatingCurve,Heizkurve,,,,"3500",,,curve,,,Die Heizkurve stellt das Verhältnis zwischen Außentemperatur und Vorlaufsolltemperatur dar. Die Einstellung erfolgt für jeden Heizkreis separat. 12 | r;w,,OtShutdownLimit,Außentemp. Abschaltgrenze,,,,"3600",,,desiredtemp,,,AT-Abschaltgrenze: Temperaturgrenze für Abschaltung des Heizbetriebs (Sommer-Funktion). 13 | r;wi,,FlowTempMin,Min. Vorlauftemp.,,,,"3000",,,temp0,,,BMR:Minimum Flow Temperature for circuit 14 | r;w,,FlowTempDesired,Vorlaufsolltemperatur,,,,"4600",,,temp1,,,BMR:flow temperature that is actually desired by circuit 15 | r;wi,,FlowTempMax,Max. Vorlauftemp.,,,,"3100",,,temp0,,,BMR:Maximum Flow Temperature for circuit 16 | r;wi,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,hours,,,"Um die Trägheit der Fußbodenheizung zu berücksichtigen, können Sie eine Voraufheizung vor Beginn der programmierten Heizzeit manuell einstellen." 17 | r;wi,,FloorProtectionLimit,Fußbodenschutz,,,,"7B01",,,desiredtemp,,,Fußbodenschutztemperatur. Überschreitet die VF2 -IST-Temperatur diesen Wert wird ein Fehler ausgelöst. 18 | r;wi,,FloorPavingDryingDay,Estrichtrocknung Tag,,,,"3B00",,,UCH,,,"Sie können den Anfangstag für die Estrichtrocknung wählen, die Temperatur für die Vorlaufsolltemperatur wird automatisch gemäß Estrich trocknungsfunktion aufgerufen." 19 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/error.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,error,,,,,B503,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *w,error,,,,,B503,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4 | r,,currenterror,Aktuelle Fehler,,,,0001,code,,UIN,,,,code,,UIN,,,,code,,UIN,,,,code,,UIN,,,,code,,UIN,,, 5 | r,,currentservice,Aktuelle Warungsmeldung,,,,0002,code,,UIN,,,,code,,UIN,,,,code,,UIN,,,,code,,UIN,,,,code,,UIN,,, 6 | r,,errorhistory,Fehlerhistorie,,,,0101,index,m,UCH,,,,state,,UCH,,,,,,time2,,,,,,date,,,,code,,UIN,,, 7 | r,,servicehistory,Historie Wartungsmeldungen,,,,0102,index,m,UCH,,,,data,,HEX:7,,,,,,,,,,,,,,,,,,,,, 8 | w,,clearerrorhistory,Fehlerhistorie löschen,,,,0201,cleared,s,yesno,,,,,,,,,,,,,,,,,,,,,,,,,,, 9 | w,,clearservicehistory,Historie Wartungsmeldungen löschen,,,,0202,cleared,s,yesno,,,,,,,,,,,,,,,,,,,,,,,,,,, 10 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/quick.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit 2 | *b,quick,,,,FE,B505,,,,,, 3 | *w,quick,,,,50,B505,,,,,, 4 | *w4,quick_mc4,,,,52,B505,,,,,, 5 | *w5,quick_mc5,,,,53,B505,,,,,, 6 | w;w4;w5,,party,Quick - Party,,,,05,,,onoff,, 7 | w;b,,load,Quick - WW Speicherladung,,,,06,,,onoff,, 8 | w;w4;w5,,save,Quick - Sparen bis,,,,07,,,TTH,, 9 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/scan.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,scan,,,,,B509,,,,,,,,,,,,, 3 | r,,id1,Scan ID,,,,24,,,IGN,,,,,,STR:8,,, 4 | r,,id2,Scan ID,,,,25,,,STR:9,,,,,,,,, 5 | r,,id3,Scan ID,,,,26,,,STR:9,,,,,,,,, 6 | r,,id4,Scan ID,,,,27,,,STR:2,,,,,,IGN:7,,, 7 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/sol.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,sol00,VR 68,sol 210 315+415,,,,,,,,,, 3 | *r,cc,,,,"A1","B509","0D",,,,,, 4 | *w,cc,,,,"A1","B509","0E",,,,,, 5 | # ##### CP: Zirkulationspumpe #####,,,,,,,,,,,,, 6 | r,,CirPump,Zirkulationspumpe,,,,"0500",,,onoff,,,Zirkulationspumpe 7 | # ##### CP: CP #####,,,,,,,,,,,,, 8 | r,,OperatingMode,Betriebsart,,,,"0F00",,,mcmode,,,"Operating mode of CP circuit (Auto=1,Manual,Off)" 9 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/sol.hwc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,sol00,VR 68,sol 210 315+415,,,,,,,,,, 3 | *r,hwc,,,,"A0","B509","0D",,,,,, 4 | *w,hwc,,,,"A0","B509","0E",,,,,, 5 | *wi,hwc#install,,,,"A0","B509","0E",,,,,, 6 | # ##### DHW: Generell #####,,,,,,,,,,,,, 7 | r;w,,TempDesired,Solltemperatur,,,,"1300",,,temp1,,,desired temperature (day temperature) for DHW 8 | r;wi,,LegioStartDay,Starttag Legionellenschutz,,,,"4E00",,,UCH,0=Mon;1=Tue;2=Wed;3=Thu;4=Fri;5=Sat;6=Sun;7=off;8=Mon-Sun,,Start day for legio protection 9 | r;wi,,LegioStartTime,Startzeit Legionellenschutz,,,,"4F00",,,UCH,,,Start time for legio protection 10 | r,,SolarGainPressLowDelay,SolarGain_LP_Delay,,,,"5D00",,,yesno,,,Parameter: Set TRUE for LP delay in case of solar gain 11 | # ##### DHW: Warmwasser #####,,,,,,,,,,,,, 12 | r,,LegionellaPump,Legionellenpumpe,,,,"0700",,,onoff,,,Legionella pump 13 | r;w,,OperatingMode,Betriebsart,,,,"0F00",,,mcmode,,,"Operating mode of DHW circuit (Auto=1,Manual,Off)" 14 | r,,FlowTempDesired,Vorlaufsolltemperatur,,,,"1600",,,temp1,,,Vorlaufsolltemperatur berechnet von VR68 15 | r,,HwcLegioProtectionMaxTimer,Legionellenschutz max. Timer,,,,"1A00",,,minutes0,,,Maximal time the legio protection state is hold (indepent of reached temperature) 16 | r,,HwcLoadingRequest,Ladeanforderung,,,,"1C00",,,yesno,,,Flag: Loading request to the energy manager for DHW 17 | r,,HwcLoadingEnabled,Ladefreigabe,,,,"1D00",,,yesno,,,Flag: Loading enabled by the energy manager 18 | r,,ActualTempDesired,Akt. Solltemperatur,,,,"1F00",,,temp1,,,"Current tank setpoint. Depends on the programmed period and current time, operating mode …" 19 | r,,HwcLegioTempOkTimer,Max. Rücklauftemperatur,,,,"2000",,,temp0,,,Time for which the temperature for legio protection should be hold 20 | r;wi,,HwcLaggingTime,WP Nachlaufzeit WW,,,,"2200",,,minutes0,,,Lagging time after tank loading 21 | r,,QuickVetoTempDesired,Quick Veto Sollwert,,,,"4600",,,temp,,,DHW setpoint in case of quick veto 22 | r;w,,ManualStorageTempDesired,Manueller Speichersollwert,,,,"4700",,,temp,,,DHW setpoint in case of manual mode 23 | r,,LegionellaProtectionActive,LegionellaProtectionActive,,,,"4900",,,yesno,,,Flag: Legionella protection active 24 | r,,IsInQuickVeto,Quick Veto aktiv,,,,"4B00",,,yesno,,,Flag: Quick veto active 25 | r;wi,,HwcTempOffset,T_DHWOffset,,,,"5000",,,desiredtemp,,,Offset between desired temperature and setpoint 26 | r,,HwcLoadingHysteresis,Hystereses Speicherladung,,,,"5C00",,,desiredtemp,,,"Parameter: Hysteresis for DHW tank loading, if there is no special hysteresis (legionella, frost protection...)." 27 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/solsy.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,SOLSY,auroMATIC 620/3,0020080463 163 500+600,,,,,,,,,, 3 | *r,cc,,,,"23","B509","0D",,,,,, 4 | *w,cc,,,,"23","B509","0E",,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 14 | -------------------------------------------------------------------------------- /ebusd-1.x.x/vaillant_de/vd6.csv: -------------------------------------------------------------------------------- 1 | vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/_templates.csv: -------------------------------------------------------------------------------- 1 | # template name,type / templates,divider / values,unit,comment 2 | cntstarts,BCD:3,,,Anlaufzähler 3 | cntminutes,BCD,,min,Betriebsminuten 4 | cnthours,BCD:3,,h,Betriebsstunden 5 | cntfuel,BCD:4,,,Brennstoffmenge 6 | unit,UCH,0=all;1=l;2=m³,,Einheit 7 | fueltype,UCH,0=any;1=oil;2=gas,,Brennstoffart 8 | countertype,UCH,0=starts;1=hours1;2=hours2;3=hours3;4=hours4;5=modulating;16=fuelquantity,,Zählerart 9 | opdatacyclic,UCH,0x55=stop;0xaa=start,,zyklische Übertragung 10 | opdatatransfer,UCH,0=stop;1=cyclic;2=event;3=single;3=cyclicandevent,,Übertragung 11 | opdataheat,UCH,0x00=off;0x01=none;0x55=hotwater;0xaa=heating;0xcc=emissioncheck;0xdd=qualitycontrol;0xee=controlstop;0x66=hotwaterincontrolstop;0xbb=hotwaterinheating;0x44=controlstopinstage,,Wärmeanforderung 12 | opdataaction,UCH,0x00=none;0x01=stoppump;0x02=startpump;0x03=stopconsumer;0x04=startconsumer,, 13 | desiredtemp,UCH,,°C,Solltemperatur 14 | outsidetemp,SCH,,°C,Außentemperatur 15 | percent,D2C,,%, 16 | percent0,UCH,,%, 17 | percent1,D1C,,%, 18 | percent2,D2B,,%, 19 | percents,SCH,,%, 20 | temp,D2C,,°C,Temperatur 21 | temp0,UCH,,°C,Temperatur 22 | temp1,D1C,,°C,Temperatur 23 | temp2,D2B,,°C,Temperatur 24 | press,D2B,,bar,Druck 25 | btime,BTI,,,Uhrzeit 26 | bdate,BDA,,,Datum 27 | bday,BDY,,,Wochentag 28 | id,STR:5,,,Geräte-ID 29 | version,PIN,,,Version 30 | skip,IGN:1,,, 31 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *r,broadcast,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 4 | *w,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 5 | b,,datetime,Datum/Uhrzeit,,,0700,,outsidetemp,,temp2,,,,time,,btime,,,,date,,bdate,,,,,,,,, 6 | r;b,,id,Identifikation,,,0704,,manufacturer,,UCH,0x06=Dungs;0x0f=FH Ostfalia;0x10=TEM;0x11=Lamberti;0x14=CEB;0x15=Landis-Staefa;0x16=FERRO;0x17=MONDIAL;0x18=Wikon;0x19=Wolf;0x20=RAWE;0x30=Satronic;0x40=ENCON;0x50=Kromschröder;0x60=Eberle;0x65=EBV;0x75=Grässlin;0x85=ebm-papst;0x95=SIG;0xa5=Theben;0xa7=Thermowatt;0xb5=Vaillant;0xc0=Toby;0xc5=Weishaupt;0xfd=ebusd.eu,,Geräte-Hersteller,,,id,,,Geräte-ID,software,,PIN,,,Software-Version,hardware,,PIN,,,Hardware-Version 7 | w,,id,Identifikation,,,0704,,,,,,,,,,,,,,,,,,,,,,,,, 8 | w,,queryexistence,Existenzanfrage,,,07FE,,,,,,,,,,,,,,,,,,,,,,,,, 9 | b,,signoflife,Lebenszeichen,,,07FF,,,,,,,,,,,,,,,,,,,,,,,,, 10 | b,,error,Fehlernachricht,,,FE01,,error,,STR:10,,,,,,,,,,,,,,,,,,,,, 11 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/memory.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *r,memory,,,,,,,,,,,,,,,,,,,,,,,, 3 | *wi,memory#install,,,,,,,,,,,,,,,,,,,,,,,, 4 | r,,ram,RAM Daten lesen,,,0900,,address,m,UIN,,,Startadresse,count,m,UCH,,,number of bytes,data,,HEX:*,,,Datenbytes 5 | wi,,ram,RAM Daten schreiben,,,0901,,address,,UIN,,,Startadresse,data,,HEX:*,,,Datenbytes,,,,,, 6 | r,,eeprom,EEPROM Daten lesen,,,0902,,address,m,UIN,,,Startadresse,count,m,UCH,,,number of bytes,data,,HEX:*,,,Datenbytes 7 | wi,,eeprom,EEPROM Daten schreiben,,,0903,,address,,UIN,,,Startadresse,data,,HEX:*,,,Datenbytes,,,,,, 8 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/05.vd2.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/05.vd3.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/05.vd6.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/05.vl8.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/05.vl9.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/08.recov.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,recov,recoVair 260,,,,,,,,,,, 3 | # ##### Generell #####,,,,,,,,,,,,, 4 | *r,,,,,,B513,,,,IGN:2,,, 5 | *w,,,,,,B509,,,,,,, 6 | r2,recov,VentIntensityDay,Lueftungsintensitaet Tag auslesen,,,,048a03,,,UCH,,, 7 | r2,recov,VentIntensityNight,Lueftungsintensitaet Nacht auslesen,,,,048b03,,,UCH,,, 8 | r2,recov,VentHeatRecovery,Waermerueckgewinnung auslesen,,,,048c03,,,UCH,0=auto;1=an;2=aus,, 9 | w,recov,SetVentIntensity1,Lueftungsintensitaet 1 setzen,,,,0e8a0301,,,,,, 10 | w,recov,SetVentIntensity2,Lueftungsintensitaet 2 setzen,,,,0e8a0302,,,,,, 11 | w,recov,SetVentIntensity3,Lueftungsintensitaet 3 setzen,,,,0e8a0303,,,,,, 12 | w,recov,SetVentIntensity4,Lueftungsintensitaet 4 setzen,,,,0e8a0304,,,,,, 13 | w,recov,SetVentIntensity5,Lueftungsintensitaet 5 setzen,,,,0e8a0305,,,,,, 14 | w,recov,SetVentIntensity6,Lueftungsintensitaet 6 setzen,,,,0e8a0306,,,,,, 15 | w,recov,SetVentHeatRecoveryAuto,Waermerueckgewinnung Auto,,,,0e8c0300,,,,,, 16 | w,recov,SetVentHeatRecoveryOn,Waermerueckgewinnung anschalten,,,,0e8c0301,,,,,, 17 | w,recov,SetVentHeatRecoveryOff,Waermerueckgewinnung ausschalten,,,,0e8c0302,,,,,, 18 | w,recov,SetVentDay,Lueftung Tag setzen,,,B522,000200FFFF,,,,,, 19 | w,recov,SetVentNight,Lueftung Nacht setzen,,,B522,000100FFFF,,,,,, 20 | w,recov,SetVentBoost,Stosslueften aktivieren,,,B522,000300FFFF,,,,,, 21 | # ##### Weitere #####,,,,,,,,,,,,, 22 | *r,,,,,,B509,,,,IGN:2,,, 23 | *w,,,,,,B509,,,,,,, 24 | r9,recov,BypassPosition,Position der Bypass-Klappe,,,,290b0e,,,UIN,10,, 25 | r,recov,TempOutsideAir,Temperatur Aussenluft,,,,290c0e,,,tempsensor,,, 26 | r,recov,TempOutgoingAir,Temperatur Fortluft,,,,290d0e,,,tempsensor,,, 27 | r,recov,TempWasteAir,Temperatur Abluft,,,,29b40d,,,tempsensor,,, 28 | r,recov,TempInletAir,Temperatur Zuluft,,,,29b30d,,,tempsensor,,, 29 | r2,recov,HumiWasteAir,Luftfeuchtigkeit Zuluft,,,,298503,,,percent,,, 30 | r9,recov,FrostProtection,Frostschutzelement aktiv,,,,29f10c,,,onoff,,, 31 | r,recov,PreferredTemp,Wunschtemperatur,,,,29140e,,,temp,,, 32 | r2,recov,FlowActual,aktueller Volumenstrom,,,,29030e,,,UIN,,m3/h, 33 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.140.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.160.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,35000,VTS 160,173 173,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *ws,#service,,,,,"B509","0E",,,,,, 7 | *[SW],scan,,,SW,,,,,,,,, 8 | r;w,,Date,System Date,,,,"6100",,,date,,,Aktuelles Datum 9 | r;w,,Time,System Time,,,,"6000",,,time,,,Aktuelle Uhrzeit 10 | r;w,,SystemOnOff,System OnOFF,,,,"0100",,,UCH,0=on;1=off,, 11 | r;w,,OperatingMode,Betriebsmodus,,,,"2F00",,,UCH,2=Auto;3=Comfort,, 12 | r;w,,OverrideMode,Override-Modus,,,,"5D00",,,UCH,0=None;1=Party;4=Holiday,, 13 | r;w,,HolidayStartPeriod,Urlaub Startdatum,,,,"1100",,,date,,,Beginn des Urlaubs 14 | r;w,,HolidayEndPeriod,Urlaub Enddatum,,,,"1200",,,date,,,Enddatum des Urlaubs 15 | r;w,,LcdContrastValue,Display Kontrastwert,,,,"5A00",,,UCH,,,Einstellung des LCD-Kontrasts 16 | !include,timerhwc.inc,,,,,,,,,,,, 17 | !include,timerhc.inc,,,,,,,,,,,, -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.350.HW7102.csv: -------------------------------------------------------------------------------- 1 | 15.370.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.360.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.36p.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.400.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.450.csv: -------------------------------------------------------------------------------- 1 | 15.470.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.720.csv: -------------------------------------------------------------------------------- 1 | 15.700.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.b7v.csv: -------------------------------------------------------------------------------- 1 | 15.700.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.bass.csv: -------------------------------------------------------------------------------- 1 | 15.700.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.basv.csv: -------------------------------------------------------------------------------- 1 | 15.700.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.e7f_2.csv: -------------------------------------------------------------------------------- 1 | 15.e7c.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.f35.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.f45.csv: -------------------------------------------------------------------------------- 1 | 15.f47.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.heb.csv: -------------------------------------------------------------------------------- 1 | 15.sdr_p.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/15.hep.csv: -------------------------------------------------------------------------------- 1 | 15.sdr_p.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/1c.rcc.4.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/1c.v81.4.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/23.ehp.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,EHP00,AMU Wärmepumpe,EHP00 172 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### CC: Parameter und Informationen #####,,,,,,,,,,,,, 6 | r;w,,CirPumpED,CirculationPumpED,,,,"E601",,,UCH,,,defines the percentage of a 10 minutes period to power the pump 7 | !include,hwcmode.inc,,,,,,,,,,,, 8 | !include,timer.inc,,,,,,,,,,,, 9 | !include,iotesthp.inc,,,,,,,,,,,, 10 | !include,errors.inc,,,,,,,,,,,, 11 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/23.solsy.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,SOLSY,auroMATIC 620/3,0020080463 163 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 14 | !include,hwcmode.inc,,,,,,,,,,,, 15 | !include,timer.inc,,,,,,,,,,,, 16 | !include,iotest620.inc,,,,,,,,,,,, 17 | !include,errors.inc,,,,,,,,,,,, 18 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/23.vr630.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 14 | !include,hwcmode.inc,,,,,,,,,,,, 15 | !include,timer.inc,,,,,,,,,,,, 16 | !include,iotest630.inc,,,,,,,,,,,, 17 | !include,errors.inc,,,,,,,,,,,, 18 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/23.zeo.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,ZEO00,Zeolite AMU,ZEO00 197 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### CC: #####,,,,,,,,,,,,, 6 | r,,OperatingMode,Betriebsart,,,,"0602",,,mcmode,,, 7 | r,,FlowTempMin,Min. Vorlauftemp.,,,,"0B02",,,temp0,,,1 °C resolution 8 | r,,FlowTempMax,Max. Vorlauftemp.,,,,"0C02",,,temp0,,,1 °C resolution 9 | r,,TempDesired,Solltemperatur,,,,"0D02",,,temp1,,,1/2 °C resolution 10 | r,,CircuitDiaState,CircuitDiaState,,,,"1802",,,UCH,,, 11 | r,,CircuitsStates,Zustand Wärmeabnehmer,,,,"1E02",,,UCH,,, 12 | r,,FlowTempDesired,Vorlaufsolltemperatur,,,,"1F02",,,temp1,,,1/2 °C resolution 13 | r,,CleaningLady,Sparfunktion,,,,"2302",,,UCH,,,"0,5h" 14 | r,,ActualTempDesired,Akt. Solltemperatur,,,,"3302",,,temp1,,,1/2°C Auflösung 15 | !include,hwcmode.inc,,,,,,,,,,,, 16 | !include,timer.inc,,,,,,,,,,,, 17 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/25.ehp.hwc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,EHP00,AMU Wärmepumpe,EHP00 172 DHW,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *[SW],scan,,,SW,,,,,,,,, 7 | # ##### DHW: Parameter und Informationen #####,,,,,,,,,,,,, 8 | r;w,,OperatingMode,Betriebsart,,,,"2B00",,,hwcmode,,,"Betriebsmodus Warmwasser (Auto, Ein, Aus)" 9 | r;wi,,StorageTempDesiredStop,Max. Warmwassertemp,,,,"8200",,,temp,,,"Anzeige maximale Warmwassertemperatur, erfolgt nur, wenn die Zusatzheizung für Warmwasser freigeschaltet ist! Ohne Zusatzheizung wird die Warmwasser-Temperatur nur durch die Drucksensor-Regelabschaltung begrenzt (ca. 58 °C Speichertemperatur)." 10 | r;wi,,StorageTempDesiredStart,Min. Warmwassertemp,,,,"8300",,,temp,,,"Min. Warmwasser, Starttemperatur für die Nachladung des Warmwasserspeichers." 11 | r;wi,,LegioProtectionEnabled,Legionellenschutz,,,,"4000",,,yesno,,,"Der Legionellenschutz wird, wenn eine Zusatzheizung aktiviert ist, bei „AN“ Mittwochs zur eingestellten Uhrzeit durch die Zusatzheizung ausgeführt" 12 | [SW>=337]r;wi,,LegioProtectionDay,Legionellenschutztag,,,,"7C01",,,bday,,,Legionellenschutztag (0-6:Mo-So; 7:Aus). Anzeige als Kürzel. Aktivierung des Legionellenschutz über einen weiteren Parameter. 13 | r;wi,,LegionellaStartTime,Startzeit Legionellenschutz,,,,"6700",,,time2,,,"Startzeit des Legionellenschutzes wenn aktiviert, immer Mittwochs" 14 | [SW>=407]r;wi,,Hc1PumpSpeedLayeredStorage,CH1P_PumpSpeed_layered_tank,,,,"C101",,,percent0,,,CH pump speed setpoint while shiftloading DHW tank [%] 15 | [SW>=407]r;wi,,Hc1PumpSpeedCoilStorage,CH1P_PumpSpeed_coil_tank,,,,"C201",,,percent0,,,CH pump speed setpoint while loading DHW tank with coils [%] 16 | [SW>=407]r;wi,,HwcStorageIsCoil,DHW_Tank_is_coil,,,,"CD01",,,yesno,,,DHW tank is shift loading type if no 17 | [SW>=415]r;wi,,TappingDetectionLimit,TappingDetectionLimit,,,,"E801",,,UCH,,,"turns on backup heater, if temperature drops below this value; 0=function is off" 18 | !include,hwcmode.inc,,,,,,,,,,,, 19 | !include,timer.inc,,,,,,,,,,,, 20 | !include,iotesthp.inc,,,,,,,,,,,, 21 | !include,errors.inc,,,,,,,,,,,, 22 | !include,quick.inc,,,,,,,,,,,, -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/25.vr630.hwc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 DHW,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 14 | # ##### DHW: Daten #####,,,,,,,,,,,,, 15 | r,,Storage1Sensor2,Speichertemp. IST,,,,"0000",,,tempsensor,,, 16 | r,,CirPump2,Zirkulationspumpe,,,,"0C00",,,onoff,,, 17 | r,,ThreeWayValveLoadingPump1,Ladepumpenstatus,,,,"1000",,,onoff,,, 18 | r,,LegioPump2,Legionellenpumpe,,,,"1100",,,onoff,,, 19 | r,,TeleSwitch,TeleSWITCH,,,,"0A00",,,onoff,,, 20 | r,,OneTimeCirSwitch,1x ZP Schalter,,,,"0B00",,,onoff,,,non-recurring circulation pump running period 21 | r,,IsInHoliday,Ferienmodus aktiv,,,,"2700",,,UCH,,, 22 | r,,IsInParty,Partymodus aktiv,,,,"4E00",,,UCH,,, 23 | # ##### DHW: Konfiguration #####,,,,,,,,,,,,, 24 | r;w,,HwcLaggingTime2,Ladepumpennachlauf,,,,"6100",,,minutes0,,, 25 | r,,FlowTempDesired2,Vorlauftemp. SOLL,,,,"4600",,,temp1,,, 26 | r;w,,HcParallelStorageFillingEnabled2,Parallele Ladung,,,,"5500",,,yesno,,, 27 | r;w,,HwcLoadingDelay2,Nachladeverzögerung,,,,"6200",,,minutes0,,, 28 | r;w,,LegioStartDay2,Legionellenschutz Starttag,,,,"8A00",,,UCH,,, 29 | r;w,,OperatingMode2,Betriebsart,,,,"2B00",,,mcmode,,, 30 | r;w,,TempDesired2,Speichersoll,,,,"3200",,,temp1,,, 31 | r;w,,TeleswitchOperatingMode2,TeleSWITCH,,,,"3F00",,,mcmode,,, 32 | !include,hwcmode.inc,,,,,,,,,,,, 33 | !include,timer.inc,,,,,,,,,,,, 34 | !include,iotest630.inc,,,,,,,,,,,, 35 | !include,errors.inc,,,,,,,,,,,, 36 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/25.zeo.hwc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,ZEO00,Zeolite AMU,ZEO00 197 DHW,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### DHW: #####,,,,,,,,,,,,, 6 | r,,OperatingMode,Betriebsart,,,,"0600",,,mcmode,,,1=Ein 2=Aus 3=Auto 7 | r,,TempDesired,Solltemperatur,,,,"0D00",,,temp1,,,1/2 °C resolution 8 | r,,CircuitDiaState,CircuitDiaState,,,,"1800",,,UCH,,, 9 | r,,CircuitsStates,Zustand Wärmeabnehmer,,,,"1E00",,,UCH,,, 10 | r,,CleaningLady,Sparfunktion,,,,"2300",,,UCH,,,"0,5h" 11 | r,,HwcLegioProtectionMaxTimer,Legionellenschutz max. Timer,,,,"2D00",,,UCH,,, 12 | r,,ActualTempDesired,Akt. Solltemperatur,,,,"3300",,,temp1,,,1/2°C Auflösung 13 | r,,HwcLegioTempOkTimer,Max. Rücklauftemperatur,,,,"3400",,,temp0,,, 14 | !include,hwcmode.inc,,,,,,,,,,,, 15 | !include,timer.inc,,,,,,,,,,,, 16 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/26.vr630.hc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 Burner,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *[SW],scan,,,SW,,,,,,,,, 7 | # ##### Statistics #####,,,,,,,,,,,,, 8 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 9 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 10 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 11 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 12 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 13 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 14 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 15 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 16 | # ##### BK1: Daten #####,,,,,,,,,,,,, 17 | r,,SumFlowSensor,Vorlauftemp. IST,,,,"0400",,,tempsensor,,, 18 | r,,OutsideTemp,Aussentemperatur,,,,"0600",,,tempsensor,,, 19 | r,,FlowTempDesired,Vorlauftemp. SOLL,,,,"4600",,,temp1,,, 20 | r,,TeleSwitch,TeleSWITCH,,,,"0A00",,,onoff,,, 21 | r,,IsInHoliday,Ferienmodus aktiv,,,,"2700",,,UCH,,, 22 | r,,IsInStorageFilling,Abschaltung wegen Speicherladung,,,,"4700",,,yesno,,, 23 | r,,CleaningLady,Sparfunktion,,,,"4B00",,,UCH,,, 24 | r,,IsInParty,Partymodus aktiv,,,,"4E00",,,UCH,,, 25 | r,,Hc1PumpPort,Pumpenstatus,,,,"8E00",,,onoff,,, 26 | # ##### BK1: Konfiguration #####,,,,,,,,,,,,, 27 | r;w,,OtShutdownLimit,AT-Abschaltgrenze,,,,"3600",,,desiredtemp,,, 28 | r;w,,FlowTempMin,Minimaltemperatur,,,,"3000",,,temp0,,, 29 | r;w,,TempDesiredLow,Absenktemperatur,,,,"3300",,,temp1,,, 30 | r;wi,,BoilerCircuitDisabled,Kreis deaktivieren,,,,"AA00",,,yesno,,, 31 | r;w,,OperatingMode,Betriebsart,,,,"2B00",,,mcmode,,, 32 | r;w,,FlowTempMax,Maximaltemperatur,,,,"3100",,,temp0,,, 33 | r;w,,TempDesired,Solltemperatur,,,,"3200",,,temp1,,, 34 | r;w,,HeatingCurve,Heizkurve,,,,"3500",,,curve,,, 35 | [SW<=400]r;w,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,hours,,, 36 | [SW>=401]r;wi,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,UCH,,min / 5, 37 | r;w,,TeleswitchOperatingMode,TeleSWITCH,,,,"3F00",,,mcmode,,, 38 | !include,hcmode.inc,,,,,,,,,,,, 39 | !include,timer.inc,,,,,,,,,,,, 40 | !include,iotest630.inc,,,,,,,,,,,, 41 | !include,errors.inc,,,,,,,,,,,, 42 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/26.vr_71.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/templates,divider/values,unit,comment,field3,part (m/s),datatypes/templates,divider/values,unit,comment,field4,part (m/s),datatypes/templates,divider/values,unit,comment,field5,part (m/s),datatypes/templates,divider/values,unit,comment,field6,part (m/s),datatypes/templates,divider/values,unit,comment,field7,part (m/s),datatypes/templates,divider/values,unit,comment,field8,part (m/s),datatypes/templates,divider/values,unit,comment,field9,part (m/s),datatypes/templates,divider/values,unit,comment,field10,part (m/s),datatypes/templates,divider/values,unit,comment,field11,part (m/s),datatypes/templates,divider/values,unit,comment,field12,part (m/s),datatypes/templates,divider/values,unit,comment,field13,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR_71,VR 71,104 104,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *r,,,,,,B523,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4 | *w,,,,,,B523,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5 | w,,SetActorState,,,,,05,R1,,UCH,0=off;20=on,,,R2,,UCH,0=off;20=on,,,R3,,UCH,0=off;20=on,,,R4,,UCH,0=off;20=on,,,R5,,UCH,0=off;20=on,,,R6,,UCH,0=off;20=on,,,R7,,UCH,0=off;20=on,,,R8,,UCH,0=off;20=on,,,R9,,UCH,0=off;20=on,,,R10,,UCH,0=off;20=on,,,R11,,UCH,0=off;20=on,,,R12,,UCH,0=off;20=on,,,Rx,,HEX:2,,, 6 | w,,Mc1FlowTempDesired,,,,,0200,FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7 | w,,Mc2FlowTempDesired,,,,,0201,FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8 | w,,Mc3FlowTempDesired,,,,,0202,FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9 | r,,SensorData1,,,,,06,S1,,temp,,,,S2,,temp,,,,S3,,temp,,,,S4,,temp,,,,S5,,temp,,,,S6,,temp,,,,S7,,temp,,,,ignore,,HEX:2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10 | r,,SensorData2,,,,,07,S8,,temp,,,,S9,,temp,,,,S10,,temp,,,,S11,,temp,,,,S12,,temp,,,,Sx,,temp,,,,ignore,,HEX:3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11 | !include,errors.inc,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/35.rcc.1.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/35.v81.1.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/3c.rcc.5.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/3c.v81.5.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/50.vr630.mc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 Mixer,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *[SW],scan,,,SW,,,,,,,,, 7 | # ##### Statistics #####,,,,,,,,,,,,, 8 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 9 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 10 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 11 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 12 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 13 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 14 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 15 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 16 | # ##### MK1: Daten #####,,,,,,,,,,,,, 17 | r,,FlowTemp,Vorlauftemp. IST,,,,"0100",,,tempsensor,,, 18 | r,,FlowTempDesired,Vorlauftemp. SOLL,,,,"4600",,,temp1,,, 19 | r,,TeleSwitch,TeleSWITCH,,,,"0A00",,,onoff,,, 20 | r,,IsInHoliday,Ferienmodus aktiv,,,,"2700",,,UCH,,, 21 | r,,IsInStorageFilling,Speicherladung aktiv,,,,"4700",,,yesno,,, 22 | r,,CleaningLady,Sparfunktion,,,,"4B00",,,UCH,,, 23 | r,,IsInParty,Partymodus aktiv,,,,"4E00",,,UCH,,, 24 | r,,MixerDutyCycle,Mischeransteuerung,,,,"0E00",,,SCH,,, 25 | r,,HcPumpPort,Pumpenstatus,,,,"9100",,,onoff,,, 26 | # ##### MK1: Konfiguration #####,,,,,,,,,,,,, 27 | r;w,,OtShutdownLimit,AT-Abschaltgrenze,,,,"3600",,,desiredtemp,,, 28 | r;w,,FlowTempMin,Minimaltemperatur,,,,"3000",,,temp0,,, 29 | r;w,,TempDesiredLow,Absenktemperatur,,,,"3300",,,temp1,,, 30 | r;wi,,CfgHeatSinkType,Kreis deaktivieren,,,,"3C00",,,UCH,0=disabled;1=mixer;2=water;3=fixvalue;4=backflow,, 31 | r;w,,HcPumpIdlePeriod,Pumpensperrzeit,,,,"4F00",,,minutes0,,, 32 | r;w,,OperatingMode,Betriebsart,,,,"2B00",,,mcmode,,, 33 | r;w,,FlowTempMax,Maximaltemperatur,,,,"3100",,,temp0,,, 34 | r;w,,TempDesired,Solltemperatur,,,,"3200",,,temp1,,, 35 | r;w,,HeatingCurve,Heizkurve,,,,"3500",,,curve,,, 36 | [SW<=400]r;w,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,hours,,, 37 | [SW>=401]r;wi,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,UCH,,min / 5, 38 | r,,FloorPavingDryingDay,Estrichtrocknungstag,,,,"3B00",,,UCH,,, 39 | r;w,,TeleswitchOperatingMode,TeleSWITCH,,,,"3F00",,,mcmode,,, 40 | !include,mcmode.inc,,,,,,,,,,,, 41 | !include,timer.inc,,,,,,,,,,,, 42 | !include,iotest630.inc,,,,,,,,,,,, 43 | !include,errors.inc,,,,,,,,,,,, 44 | !include,roomtempoffset.inc,,,,,,,,,,,, 45 | !include,quick.inc,,,,,,,,,,,, 46 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/50.zeo.mc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,ZEO00,Zeolite AMU,ZEO00 197 Mixer,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *ws,#service,,,,,"B509","0E",,,,,, 6 | # ##### MK: #####,,,,,,,,,,,,, 7 | r,,OperatingMode,Betriebsart,,,,"0604",,,mcmode,,,1=Heizen 2=Aus 3=Auto 4=Eco 5=Absenken 8 | r,,FlowTempMin,Min. Vorlauftemp.,,,,"0B04",,,temp0,,,1 °C resolution 9 | r,,FlowTempMax,Max. Vorlauftemp.,,,,"0C04",,,temp0,,,1 °C resolution 10 | r,,TempDesired,Solltemperatur,,,,"0D04",,,temp1,,,1/2 °C resolution 11 | r,,TempDesiredLow,Absenksollwert,,,,"0E00",,,temp1,,,1/2 °C resolution 12 | r,,HcMaxPreHeating,Max. Voraufheizung,,,,"1300",,,UCH,,,0..5h 13 | r,,FloorPavingDryingDay,Estrichtrocknung Tag,,,,"1600",,,UCH,,, 14 | r;ws,,Kreisart,Kreisart,,,,"1700",,,UCH,,,1=Brennerkreis 2=BrennerFestwert 15 | r,,CircuitDiaState,CircuitDiaState,,,,"1804",,,UCH,,, 16 | r,,CleaningLady,Sparfunktion,,,,"2304",,,UCH,,,"0,5h" 17 | r,,RemoteControlMode,Raumaufschaltung,,,,"2400",,,UCH,,, 18 | r,,RemoteControlRtOffset,Offset Fernbedienung,,,,"2500",,,SCH,,,"0,5°C" 19 | r,,ActualTempDesired,Akt. Solltemperatur,,,,"3304",,,temp1,,,1/2°C Auflösung 20 | r;ws,,Regelungsart,Regelungsart,,,,"3500",,,UCH,,,1 : Rücklaufregelung 2 : Vorlaufregelung 21 | r;ws,,Konfiguration,Konfiguration,,,,"C400",,,UCH,,, 22 | r,,HzTemp,T_Hz,,,,"D800",,,temp,,,Vorlauf- oder Rücklauftemperatur je nach gewählter Regelungsart 23 | r,,HTSoll,HT_Soll,,,,"D900",,,temp,,,°C 24 | !include,mcmode.inc,,,,,,,,,,,, 25 | !include,timer.inc,,,,,,,,,,,, 26 | !include,roomtempoffset.inc,,,,,,,,,,,, 27 | !include,quick.inc,,,,,,,,,,,, 28 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/51.vr630.mc.3.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 Mixer,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *[SW],scan,,,SW,,,,,,,,, 7 | # ##### Statistics #####,,,,,,,,,,,,, 8 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 9 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 10 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 11 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 12 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 13 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 14 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 15 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 16 | # ##### MK2: Daten #####,,,,,,,,,,,,, 17 | r,,FlowTemp,Vorlauftemp. IST,,,,"0300",,,tempsensor,,, 18 | r,,FlowTempDesired,Vorlauftemp. SOLL,,,,"4600",,,temp1,,, 19 | r,,TeleSwitch,TeleSWITCH,,,,"0A00",,,onoff,,, 20 | r,,IsInHoliday,Ferienmodus aktiv,,,,"2700",,,UCH,,, 21 | r,,IsInStorageFilling,Speicherladung aktiv,,,,"4700",,,yesno,,, 22 | r,,CleaningLady,Sparfunktion,,,,"4B00",,,UCH,,, 23 | r,,IsInParty,Partymodus aktiv,,,,"4E00",,,UCH,,, 24 | r,,MixerDutyCycle,Mischeransteuerung,,,,"0F00",,,SCH,,, 25 | r,,HcPumpPort,Pumpenstatus,,,,"9400",,,onoff,,, 26 | # ##### MK2: Konfiguration #####,,,,,,,,,,,,, 27 | r;w,,OtShutdownLimit,AT-Abschaltgrenze,,,,"3600",,,desiredtemp,,, 28 | r;w,,FlowTempMin,Minimaltemperatur,,,,"3000",,,temp0,,, 29 | r;w,,TempDesiredLow,Absenktemperatur,,,,"3300",,,temp1,,, 30 | r;wi,,CfgHeatSinkType,Kreis deaktivieren,,,,"3C00",,,UCH,0=disabled;1=mixer;2=water;3=fixvalue;4=backflow,, 31 | r;w,,HcPumpIdlePeriod,Pumpensperrzeit,,,,"4F00",,,minutes0,,, 32 | r;w,,OperatingMode,Betriebsart,,,,"2B00",,,mcmode,,, 33 | r;w,,FlowTempMax,Maximaltemperatur,,,,"3100",,,temp0,,, 34 | r;w,,TempDesired,Solltemperatur,,,,"3200",,,temp1,,, 35 | r;w,,HeatingCurve,Heizkurve,,,,"3500",,,curve,,, 36 | [SW<=400]r;w,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,hours,,, 37 | [SW>=401]r;wi,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,UCH,,min / 5, 38 | r,,FloorPavingDryingDay,FloorPavingDryingDay3,,,,"3B00",,,UCH,,,Current day of floor paving drying routine 39 | r;w,,TeleswitchOperatingMode,TeleSWITCH,,,,"3F00",,,mcmode,,, 40 | !include,mcmode.inc,,,,,,,,,,,, 41 | !include,timer.inc,,,,,,,,,,,, 42 | !include,iotest630.inc,,,,,,,,,,,, 43 | !include,errors.inc,,,,,,,,,,,, 44 | !include,roomtempoffset.inc,,,,,,,,,,,, 45 | !include,quick.inc,,,,,,,,,,,, 46 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/52.vr_70.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/templates,divider/values,unit,comment,field3,part (m/s),datatypes/templates,divider/values,unit,comment,field4,part (m/s),datatypes/templates,divider/values,unit,comment,field5,part (m/s),datatypes/templates,divider/values,unit,comment,field6,part (m/s),datatypes/templates,divider/values,unit,comment,field7,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR_70,VR 70,109 109,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *r,,,,,,"B523",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4 | *w,,,,,,"B523",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5 | w,,SetActorState,,,,,"01",R1,,UCH,0=off;20=on,,,R2,,UCH,0=off;20=on,,,R3,,UCH,0=off;20=on,,,R4,,UCH,0=off;20=on,,,R5,,UCH,0=off;20=on,,,R6,,UCH,0=off;20=on,,,S7,,UCH,0=off;20=on,, 6 | w,,Mc1FlowTempDesired,,,,,"0200",FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,, 7 | w,,Mc2FlowTempDesired,,,,,"0201",FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,, 8 | r,,SensorData,,,,,"03",S1,,temp,,,,S2,,temp,,,,S3,,temp,,,,S4,,temp,,,,S5,,temp,,,,S6,,temp,,,,ignore,,HEX:3,,, 9 | !include,errors.inc,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/54.mc2.mc.6.csv: -------------------------------------------------------------------------------- 1 | 52.mc2.mc.4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/55.mc2.mc.7.csv: -------------------------------------------------------------------------------- 1 | 53.mc2.mc.5.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/64.v65.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/templates,divider/values,unit,comment,field3,part (m/s),datatypes/templates,divider/values,unit,comment,field4,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,V6500,VR 65,V65 199,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *u,,,,,,"B512","02",,,,,,,,,,,,,,,,,,,,,,,, 4 | u,,State,,,,,,setvalve,m,switchvalve2,,,,state,,switchvalve2,,,,dhwdemand,,yesno,,,,,,temp,,, -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/75.rcc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,RC C,VR 90/3,0020040079 162,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | # ##### remote control #####,,,,,,,,,,,,, 7 | r,,RoomTemp,Raumisttemp,,,,"0000",,,tempsensor,,,Raumtemperatur 8 | r;wi,,RoomTempOffset,Raumisttemp. Korrekturwert,,,,"1F00",,,temp,,, 9 | r,,RoomTempOffsetSelfWarming,Offset Eigenerwärmung,,,,"2000",,,temp,,, 10 | r;w,,HolidayPeriod,Ferienzeitraum,,,,"4300",,,hfrom;hto;hfrom;hto,,, 11 | r;w,,RoomTempHoliday,Raumsollwert im Ferienbetrieb,,,,"2200",,,temp,,, 12 | r;wi,,LcdContrastPwmValue,LCD Kontrast,,,,"3600",,,UCH,,,Displaykontrast 13 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/75.v81.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,V8100,VR 81,V81 225,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### Generell #####,,,,,,,,,,,,, 6 | r,,DisplayedRoomTemp,Raumtemperatur Ist,,,,"1B00",,,temp,,,Aktuelle Raumtemperatur 7 | r,,RoomTemp,Raumisttemp,,,,"0000",,,tempsensor,,,raw value current room temperature and sensorstate (without any correction) 8 | r,,DesiredHcRoomTempDesired,Raumsollwert,,,,"1D00",,,temp,,,Aktueller Raumsollwert 9 | r,,HcRoomTempDesiredAdjustable,HCRoomSetPointAdjustable,,,,"1E00",,,yesno,,,room temperature setpoint is currently adjustable 10 | r,,HcActiveSpecialFunction,HCActiveSpecialFunction,,,,"1F00",,,UCH,,,"if unequal zero a special function (e.g. holidays, floor pavement drying …) has been activated" 11 | r;w,,OperatingMode430,OperatingMode430,,,,"0400",,,UCH,0=off;1=manual;2=auto,,operation mode of the heating circuit for 430 12 | # ##### extra #####,,,,,,,,,,,,, 13 | r,,SelectedHc,SelectedHeatCircuit,,,,"1C00",,,UCH,,,number of heating circuit to which this remote control is assigned 14 | r;w,,RoomTempOffset,Raumisttemp. Korrekturwert,,,,"0200",,,temp,,,Korrekturwert der Raumtemperaturanzeige 15 | # ##### Informationen für Entwickler #####,,,,,,,,,,,,, 16 | r,,RoomTempOffsetSelfWarming,Offset Eigenerwärmung,,,,"0100",,,temp,,,room temperature intrinsic heating offset 17 | r,,StackeBUSTaskMax,MaxStackeBUSTask,,,,"0C00",,,UCH,,,maximum number of bytes needed for the eBUS task stack 18 | r,,StackMainTaskMax,MaxStackMainTask,,,,"0D00",,,UCH,,,maximum number of bytes needed for the main task stack 19 | r,,StackLifeCheckTaskMax,MaxStackLifeCheckTask,,,,"0E00",,,UCH,,,maximum number of bytes needed for the life check task stack 20 | r,,Variant,Variante,,,,"0F00",,,UIN;UIN,,,Identifikator zur Variantenerkennung 21 | r,,eBUSCRC,eBUS_CRC,,,,"1000",,,UCH,,,last calculated eBUS CRC 22 | r,,eBUSFifoDiffCntMax,eBUSFifoDiffCntMax,,,,"1100",,,UCH,,,max. eBUS-Fifo Füllstand 23 | r,,EEpromMaxInkonsCnt,EEpromMaxInkonsCnt,,,,"1300",,,UIN,,,Zähler EEPROM Inkonsistenz 24 | r,,POCResetCnt,Netz ein Zähler,,,,"1400",,,UIN,,,Power-On-Resets 25 | r,,WDResetCnt,Watchdog Zähler,,,,"1500",,,UIN,,,Watchdog-Resets 26 | r,,LVResetCnt,LVResetCnt,,,,"1600",,,UIN,,,counter of low voltage reset events 27 | r,,CMResetCnt,CMResetCnt,,,,"1700",,,UIN,,,counter of clock monitor reset events 28 | r,,COMErrorCnt,COMErrorCnt,,,,"1800",,,UIN,,,Fehler eBUS-Kommunikation 29 | r,,VariantDKRefreshCnt,VariantDKRefreshCnt,,,,"1900",,,UCH,,,counts how often variant ID has been corrected 30 | r,,FiFoResetCnt,FiFoResetCnt,,,,"1A00",,,UCH,,,counter how often eBUS Fifo was cleared 31 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/7c.rcc.6.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/7c.v81.6.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/a1.sol.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,sol00,VR 68,sol 210 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### CP: Zirkulationspumpe #####,,,,,,,,,,,,, 6 | r,,CirPump,Zirkulationspumpe,,,,"0500",,,onoff,,,Zirkulationspumpe 7 | # ##### CP: CP #####,,,,,,,,,,,,, 8 | r,,OperatingMode,Betriebsart,,,,"0F00",,,mcmode,,,"Operating mode of CP circuit (1 = auto, 2 = manual, 3 = off, 4 = on)" 9 | !include,yield3f40.inc,,,,,,,,,,,, 10 | !include,hwcmode.inc,,,,,,,,,,,, 11 | !include,timer.inc,,,,,,,,,,,, 12 | !include,errors.inc,,,,,,,,,,,, 13 | !include,iotestbsol.inc,,,,,,,,,,,, 14 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m;s),type / templates,divider / values,unit,comment,field2,part (m;s),type / templates,divider / values,unit,comment,field3,part (m;s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,"FE","B516",,,,,,,,,,,,,,,,,,, 3 | *wi,broadcast,,,,"FE","B516",,,,,,,,,,,,,,,,,,, 4 | b;wi,,vdatetime,Datum/Uhrzeit,,,,"00",time,,BTI,,,,date,,BDA,,,,,,,,, 5 | b,,outsidetemp,Außentemperatur,,,,"01",,,temp2,,,,,,,,,,,,,,, 6 | *b,broadcast,,,,"FE","B505",,,,,,,,,,,,,,,,,,, 7 | b,,hwcStatus,Status Warmwasser,,,,"27",,,onoff,,,,VF1,,temp0,,,,,,onoff,,, 8 | b,,load,Quick - WW Speicherladung,,,,"06",,,onoff,,,,,,,,,,,,,,, 9 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/e1.omu.1.csv: -------------------------------------------------------------------------------- 1 | e0.omu.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/ec.zeo.sc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,ZEO00,Zeolite AMU,ZEO00 197 Solar,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *ws,#service,,,,,"B509","0E",,,,,, 6 | # ##### SOL: #####,,,,,,,,,,,,, 7 | r,,SolCollPumpDcIntegrator,SolarCollPumpDcIntegrator,,,,"CB00",,,SIN,,,-50..50 8 | r;ws,,SolEnableDiffTemp,Einschaltdifferenz,,,,"CD00",,,temp0,,,5..12K / 1K Auflösung 9 | r;ws,,SolDisableDiffTemp,Ausschaltdifferenz,,,,"CE00",,,temp0,,,1..10K / 1K Auflösung 10 | r;ws,,SolHwcMaxLoadTemp,Max. Speicherladetemperatur,,,,"CF00",,,temp0,,,35..80°C / 1°C 11 | r,,SolConfigFlags,SolarConfigFlags,,,,"D000",,,UCH,,, 12 | r,,SolCollPumpED,ED Kollektorpumpe,,,,"D100",,,UCH,,,0..100% 13 | r;ws,,CollPumpSRuntime,Leufzeit Kollektorpumpe [s],,,,"D200",,,UIN,,,runtime in seconds base for runtime in hours 14 | r;ws,,CollPumpHRuntime,Laufzeit Kollektorpumpe [h],,,,"D300",,,UIN,,,Betriebsstunden 15 | r;ws,,YieldMinute,SolarYieldMinute,,,,"D400",,,UIN,,,nur Summe von dT ohne Volumenstrom nur mit PWM 16 | r;ws,,Yield,Solaretrag,,,,"D500",,,UIN,,,um den Wert in KW zu bekommenmuß gerechnet werden:kW=x*SolarVolumnFlowUser*c 17 | r;ws,,SolFlowRate,Volumenstrom Solarkreis,,,,"D600",,,UIN,,,0..20l/h Wert des Taco-Setters für Ertragsermittlung 18 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/ed.pms.sc.csv: -------------------------------------------------------------------------------- 1 | 06.pms.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/errors.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/templates 2 | # Aktuelle(r) Fehler,,,,,,,,,,,,,,,, 3 | *r,,,,,,"B503","00",,,,,,,,, 4 | r,,currenterror,Aktuelle Fehler,,,,01,,,errors,,,,,, 5 | # Fehlerhistorie,,,,,,,,,,,,,,,, 6 | *r,,,,,,"B503","01",,,,,,,,, 7 | *wi,#install,,,,,"B503","02",,,,,,,,, 8 | r,,errorhistory,Fehlerhistorie,,,,01,index,m,UCH,,,,,,errorhistory 9 | wi,,clearerrorhistory,Fehlerhistorie löschen,,,,01,cleared,s,yesno,,,,,, 10 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/f5.rcc.3.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/f5.v81.3.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/fc.rcc.7.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/fc.v81.7.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/general.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m;s),type / templates,divider / values,unit,comment,field2,part (m;s),type / templates,divider / values,unit,comment,field3,part (m;s),type / templates,divider / values,unit,comment,field4,part (m;s),type / templates,divider / values,unit,comment,field5,part (m;s),type / templates,divider / values,unit,comment,field6,part (m;s),type / templates,divider / values,unit,comment 2 | *r,general,,,,,"B513",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | r,,valuerange,Register Wertebereich,,,,"04",id,m,UIN,,,Registernummer,,,IGN:2,,,,cur,,UIN,,,aktueller Wert,min,,UIN,,,minimaler Wert,max,,UIN,,,maximaler Wert,def,,UIN,,,default Wert 4 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/hcmode.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Status codes,,,,,,,,,,,,, 3 | *r,,,,,,B503,00,,,,,,,,,,,,,,,,,,,,,,,, 4 | *w,,,,,,B503,00,,,,,,,,,,,,,,,,,,,,,,,, 5 | r,,Statuscode,,,,,03,,,scode,,, 6 | 7 | # HC Betriebsart,,,,,,,,,,,,, 8 | *r,,,,,,"B504",,,,,,, 9 | r,,DateTime,Datum Uhrzeit,,,,00,,,dcfstate;btime;bdate;temp2,,, 10 | r,,Status16,Aussentemperatur,,,,16,,,temp,,, 11 | 12 | # HC Betriebsart2,,,,,,,,,,,,, 13 | *r,,,,,,"B511",,,,,,, 14 | *uw,,,,,,"B510",,,,,,, 15 | uw,,SetMode,Betriebsart,,,,00,,,hcmode,,,,flowtempdesired,,temp1,,,,hwctempdesired,,temp1,,,,hwcflowtempdesired,,temp0,,,,,,IGN:1,,,,disablehc,,BI0,,,,disablehwctapping,,BI1,,,,disablehwcload,,BI2,,,,,,IGN:1,,,,remoteControlHcPump,,BI0,,,,releaseBackup,,BI1,,,,releaseCooling,,BI2,,,, 16 | #potential last byte: currentmode,s,UCH,0=off;1=standby;2=heat;3=water,, 17 | r,,Status01,Vorlauftemperatur/Rücklauftemperatur/Aussentemperatur/WW Temperatur/Speichertemperatur/Pumpenstatus,,,,01,,,temp1;temp1;temp2;temp1;temp1;pumpstate,,, 18 | r,,Status02,Betriebsart/Maximaltemperatur/ReglerCurrentTEMP/Maximaltemperatur/ReglerCurrentTemp,,,,02,,,hwcmode;temp0;temp1;temp0;temp1,,, 19 | r,,Status,Status,,,,03,,,temp;press;press;hcmode2;HEX,,, 20 | 21 | *uw,,,,,,"B512",,,,,,, 22 | uw,,StatusCirPump,Status Zirkulationspumpe,,,,00,,,UCH,0=off;100=on,, 23 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/hwcmode.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # DHW/CC: Betriebsart,,,,,,,,,,,,, 3 | *r,,,,,,"B504",,,,,,, 4 | *w,,,,,,"B505",,,,,,, 5 | r,,DateTime,Datum Uhrzeit,,,,00,,,dcfstate;btime;bdate;temp2,,, 6 | r,,Mode,Betriebsart/Temperatur,,,,01,,,temp0;hwcmode;IGN:2;hwcmode;mctype7;HEX;daynight,,, 7 | w,,SetTempDesired,Solltemperatur setzen,,,,01,,,temp0,,, 8 | w,,SetMode,Betriebsart setzen,,,,02,,,hwcmode,,, 9 | w,,SetFlowTempMin,Minimalen Vorlaufsollwert setzen,,,,0e,,,temp0,,, 10 | w,,SetFlowTempMax,Maximalen Vorlaufsollwert setzen,,,,0f,,,temp0,,, 11 | r,,Params,Parameter,,,,09,,,temp0;IGN:3;mctype7;temps;IGN;temps;temps;IGN,,, 12 | r,,Status0a,Status Vorlauf Ist/Mixer/Pumpe/Vorlauf Soll,,,,0A,,,temp;mixer;onoff;onoff;temp0 13 | r,,Status,Soll/Status/Ist/Soll,,,,0D,,,temp0;onoff;temp;temp0,,, 14 | r,,Status16,Aussentemperatur,,,,16,,,temp,,, 15 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/iotest620.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O Test: 620,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O Test,,,,02,,,UCH,0=valve1;1=cirpump;2=pump1;3=hc2mixeropen;4=hc2mixerclose;5=hc2pump;6=col1pump;7=col2pump;8=valve2;9=valve3;10=legiopump;11=valve4;12=c1c2,, 5 | wi,,ioteststop,I/O Test stoppen,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/iotest630.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O Test: 630,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O Test,,,,02,,,UCH,0=valve1;1=cirpump;2=pump1;3=hc2mixeropen;4=hc2mixerclose;5=hc2pump;6=hc3mixeropen;7=hc3mixerclose;8=hc3pump;9=level1;10=level2;11=av;12=c1c2,, 5 | wi,,ioteststop,I/O Test stoppen,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/iotestact.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O Test: Actostor,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O Test,,,,02,,,UCH,0=off;1=cirpump;2=pump1;3=pump2;4=al,, 5 | wi,,ioteststop,I/O Test stoppen,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/iotestbmc.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O Test: Mischer,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O Test,,,,02,,,UCH,0x01=off/cirpump;0x02=hcpump;0x04=hc2mixeropen;0x08=hc2mixerclose;0x10=hc2pump,, 5 | wi,,ioteststop,I/O Test stoppen,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/iotestbsol.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O Test: Solar,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O Test,,,,02,,,UCH,0x01=off;0x02=col1pump;0x04=legiopump;0x08=ma,, 5 | wi,,ioteststop,I/O Test stoppen,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/iotesthp.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O Test: Wärmepumpe,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O Test,,,,02,,,UCH,0=off;1=coolvalve;2=sourcepump;3=hcpump;4=injector;5=caseheater;6=backup;7=hwchcvalve;8=cirpump;9=sc2pump;10=hc2pump;11=hc2mixeropen;12=hc2mixerclose,, 5 | wi,,ioteststop,I/O Test stoppen,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/mcmode.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # MK1: Betriebsart,,,,,,,,,,,,, 3 | *r,,,,,,"B504",,,,,,, 4 | *w,,,,,,"B505",,,,,,, 5 | r,,DateTime,Datum Uhrzeit,,,,00,,,dcfstate;btime;bdate;temp2,,, 6 | r,,Mode,Betriebsart/Temperatur,,,,01,,,temp0;mcmode;days;temp0;mcmode;mctype7;IGN;daynight,,, 7 | w,,SetTempDesired,Solltemperatur setzen,,,,01,,,temp0,,, 8 | w,,SetMode,Betriebsart setzen,,,,02,,,mcmode,,, 9 | w,,SetFloorPavingDryingDay,Estrichtrocknungstag setzen,,,,03,,,days,,, 10 | w,,SetFloorPavingDryingTemp,Estrichtrocknungstemperatur setzen,,,,04,,,temp0,,, 11 | w,,SetType,Kreis Typ setzen,,,,08,,,mctype,,, 12 | #r 2-7: timer 13 | #w 9: timer 14 | w,,SetTempDesiredLow,Absenksollwert setzen,,,,0a,,,temp0,,, 15 | w,,SetHeatingCurve,Heizkurve setzen,,,,0b,,,curve,,, 16 | w,,SetShutdownTemp,Aussentemp. Abschaltgrenze setzen,,,,0c,,,temp0,,, 17 | w,,SetPumpIdlePeriod,Pumpensperrzeit setzen,,,,0d,,,minutes0,,, 18 | w,,SetFlowTempMin,Minimalen Vorlaufsollwert setzen,,,,0e,,,temp0,,, 19 | w,,SetFlowTempMax,Maximalen Vorlaufsollwert setzen,,,,0f,,,temp0,,, 20 | w,,SetMaxPreHeating,Max. Voraufheizung setzen,,,,10,,,hours12,,, 21 | r,,Params,Parameter,,,,09,,,temp0;temps;curve;mctype7;temps;minutes0;temps;temps;hours12,,, 22 | r,,Status0a,Status Vorlauf Ist/Mixer/Pumpe/Vorlauf Soll,,,,0A,,,temp;mixer;onoff;onoff;temp0 23 | r,,Status,Status Vorlauf Soll/Ist,,,,0D,,,temp0;onoff;temp;temp0,,, 24 | r,,Status16,Aussentemperatur,,,,16,,,temp,,, 25 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/quick.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # MK: quick commands,,,,,,,,,,,,, 3 | *w,,,,,,"B505",,,,,,, 4 | w,,party,Quick - Party,,,,05,,,onoff,,, 5 | w,,load,Quick - WW Speicherladung,,,,06,,,onoff,,, 6 | w,,save,Quick - Sparen bis,,,,07,,,TTH,,, 7 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/roomtempoffset.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # MK: Raumaufschaltung,,,,,,,,,,,,, 3 | *w,,,,,,"B505","2d",,,,,, 4 | w,,RoomTempOffset,Raumaufschaltung,,,,,,,temp,,, 5 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/scan.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,scan,,,,,B509,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | r,scan,id,Scan ID,,,,24;25;26;27,,,IGN,,,,prefix,,STR:2,,,,year,,STR:2,,,,week,,STR:2,,,,product,,STR:10,,,,supplier,,STR:4,,,,counter,,STR:6,,,,suffix,,STR:2,,, 4 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/service.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Wartungsmeldungen,,,,,,,,,,,,, 3 | *r,,,,,,"B503","00",,,,,, 4 | r,,currentservice,Aktuelle Wartungsmeldungen,,,,02,,,errors,,, 5 | # Historie Wartungsmeldungen,,,,,,,,,,,,,,,, 6 | *r,,,,,,"B503","01",,,,,,,,, 7 | *wi,#install,,,,,"B503","02",,,,,,,,, 8 | r,,servicehistory,Historie Wartungsmeldungen,,,,02,index,m,UCH,,,,,,errorhistory 9 | wi,,clearservicehistory,Historie Wartungsmeldungen löschen,,,,02,cleared,s,yesno,,,,,, 10 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/tempsetpoints.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Zeitprogramme Temperatur 3 | *r,,,,,,"B504","19",,,IGN:1,,, 4 | *w,,,,,,"B505","2e",,,,,, 5 | r;w,,Setpoints.Monday,Temperaturen Montag,,,,01,,,temp1;temp1;temp1,,, 6 | r;w,,Setpoints.Tuesday,Temperaturen Dienstag,,,,02,,,temp1;temp1;temp1,,, 7 | r;w,,Setpoints.Wednesday,Temperaturen Mittwoch,,,,03,,,temp1;temp1;temp1,,, 8 | r;w,,Setpoints.Thursday,Temperaturen Donnerstag,,,,04,,,temp1;temp1;temp1,,, 9 | r;w,,Setpoints.Friday,Temperaturen Freitag,,,,05,,,temp1;temp1;temp1,,, 10 | r;w,,Setpoints.Saturday,Temperaturen Samstag,,,,06,,,temp1;temp1;temp1,,, 11 | r;w,,Setpoints.Sunday,Temperaturen Sonntag,,,,07,,,temp1;temp1;temp1,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/timer.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # DHW: Zeitprogramme DHW,,,,,,,,,,,,, 3 | *r,,,,,,"B504",,,,,,, 4 | *w,,,,,,"B505","09",,,,,, 5 | r,,Timer.Monday,Zeitfenster Montag,,,,02,,,timer,,, 6 | r,,Timer.Tuesday,Zeitfenster Dienstag,,,,03,,,timer,,, 7 | r,,Timer.Wednesday,Zeitfenster Mittwoch,,,,04,,,timer,,, 8 | r,,Timer.Thursday,Zeitfenster Donnerstag,,,,05,,,timer,,, 9 | r,,Timer.Friday,Zeitfenster Freitag,,,,06,,,timer,,, 10 | r,,Timer.Saturday,Zeitfenster Samstag,,,,07,,,timer,,, 11 | r,,Timer.Sunday,Zeitfenster Sonntag,,,,08,,,timer,,, 12 | w,,Timer.Monday,Zeitfenster Montag,,,,01,,,timer,,, 13 | w,,Timer.Tuesday,Zeitfenster Dienstag,,,,02,,,timer,,, 14 | w,,Timer.Wednesday,Zeitfenster Mittwoch,,,,03,,,timer,,, 15 | w,,Timer.Thursday,Zeitfenster Donnerstag,,,,04,,,timer,,, 16 | w,,Timer.Friday,Zeitfenster Freitag,,,,05,,,timer,,, 17 | w,,Timer.Saturday,Zeitfenster Samstag,,,,06,,,timer,,, 18 | w,,Timer.Sunday,Zeitfenster Sonntag,,,,07,,,timer,,, 19 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/timercc.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Zeitprogramm Zirkulationspumpe,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,ccTimer.Monday,Zeitfenster Montag,,,,0002,,,timer,,, 6 | r;w,,ccTimer.Tuesday,Zeitfenster Dienstag,,,,0102,,,timer,,, 7 | r;w,,ccTimer.Wednesday,Zeitfenster Mittwoch,,,,0202,,,timer,,, 8 | r;w,,ccTimer.Thursday,Zeitfenster Donnerstag,,,,0302,,,timer,,, 9 | r;w,,ccTimer.Friday,Zeitfenster Freitag,,,,0402,,,timer,,, 10 | r;w,,ccTimer.Saturday,Zeitfenster Samstag,,,,0502,,,timer,,, 11 | r;w,,ccTimer.Sunday,Zeitfenster Sonntag,,,,0602,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/timercool.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # MK2: Zeitprogramm Kühlen,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,coolingTimer.Monday,Zeitfenster Montag,,,,0003,,,timer,,, 6 | r;w,,coolingTimer.Tuesday,Zeitfenster Dienstag,,,,0103,,,timer,,, 7 | r;w,,coolingTimer.Wednesday,Zeitfenster Mittwoch,,,,0203,,,timer,,, 8 | r;w,,coolingTimer.Thursday,Zeitfenster Donnerstag,,,,0303,,,timer,,, 9 | r;w,,coolingTimer.Friday,Zeitfenster Freitag,,,,0403,,,timer,,, 10 | r;w,,coolingTimer.Saturday,Zeitfenster Samstag,,,,0503,,,timer,,, 11 | r;w,,coolingTimer.Sunday,Zeitfenster Sonntag,,,,0603,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/timerhc.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Zeitprogramme HK,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,hcTimer.Monday,Zeitfenster Montag,,,,0000,,,timer,,, 6 | r;w,,hcTimer.Tuesday,Zeitfenster Dienstag,,,,0100,,,timer,,, 7 | r;w,,hcTimer.Wednesday,Zeitfenster Mittwoch,,,,0200,,,timer,,, 8 | r;w,,hcTimer.Thursday,Zeitfenster Donnerstag,,,,0300,,,timer,,, 9 | r;w,,hcTimer.Friday,Zeitfenster Freitag,,,,0400,,,timer,,, 10 | r;w,,hcTimer.Saturday,Zeitfenster Samstag,,,,0500,,,timer,,, 11 | r;w,,hcTimer.Sunday,Zeitfenster Sonntag,,,,0600,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/timerhwc.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Schaltzeiten Warmwasser,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,hwcTimer.Monday,Zeitfenster Montag,,,,0001,,,timer,,, 6 | r;w,,hwcTimer.Tuesday,Zeitfenster Dienstag,,,,0101,,,timer,,, 7 | r;w,,hwcTimer.Wednesday,Zeitfenster Mittwoch,,,,0201,,,timer,,, 8 | r;w,,hwcTimer.Thursday,Zeitfenster Donnerstag,,,,0301,,,timer,,, 9 | r;w,,hwcTimer.Friday,Zeitfenster Freitag,,,,0401,,,timer,,, 10 | r;w,,hwcTimer.Saturday,Zeitfenster Samstag,,,,0501,,,timer,,, 11 | r;w,,hwcTimer.Sunday,Zeitfenster Sonntag,,,,0601,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/timertariff.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Zeitprogramm Hochtarif,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,tariffTimer.Monday,Zeitfenster Montag,,,,0004,,,timer,,, 6 | r;w,,tariffTimer.Tuesday,Zeitfenster Dienstag,,,,0104,,,timer,,, 7 | r;w,,tariffTimer.Wednesday,Zeitfenster Mittwoch,,,,0204,,,timer,,, 8 | r;w,,tariffTimer.Thursday,Zeitfenster Donnerstag,,,,0304,,,timer,,, 9 | r;w,,tariffTimer.Friday,Zeitfenster Freitag,,,,0404,,,timer,,, 10 | r;w,,tariffTimer.Saturday,Zeitfenster Samstag,,,,0504,,,timer,,, 11 | r;w,,tariffTimer.Sunday,Zeitfenster Sonntag,,,,0604,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/yield3d43.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,Ertrag dieses Jahr,,,,"3d00:2;3d08:2;3d10:2;3d18:2;3d20:2;3d28:2;3d30:2;3d38:2;3d40:2;3d48:2;3d50:2;3d58:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 5 | r,,YieldLastYear,Ertrag letztes Jahr,,,,"4300:2;4308:2;4310:2;4318:2;4320:2;4328:2;4330:2;4338:2;4340:2;4348:2;4350:2;4358:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/yield3f40.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,Ertrag dieses Jahr,,,,"3f00:2;3f08:2;3f10:2;3f18:2;3f20:2;3f28:2;3f30:2;3f38:2;3f40:2;3f48:2;3f50:2;3f58:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 5 | r,,YieldLastYear,Ertrag letztes Jahr,,,,"4000:2;4008:2;4010:2;4018:2;4020:2;4028:2;4030:2;4038:2;4040:2;4048:2;4050:2;4058:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/yield4445.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,Ertrag dieses Jahr,,,,"4400:2;4408:2;4410:2;4418:2;4420:2;4428:2;4430:2;4438:2;4440:2;4448:2;4450:2;4458:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 5 | r,,YieldLastYear,Ertrag letztes Jahr,,,,"4500:2;4508:2;4510:2;4518:2;4520:2;4528:2;4530:2;4538:2;4540:2;4548:2;4550:2;4558:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/yield8485.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,Ertrag dieses Jahr,,,,"8400:2;8408:2;8410:2;8418:2;8420:2;8428:2;8430:2;8438:2;8440:2;8448:2;8450:2;8458:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 5 | r,,YieldLastYear,Ertrag letztes Jahr,,,,"8500:2;8508:2;8510:2;8518:2;8520:2;8528:2;8530:2;8538:2;8540:2;8548:2;8550:2;8558:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/de/vaillant/yield8485r.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,Ertrag dieses Jahr,,,,"8400:2;8408:2;8410:2;8418:2;8420:2;8428:2;8430:2;8438:2;8440:2;8448:2;8450:2;8458:2",,,energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;,,, 5 | r,,YieldLastYear,Ertrag letztes Jahr,,,,"8500:2;8508:2;8510:2;8518:2;8520:2;8528:2;8530:2;8538:2;8540:2;8548:2;8550:2;8558:2",,,energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/_templates.csv: -------------------------------------------------------------------------------- 1 | # template name,type / templates,divider / values,unit,comment 2 | cntstarts,BCD:3,,,start counter 3 | cntminutes,BCD,,min,operation minutes 4 | cnthours,BCD:3,,h,operation hours 5 | cntfuel,BCD:4,,,fuel quantity 6 | unit,UCH,0=all;1=l;2=m³,,unit 7 | fueltype,UCH,0=any;1=oil;2=gas,,fuel type 8 | countertype,UCH,0=starts;1=hours1;2=hours2;3=hours3;4=hours4;5=modulating;16=fuelquantity,,type of meter 9 | opdatacyclic,UCH,0x55=stop;0xaa=start,,cyclic transmission 10 | opdatatransfer,UCH,0=stop;1=cyclic;2=event;3=single;3=cyclicandevent,,data transmission 11 | opdataheat,UCH,0x00=off;0x01=none;0x55=hotwater;0xaa=heating;0xcc=emissioncheck;0xdd=qualitycontrol;0xee=controlstop;0x66=hotwaterincontrolstop;0xbb=hotwaterinheating;0x44=controlstopinstage,,heat request 12 | opdataaction,UCH,0x00=none;0x01=stoppump;0x02=startpump;0x03=stopconsumer;0x04=startconsumer,, 13 | desiredtemp,UCH,,°C,desired temperature 14 | outsidetemp,SCH,,°C,outside temperature 15 | percent,D2C,,%, 16 | percent0,UCH,,%, 17 | percent1,D1C,,%, 18 | percent2,D2B,,%, 19 | percents,SCH,,%, 20 | temp,D2C,,°C,temperature 21 | temp0,UCH,,°C,temperature 22 | temp1,D1C,,°C,temperature 23 | temp2,D2B,,°C,temperature 24 | press,D2B,,bar,pressure 25 | btime,BTI,,,time 26 | bdate,BDA,,,date 27 | bday,BDY,,,weekday 28 | id,STR:5,,,device ID 29 | version,PIN,,,version 30 | skip,IGN:1,,, 31 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *r,broadcast,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 4 | *w,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 5 | b,,datetime,date/time,,,0700,,outsidetemp,,temp2,,,,time,,btime,,,,date,,bdate,,,,,,,,, 6 | r;b,,id,identification,,,0704,,manufacturer,,UCH,0x06=Dungs;0x0f=FH Ostfalia;0x10=TEM;0x11=Lamberti;0x14=CEB;0x15=Landis-Staefa;0x16=FERRO;0x17=MONDIAL;0x18=Wikon;0x19=Wolf;0x20=RAWE;0x30=Satronic;0x40=ENCON;0x50=Kromschröder;0x60=Eberle;0x65=EBV;0x75=Grässlin;0x85=ebm-papst;0x95=SIG;0xa5=Theben;0xa7=Thermowatt;0xb5=Vaillant;0xc0=Toby;0xc5=Weishaupt;0xfd=ebusd.eu,,device manufacturer,,,id,,,device id,software,,PIN,,,software version,hardware,,PIN,,,hardware version 7 | w,,id,identification,,FE,0704,,,,,,,,,,,,,,,,,,,,,,,,, 8 | w,,queryexistence,Inquiry of existence,,FE,07FE,,,,,,,,,,,,,,,,,,,,,,,,, 9 | b,,signoflife,sign of life,,,07FF,,,,,,,,,,,,,,,,,,,,,,,,, 10 | b,,error,error message,,,FE01,,error,,STR:10,,,,,,,,,,,,,,,,,,,,, 11 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/memory.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *r,memory,,,,,,,,,,,,,,,,,,,,,,,, 3 | *wi,memory#install,,,,,,,,,,,,,,,,,,,,,,,, 4 | r,,ram,read RAM data,,,0900,,address,m,UIN,,,start address,count,m,UCH,,,number of bytes,data,,HEX:*,,,data bytes 5 | wi,,ram,write RAM data,,,0901,,address,,UIN,,,start address,data,,HEX:*,,,data bytes,,,,,, 6 | r,,eeprom,read EEPROM data,,,0902,,address,m,UIN,,,start address,count,m,UCH,,,number of bytes,data,,HEX:*,,,data bytes 7 | wi,,eeprom,write EEPROM data,,,0903,,address,,UIN,,,start address,data,,HEX:*,,,data bytes,,,,,, 8 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/05.vd2.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/05.vd3.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/05.vd6.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/05.vl8.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/05.vl9.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/08.recov.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,recov,recoVair 260,,,,,,,,,,, 3 | # ##### Generell #####,,,,,,,,,,,,, 4 | *r,,,,,,B513,,,,IGN:2,,, 5 | *w,,,,,,B509,,,,,,, 6 | r2,recov,VentIntensityDay,Read Ventilation Intensity Day,,,,048a03,,,UCH,,, 7 | r2,recov,VentIntensityNight,Read Ventilation Intensity Night,,,,048b03,,,UCH,,, 8 | r2,recov,VentHeatRecovery,Read Heat Recovery,,,,048c03,,,UCH,0=auto;1=on;2=off,, 9 | w,recov,SetVentIntensity1,Set Ventilation Intensity 1,,,,0e8a0301,,,,,, 10 | w,recov,SetVentIntensity2,Set Ventilation Intensity 2,,,,0e8a0302,,,,,, 11 | w,recov,SetVentIntensity3,Set Ventilation Intensity 3,,,,0e8a0303,,,,,, 12 | w,recov,SetVentIntensity4,Set Ventilation Intensity 4,,,,0e8a0304,,,,,, 13 | w,recov,SetVentIntensity5,Set Ventilation Intensity 5,,,,0e8a0305,,,,,, 14 | w,recov,SetVentIntensity6,Set Ventilation Intensity 6,,,,0e8a0306,,,,,, 15 | w,recov,SetVentHeatRecoveryAuto,Set Heat Recovery Auto,,,,0e8c0300,,,,,, 16 | w,recov,SetVentHeatRecoveryOn,Turn On Heat Recovery,,,,0e8c0301,,,,,, 17 | w,recov,SetVentHeatRecoveryOff,Turn Off Heat Recovery,,,,0e8c0302,,,,,, 18 | w,recov,SetVentDay,Set Ventilation Day,,,B522,000200FFFF,,,,,, 19 | w,recov,SetVentNight,Set Ventilation Night,,,B522,000100FFFF,,,,,, 20 | w,recov,SetVentBoost,Activate Boost Ventilation,,,B522,000300FFFF,,,,,, 21 | # ##### Weitere #####,,,,,,,,,,,,, 22 | *r,,,,,,B509,,,,IGN:2,,, 23 | *w,,,,,,B509,,,,,,, 24 | r9,recov,BypassPosition,Position of Bypass Flap,,,,290b0e,,,UIN,10,, 25 | r,recov,TempOutsideAir,Outside Air Temperature,,,,290c0e,,,tempsensor,,, 26 | r,recov,TempOutgoingAir,Outgoing Air Temperature,,,,290d0e,,,tempsensor,,, 27 | r,recov,TempWasteAir,Waste Air Temperature,,,,29b40d,,,tempsensor,,, 28 | r,recov,TempInletAir,Inlet Air Temperature,,,,29b30d,,,tempsensor,,, 29 | r2,recov,HumiWasteAir,Relative Humidity Waste Air,,,,298503,,,percent,,, 30 | r9,recov,FrostProtection,Frost Protection Element Active,,,,29f10c,,,onoff,,, 31 | r,recov,PreferredTemp,Desired Temperature,,,,29140e,,,temp,,, 32 | r2,recov,FlowActual,Current Volume Flow,,,,29030e,,,UIN,,m3/h, 33 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.140.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.160.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,35000,VTS 160,173 173,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *ws,#service,,,,,"B509","0E",,,,,, 7 | *[SW],scan,,,SW,,,,,,,,, 8 | r;w,,Date,System Date,,,,"6100",,,date,,,current date 9 | r;w,,Time,System Time,,,,"6000",,,time,,,current time 10 | r;w,,SystemOnOff,System OnOFF,,,,"0100",,,UCH,0=on;1=off,, 11 | r;w,,OperatingMode,Operation mode,,,,"2F00",,,UCH,2=Auto;3=Comfort,, 12 | r;w,,OverrideMode,Override mode,,,,"5D00",,,UCH,0=None;1=Party;4=Holiday,, 13 | r;w,,HolidayStartPeriod,HolidayStartPeriod,,,,"1100",,,date,,,start date of holiday 14 | r;w,,HolidayEndPeriod,HolidayEndPeriod,,,,"1200",,,date,,,end date of holiday 15 | r;w,,LcdContrastValue,LcdContrastValue,,,,"5A00",,,UCH,,,setting of the LCD contrast 16 | !include,timerhwc.inc,,,,,,,,,,,, 17 | !include,timerhc.inc,,,,,,,,,,,, -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.350.HW7102.csv: -------------------------------------------------------------------------------- 1 | 15.370.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.360.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.36p.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.400.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.450.csv: -------------------------------------------------------------------------------- 1 | 15.470.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.720.csv: -------------------------------------------------------------------------------- 1 | 15.700.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.b7v.csv: -------------------------------------------------------------------------------- 1 | 15.700.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.bass.csv: -------------------------------------------------------------------------------- 1 | 15.700.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.basv.csv: -------------------------------------------------------------------------------- 1 | 15.700.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.basv2.csv: -------------------------------------------------------------------------------- 1 | 15.ctlv2.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.ctlv3.csv: -------------------------------------------------------------------------------- 1 | 15.ctlv2.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.e7f_2.csv: -------------------------------------------------------------------------------- 1 | 15.e7c.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.f35.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.f45.csv: -------------------------------------------------------------------------------- 1 | 15.f47.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.heb.csv: -------------------------------------------------------------------------------- 1 | 15.sdr_p.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/15.hep.csv: -------------------------------------------------------------------------------- 1 | 15.sdr_p.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/1c.rcc.4.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/1c.v81.4.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/23.ehp.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,EHP00,Heat pump AMU,EHP00 172 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### CC: Parameters and information #####,,,,,,,,,,,,, 6 | r;w,,CirPumpED,CirculationPumpED,,,,"E601",,,UCH,,,defines the percentage of a 10 minutes period to power the pump 7 | !include,hwcmode.inc,,,,,,,,,,,, 8 | !include,timer.inc,,,,,,,,,,,, 9 | !include,iotesthp.inc,,,,,,,,,,,, 10 | !include,errors.inc,,,,,,,,,,,, 11 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/23.solsy.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,SOLSY,auroMATIC 620/3,0020080463 163 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 14 | !include,hwcmode.inc,,,,,,,,,,,, 15 | !include,timer.inc,,,,,,,,,,,, 16 | !include,iotest620.inc,,,,,,,,,,,, 17 | !include,errors.inc,,,,,,,,,,,, 18 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/23.vr630.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 14 | !include,hwcmode.inc,,,,,,,,,,,, 15 | !include,timer.inc,,,,,,,,,,,, 16 | !include,iotest630.inc,,,,,,,,,,,, 17 | !include,errors.inc,,,,,,,,,,,, 18 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/23.zeo.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,ZEO00,Zeolite AMU,ZEO00 197 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### CC: #####,,,,,,,,,,,,, 6 | r,,OperatingMode,OperatingMode,,,,"0602",,,mcmode,,, 7 | r,,FlowTempMin,MinFlowTemp,,,,"0B02",,,temp0,,,1 °C resolution 8 | r,,FlowTempMax,MaxFlowTemp,,,,"0C02",,,temp0,,,1 °C resolution 9 | r,,TempDesired,DesiredTemperature,,,,"0D02",,,temp1,,,1/2 °C resolution 10 | r,,CircuitDiaState,CircuitDiaState,,,,"1802",,,UCH,,, 11 | r,,CircuitsStates,CircuitsStates,,,,"1E02",,,UCH,,, 12 | r,,FlowTempDesired,Flow setpoint,,,,"1F02",,,temp1,,,1/2 °C resolution 13 | r,,CleaningLady,CleaningLady,,,,"2302",,,UCH,,,"0,5h" 14 | r,,ActualTempDesired,ActualDesiredTemp,,,,"3302",,,temp1,,,1/2°C Auflösung 15 | !include,hwcmode.inc,,,,,,,,,,,, 16 | !include,timer.inc,,,,,,,,,,,, 17 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/25.ehp.hwc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,EHP00,Heat pump AMU,EHP00 172 DHW,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *[SW],scan,,,SW,,,,,,,,, 7 | # ##### DHW: Parameters and information #####,,,,,,,,,,,,, 8 | r;w,,OperatingMode,OperatingMode,,,,"2B00",,,hwcmode,,,Operating mode for the DHWcircuit 9 | r;wi,,StorageTempDesiredStop,Tank_Setpoint_Stop,,,,"8200",,,temp,,,DHW temperature at which loading stops 10 | r;wi,,StorageTempDesiredStart,Tank_Setpoint_Start,,,,"8300",,,temp,,,DHW temperature at which loading starts 11 | r;wi,,LegioProtectionEnabled,LegioProtectionEnabled,,,,"4000",,,yesno,,,BMR:enables/disables the anti-legionella feature 12 | [SW>=337]r;wi,,LegioProtectionDay,LegioProtectionDay,,,,"7C01",,,bday,,,"Legionella protection day (0-6:mo-so, 7:off). Displayed as abbreviations. Additional parameter has to be set for activation or deactivation." 13 | r;wi,,LegionellaStartTime,Legionella_Start_Time,,,,"6700",,,time2,,,start time for legionella protection (different from BMR) 14 | [SW>=407]r;wi,,Hc1PumpSpeedLayeredStorage,CH1P_PumpSpeed_layered_tank,,,,"C101",,,percent0,,,CH pump speed setpoint while shiftloading DHW tank [%] 15 | [SW>=407]r;wi,,Hc1PumpSpeedCoilStorage,CH1P_PumpSpeed_coil_tank,,,,"C201",,,percent0,,,CH pump speed setpoint while loading DHW tank with coils [%] 16 | [SW>=407]r;wi,,HwcStorageIsCoil,DHW_Tank_is_coil,,,,"CD01",,,yesno,,,DHW tank is shift loading type if no 17 | [SW>=415]r;wi,,TappingDetectionLimit,TappingDetectionLimit,,,,"E801",,,UCH,,,"turns on backup heater, if temperature drops below this value; 0=function is off" 18 | !include,hwcmode.inc,,,,,,,,,,,, 19 | !include,timer.inc,,,,,,,,,,,, 20 | !include,iotesthp.inc,,,,,,,,,,,, 21 | !include,errors.inc,,,,,,,,,,,, 22 | !include,quick.inc,,,,,,,,,,,, -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/25.vr630.hwc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 DHW,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 14 | # ##### DHW: Data #####,,,,,,,,,,,,, 15 | r,,Storage1Sensor2,Current cylinder temp.,,,,"0000",,,tempsensor,,, 16 | r,,CirPump2,Circulation pump,,,,"0C00",,,onoff,,, 17 | r,,ThreeWayValveLoadingPump1,Loading pump status,,,,"1000",,,onoff,,, 18 | r,,LegioPump2,Legionellenpumpe,,,,"1100",,,onoff,,, 19 | r,,TeleSwitch,TeleSWITCH,,,,"0A00",,,onoff,,, 20 | r,,OneTimeCirSwitch,OneTimeCirculationSwitch,,,,"0B00",,,onoff,,,non-recurring circulation pump running period 21 | r,,IsInHoliday,Ferienmodus aktiv,,,,"2700",,,UCH,,, 22 | r,,IsInParty,Partymodus aktiv,,,,"4E00",,,UCH,,, 23 | # ##### DHW: Configuration #####,,,,,,,,,,,,, 24 | r;w,,HwcLaggingTime2,Ladepumpennachlauf,,,,"6100",,,minutes0,,, 25 | r,,FlowTempDesired2,Vorlauftemp. SOLL,,,,"4600",,,temp1,,, 26 | r;w,,HcParallelStorageFillingEnabled2,Parallel loading,,,,"5500",,,yesno,,, 27 | r;w,,HwcLoadingDelay2,Re-charge delay,,,,"6200",,,minutes0,,, 28 | r;w,,LegioStartDay2,Legionellenschutz Starttag,,,,"8A00",,,UCH,,, 29 | r;w,,OperatingMode2,Operation mode,,,,"2B00",,,mcmode,,, 30 | r;w,,TempDesired2,Speichersoll,,,,"3200",,,temp1,,, 31 | r;w,,TeleswitchOperatingMode2,TeleSWITCH,,,,"3F00",,,mcmode,,, 32 | !include,hwcmode.inc,,,,,,,,,,,, 33 | !include,timer.inc,,,,,,,,,,,, 34 | !include,iotest630.inc,,,,,,,,,,,, 35 | !include,errors.inc,,,,,,,,,,,, 36 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/25.zeo.hwc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,ZEO00,Zeolite AMU,ZEO00 197 DHW,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### DHW: #####,,,,,,,,,,,,, 6 | r,,OperatingMode,OperatingMode,,,,"0600",,,mcmode,,,1=Ein 2=Aus 3=Auto 7 | r,,TempDesired,DesiredTemperature,,,,"0D00",,,temp1,,,1/2 °C resolution 8 | r,,CircuitDiaState,CircuitDiaState,,,,"1800",,,UCH,,, 9 | r,,CircuitsStates,CircuitsStates,,,,"1E00",,,UCH,,, 10 | r,,CleaningLady,CleaningLady,,,,"2300",,,UCH,,,"0,5h" 11 | r,,HwcLegioProtectionMaxTimer,DhwLegioProtectionMaxTimer,,,,"2D00",,,UCH,,, 12 | r,,ActualTempDesired,ActualDesiredTemp,,,,"3300",,,temp1,,,1/2°C Auflösung 13 | r,,HwcLegioTempOkTimer,DhwLegioTempOkTimer,,,,"3400",,,temp0,,, 14 | !include,hwcmode.inc,,,,,,,,,,,, 15 | !include,timer.inc,,,,,,,,,,,, 16 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/26.vr630.hc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 Burner,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *[SW],scan,,,SW,,,,,,,,, 7 | # ##### Statistics #####,,,,,,,,,,,,, 8 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 9 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 10 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 11 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 12 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 13 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 14 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 15 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 16 | # ##### BK1: Data #####,,,,,,,,,,,,, 17 | r,,SumFlowSensor,Vorlauftemp. IST,,,,"0400",,,tempsensor,,, 18 | r,,OutsideTemp,Außentemperatur,,,,"0600",,,tempsensor,,, 19 | r,,FlowTempDesired,Vorlauftemp. SOLL,,,,"4600",,,temp1,,, 20 | r,,TeleSwitch,TeleSWITCH,,,,"0A00",,,onoff,,, 21 | r,,IsInHoliday,Ferienmodus aktiv,,,,"2700",,,UCH,,, 22 | r,,IsInStorageFilling,Abschaltung wegen Speicherladung,,,,"4700",,,yesno,,, 23 | r,,CleaningLady,Sparfunktion,,,,"4B00",,,UCH,,, 24 | r,,IsInParty,Partymodus aktiv,,,,"4E00",,,UCH,,, 25 | r,,Hc1PumpPort,Pump Status,,,,"8E00",,,onoff,,, 26 | # ##### BK1: Configuration #####,,,,,,,,,,,,, 27 | r;w,,OtShutdownLimit,AT-Abschaltgrenze,,,,"3600",,,desiredtemp,,, 28 | r;w,,FlowTempMin,Minimaltemperatur,,,,"3000",,,temp0,,, 29 | r;w,,TempDesiredLow,Absenktemperatur,,,,"3300",,,temp1,,, 30 | r;wi,,BoilerCircuitDisabled,Kreis deaktivieren,,,,"AA00",,,yesno,,, 31 | r;w,,OperatingMode,Operation mode,,,,"2B00",,,mcmode,,, 32 | r;w,,FlowTempMax,Maximaltemperatur,,,,"3100",,,temp0,,, 33 | r;w,,TempDesired,Solltemperatur,,,,"3200",,,temp1,,, 34 | r;w,,HeatingCurve,Heating curve,,,,"3500",,,curve,,, 35 | [SW<=400]r;w,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,hours,,, 36 | [SW>=401]r;wi,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,UCH,,min / 5, 37 | r;w,,TeleswitchOperatingMode,TeleSWITCH,,,,"3F00",,,mcmode,,, 38 | !include,hcmode.inc,,,,,,,,,,,, 39 | !include,timer.inc,,,,,,,,,,,, 40 | !include,iotest630.inc,,,,,,,,,,,, 41 | !include,errors.inc,,,,,,,,,,,, 42 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/26.vr_71.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/templates,divider/values,unit,comment,field3,part (m/s),datatypes/templates,divider/values,unit,comment,field4,part (m/s),datatypes/templates,divider/values,unit,comment,field5,part (m/s),datatypes/templates,divider/values,unit,comment,field6,part (m/s),datatypes/templates,divider/values,unit,comment,field7,part (m/s),datatypes/templates,divider/values,unit,comment,field8,part (m/s),datatypes/templates,divider/values,unit,comment,field9,part (m/s),datatypes/templates,divider/values,unit,comment,field10,part (m/s),datatypes/templates,divider/values,unit,comment,field11,part (m/s),datatypes/templates,divider/values,unit,comment,field12,part (m/s),datatypes/templates,divider/values,unit,comment,field13,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR_71,VR 71,104 104,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *r,,,,,,B523,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4 | *w,,,,,,B523,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5 | w,,SetActorState,,,,,05,R1,,UCH,0=off;20=on,,,R2,,UCH,0=off;20=on,,,R3,,UCH,0=off;20=on,,,R4,,UCH,0=off;20=on,,,R5,,UCH,0=off;20=on,,,R6,,UCH,0=off;20=on,,,R7,,UCH,0=off;20=on,,,R8,,UCH,0=off;20=on,,,R9,,UCH,0=off;20=on,,,R10,,UCH,0=off;20=on,,,R11,,UCH,0=off;20=on,,,R12,,UCH,0=off;20=on,,,Rx,,HEX:2,,, 6 | w,,Mc1FlowTempDesired,,,,,0200,FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7 | w,,Mc2FlowTempDesired,,,,,0201,FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8 | w,,Mc3FlowTempDesired,,,,,0202,FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9 | r,,SensorData1,,,,,06,S1,,temp,,,,S2,,temp,,,,S3,,temp,,,,S4,,temp,,,,S5,,temp,,,,S6,,temp,,,,S7,,temp,,,,ignore,,HEX:2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10 | r,,SensorData2,,,,,07,S8,,temp,,,,S9,,temp,,,,S10,,temp,,,,S11,,temp,,,,S12,,temp,,,,Sx,,temp,,,,ignore,,HEX:3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11 | !include,errors.inc,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/35.rcc.1.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/35.v81.1.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/3c.rcc.5.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/3c.v81.5.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/50.vr630.mc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 Mixer,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *[SW],scan,,,SW,,,,,,,,, 7 | # ##### Statistics #####,,,,,,,,,,,,, 8 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 9 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 10 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 11 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 12 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 13 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 14 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 15 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 16 | # ##### MK1: Data #####,,,,,,,,,,,,, 17 | r,,FlowTemp,Vorlauftemp. IST,,,,"0100",,,tempsensor,,, 18 | r,,FlowTempDesired,Vorlauftemp. SOLL,,,,"4600",,,temp1,,, 19 | r,,TeleSwitch,TeleSWITCH,,,,"0A00",,,onoff,,, 20 | r,,IsInHoliday,Ferienmodus aktiv,,,,"2700",,,UCH,,, 21 | r,,IsInStorageFilling,Speicherladung aktiv,,,,"4700",,,yesno,,, 22 | r,,CleaningLady,Sparfunktion,,,,"4B00",,,UCH,,, 23 | r,,IsInParty,Partymodus aktiv,,,,"4E00",,,UCH,,, 24 | r,,MixerDutyCycle,Mischeransteuerung,,,,"0E00",,,SCH,,, 25 | r,,HcPumpPort,Pump Status,,,,"9100",,,onoff,,, 26 | # ##### MK1: Configuration #####,,,,,,,,,,,,, 27 | r;w,,OtShutdownLimit,AT-Abschaltgrenze,,,,"3600",,,desiredtemp,,, 28 | r;w,,FlowTempMin,Minimaltemperatur,,,,"3000",,,temp0,,, 29 | r;w,,TempDesiredLow,Absenktemperatur,,,,"3300",,,temp1,,, 30 | r;wi,,CfgHeatSinkType,Kreis deaktivieren,,,,"3C00",,,UCH,0=disabled;1=mixer;2=water;3=fixvalue;4=backflow,, 31 | r;w,,HcPumpIdlePeriod,Pump blockage time,,,,"4F00",,,minutes0,,, 32 | r;w,,OperatingMode,Operation mode,,,,"2B00",,,mcmode,,, 33 | r;w,,FlowTempMax,Maximaltemperatur,,,,"3100",,,temp0,,, 34 | r;w,,TempDesired,Solltemperatur,,,,"3200",,,temp1,,, 35 | r;w,,HeatingCurve,Heating curve,,,,"3500",,,curve,,, 36 | [SW<=400]r;w,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,hours,,, 37 | [SW>=401]r;wi,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,UCH,,min / 5, 38 | r,,FloorPavingDryingDay,Estrichtrocknungstag,,,,"3B00",,,UCH,,, 39 | r;w,,TeleswitchOperatingMode,TeleSWITCH,,,,"3F00",,,mcmode,,, 40 | !include,mcmode.inc,,,,,,,,,,,, 41 | !include,timer.inc,,,,,,,,,,,, 42 | !include,iotest630.inc,,,,,,,,,,,, 43 | !include,errors.inc,,,,,,,,,,,, 44 | !include,roomtempoffset.inc,,,,,,,,,,,, 45 | !include,quick.inc,,,,,,,,,,,, 46 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/50.zeo.mc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,ZEO00,Zeolite AMU,ZEO00 197 Mixer,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *ws,#service,,,,,"B509","0E",,,,,, 6 | # ##### MK: #####,,,,,,,,,,,,, 7 | r,,OperatingMode,OperatingMode,,,,"0604",,,mcmode,,,1=Heizen 2=Aus 3=Auto 4=Eco 5=Absenken 8 | r,,FlowTempMin,MinFlowTemp,,,,"0B04",,,temp0,,,1 °C resolution 9 | r,,FlowTempMax,MaxFlowTemp,,,,"0C04",,,temp0,,,1 °C resolution 10 | r,,TempDesired,DesiredTemperature,,,,"0D04",,,temp1,,,1/2 °C resolution 11 | r,,TempDesiredLow,DesiredLowTemperature,,,,"0E00",,,temp1,,,1/2 °C resolution 12 | r,,HcMaxPreHeating,HcMaxPreHeating,,,,"1300",,,UCH,,,0..5h 13 | r,,FloorPavingDryingDay,FloorPavingDryingDay,,,,"1600",,,UCH,,, 14 | r;ws,,Kreisart,Kreisart,,,,"1700",,,UCH,,,1=Brennerkreis 2=BrennerFestwert 15 | r,,CircuitDiaState,CircuitDiaState,,,,"1804",,,UCH,,, 16 | r,,CleaningLady,CleaningLady,,,,"2304",,,UCH,,,"0,5h" 17 | r,,RemoteControlMode,RemoteControlMode,,,,"2400",,,UCH,,, 18 | r,,RemoteControlRtOffset,RemoteControlRtOffset,,,,"2500",,,SCH,,,"0,5°C" 19 | r,,ActualTempDesired,ActualDesiredTemp,,,,"3304",,,temp1,,,1/2°C Auflösung 20 | r;ws,,Regelungsart,Regelungsart,,,,"3500",,,UCH,,,1 : Rücklaufregelung 2 : Vorlaufregelung 21 | r;ws,,Konfiguration,Configuration,,,,"C400",,,UCH,,, 22 | r,,HzTemp,T_Hz,,,,"D800",,,temp,,,Vorlauf- oder Rücklauftemperatur je nach gewählter Regelungsart 23 | r,,HTSoll,HT_Soll,,,,"D900",,,temp,,,°C 24 | !include,mcmode.inc,,,,,,,,,,,, 25 | !include,timer.inc,,,,,,,,,,,, 26 | !include,roomtempoffset.inc,,,,,,,,,,,, 27 | !include,quick.inc,,,,,,,,,,,, 28 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/51.vr630.mc.3.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR630,calorMATIC 630/3,0020092435 163 Mixer,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | *[SW],scan,,,SW,,,,,,,,, 7 | # ##### Statistics #####,,,,,,,,,,,,, 8 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,, 9 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,, 10 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,, 11 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,, 12 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,, 13 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,, 14 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,, 15 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,, 16 | # ##### MK2: Data #####,,,,,,,,,,,,, 17 | r,,FlowTemp,Vorlauftemp. IST,,,,"0300",,,tempsensor,,, 18 | r,,FlowTempDesired,Vorlauftemp. SOLL,,,,"4600",,,temp1,,, 19 | r,,TeleSwitch,TeleSWITCH,,,,"0A00",,,onoff,,, 20 | r,,IsInHoliday,Ferienmodus aktiv,,,,"2700",,,UCH,,, 21 | r,,IsInStorageFilling,Speicherladung aktiv,,,,"4700",,,yesno,,, 22 | r,,CleaningLady,Sparfunktion,,,,"4B00",,,UCH,,, 23 | r,,IsInParty,Partymodus aktiv,,,,"4E00",,,UCH,,, 24 | r,,MixerDutyCycle,Mischeransteuerung,,,,"0F00",,,SCH,,, 25 | r,,HcPumpPort,Pump Status,,,,"9400",,,onoff,,, 26 | # ##### MK2: Configuration #####,,,,,,,,,,,,, 27 | r;w,,OtShutdownLimit,AT-Abschaltgrenze,,,,"3600",,,desiredtemp,,, 28 | r;w,,FlowTempMin,Minimaltemperatur,,,,"3000",,,temp0,,, 29 | r;w,,TempDesiredLow,Absenktemperatur,,,,"3300",,,temp1,,, 30 | r;wi,,CfgHeatSinkType,Kreis deaktivieren,,,,"3C00",,,UCH,0=disabled;1=mixer;2=water;3=fixvalue;4=backflow,, 31 | r;w,,HcPumpIdlePeriod,Pump blockage time,,,,"4F00",,,minutes0,,, 32 | r;w,,OperatingMode,Operation mode,,,,"2B00",,,mcmode,,, 33 | r;w,,FlowTempMax,Maximaltemperatur,,,,"3100",,,temp0,,, 34 | r;w,,TempDesired,Solltemperatur,,,,"3200",,,temp1,,, 35 | r;w,,HeatingCurve,Heating curve,,,,"3500",,,curve,,, 36 | [SW<=400]r;w,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,hours,,, 37 | [SW>=401]r;wi,,HcMaxPreHeating,Max. Voraufheizung,,,,"3800",,,UCH,,min / 5, 38 | r,,FloorPavingDryingDay,FloorPavingDryingDay3,,,,"3B00",,,UCH,,,Current day of floor paving drying routine 39 | r;w,,TeleswitchOperatingMode,TeleSWITCH,,,,"3F00",,,mcmode,,, 40 | !include,mcmode.inc,,,,,,,,,,,, 41 | !include,timer.inc,,,,,,,,,,,, 42 | !include,iotest630.inc,,,,,,,,,,,, 43 | !include,errors.inc,,,,,,,,,,,, 44 | !include,roomtempoffset.inc,,,,,,,,,,,, 45 | !include,quick.inc,,,,,,,,,,,, 46 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/52.vr_70.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/templates,divider/values,unit,comment,field3,part (m/s),datatypes/templates,divider/values,unit,comment,field4,part (m/s),datatypes/templates,divider/values,unit,comment,field5,part (m/s),datatypes/templates,divider/values,unit,comment,field6,part (m/s),datatypes/templates,divider/values,unit,comment,field7,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,VR_70,VR 70,109 109,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *r,,,,,,"B523",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4 | *w,,,,,,"B523",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5 | w,,SetActorState,,,,,"01",R1,,UCH,0=off;20=on,,,R2,,UCH,0=off;20=on,,,R3,,UCH,0=off;20=on,,,R4,,UCH,0=off;20=on,,,R5,,UCH,0=off;20=on,,,R6,,UCH,0=off;20=on,,,S7,,UCH,0=off;20=on,, 6 | w,,Mc1FlowTempDesired,,,,,"0200",FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,, 7 | w,,Mc2FlowTempDesired,,,,,"0201",FTStatus,,onoff,,,,FTDesired,,temp1,,,,MixerStatus,s,onoff,,,,MixerMovement,s,percents,,,,,,,,,,,,,,,,,,,,, 8 | r,,SensorData,,,,,"03",S1,,temp,,,,S2,,temp,,,,S3,,temp,,,,S4,,temp,,,,S5,,temp,,,,S6,,temp,,,,ignore,,HEX:3,,, 9 | !include,errors.inc,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/54.mc2.mc.6.csv: -------------------------------------------------------------------------------- 1 | 52.mc2.mc.4.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/55.mc2.mc.7.csv: -------------------------------------------------------------------------------- 1 | 53.mc2.mc.5.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/64.v65.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/templates,divider/values,unit,comment,field3,part (m/s),datatypes/templates,divider/values,unit,comment,field4,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,V6500,VR 65,V65 199,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | *u,,,,,,"B512","02",,,,,,,,,,,,,,,,,,,,,,,, 4 | u,,State,,,,,,setvalve,m,switchvalve2,,,,state,,switchvalve2,,,,dhwdemand,,yesno,,,,,,temp,,, -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/75.rcc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,RC C,VR 90/3,0020040079 162,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | # ##### remote control #####,,,,,,,,,,,,, 7 | r,,RoomTemp,RaumtemperaturIst,,,,"0000",,,tempsensor,,,room temperature 8 | r;wi,,RoomTempOffset,RaumtemperaturIstOffset,,,,"1F00",,,temp,,, 9 | r,,RoomTempOffsetSelfWarming,RaumTempOffsetEigenErwaerm,,,,"2000",,,temp,,, 10 | r;w,,HolidayPeriod,HolidayPeriod,,,,"4300",,,hfrom;hto;hfrom;hto,,, 11 | r;w,,RoomTempHoliday,RoomSetTempHoliday,,,,"2200",,,temp,,, 12 | r;wi,,LcdContrastPwmValue,LcdContrastPwmValue,,,,"3600",,,UCH,,,contrast for the display 13 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/75.v81.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,V8100,VR 81,V81 225,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### general #####,,,,,,,,,,,,, 6 | r,,DisplayedRoomTemp,DisplayedRoomTemp,,,,"1B00",,,temp,,,displayed room temperature 7 | r,,RoomTemp,RaumtemperaturIst,,,,"0000",,,tempsensor,,,raw value current room temperature and sensorstate (without any correction) 8 | r,,DesiredHcRoomTempDesired,DesiredHCRoomSetPoint,,,,"1D00",,,temp,,,current room setpoint 9 | r,,HcRoomTempDesiredAdjustable,HCRoomSetPointAdjustable,,,,"1E00",,,yesno,,,room temperature setpoint is currently adjustable 10 | r,,HcActiveSpecialFunction,HCActiveSpecialFunction,,,,"1F00",,,UCH,,,"if unequal zero a special function (e.g. holidays, floor pavement drying …) has been activated" 11 | r;w,,OperatingMode430,OperatingMode430,,,,"0400",,,UCH,0=off;1=manual;2=auto,,operation mode of the heating circuit for 430 12 | # ##### extra #####,,,,,,,,,,,,, 13 | r,,SelectedHc,SelectedHeatCircuit,,,,"1C00",,,UCH,,,number of heating circuit to which this remote control is assigned 14 | r;w,,RoomTempOffset,RaumtemperaturIstOffset,,,,"0200",,,temp,,,room temperature correction 15 | # ##### developer's info #####,,,,,,,,,,,,, 16 | r,,RoomTempOffsetSelfWarming,RaumTempOffsetEigenErwaerm,,,,"0100",,,temp,,,room temperature intrinsic heating offset 17 | r,,StackeBUSTaskMax,MaxStackeBUSTask,,,,"0C00",,,UCH,,,maximum number of bytes needed for the eBUS task stack 18 | r,,StackMainTaskMax,MaxStackMainTask,,,,"0D00",,,UCH,,,maximum number of bytes needed for the main task stack 19 | r,,StackLifeCheckTaskMax,MaxStackLifeCheckTask,,,,"0E00",,,UCH,,,maximum number of bytes needed for the life check task stack 20 | r,,Variant,Variant,,,,"0F00",,,UIN;UIN,,,identifier for the variant 21 | r,,eBUSCRC,eBUS_CRC,,,,"1000",,,UCH,,,last calculated eBUS CRC 22 | r,,eBUSFifoDiffCntMax,eBUSFifoDiffCntMax,,,,"1100",,,UCH,,,max. eBUS-fifo level 23 | r,,EEpromMaxInkonsCnt,EEpromMaxInkonsCnt,,,,"1300",,,UIN,,,EEPROM inconsistency counter 24 | r,,POCResetCnt,POCResetCnt,,,,"1400",,,UIN,,,power on resets 25 | r,,WDResetCnt,WDResetCnt,,,,"1500",,,UIN,,,watchdog resets 26 | r,,LVResetCnt,LVResetCnt,,,,"1600",,,UIN,,,low voltage resets 27 | r,,CMResetCnt,CMResetCnt,,,,"1700",,,UIN,,,clock monitor resets 28 | r,,COMErrorCnt,COMErrorCnt,,,,"1800",,,UIN,,,eBUS-communication errors 29 | r,,VariantDKRefreshCnt,VariantDKRefreshCnt,,,,"1900",,,UCH,,,counts how often variant ID has been corrected 30 | r,,FiFoResetCnt,FiFoResetCnt,,,,"1A00",,,UCH,,,counter how often eBUS Fifo was cleared 31 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/76.vwzio.csv: -------------------------------------------------------------------------------- 1 | 76.vwz.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/7c.rcc.6.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/7c.v81.6.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/a1.sol.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,sol00,VR 68,sol 210 Circulation,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### CP: Circulation pump #####,,,,,,,,,,,,, 6 | r,,CirPump,CirculationPump,,,,"0500",,,onoff,,,Circulation Pump ZP 7 | # ##### CP: CP #####,,,,,,,,,,,,, 8 | r,,OperatingMode,OperatingMode,,,,"0F00",,,mcmode,,,"Operating mode of CP circuit (1 = auto, 2 = manual, 3 = off, 4 = on)" 9 | !include,yield3f40.inc,,,,,,,,,,,, 10 | !include,hwcmode.inc,,,,,,,,,,,, 11 | !include,timer.inc,,,,,,,,,,,, 12 | !include,errors.inc,,,,,,,,,,,, 13 | !include,iotestbsol.inc,,,,,,,,,,,, 14 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m;s),type / templates,divider / values,unit,comment,field2,part (m;s),type / templates,divider / values,unit,comment,field3,part (m;s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,"FE","B516",,,,,,,,,,,,,,,,,,, 3 | *wi,broadcast,,,,"FE","B516",,,,,,,,,,,,,,,,,,, 4 | b;wi,,vdatetime,date/time,,,,"00",time,,BTI,,,,date,,BDA,,,,,,,,, 5 | b,,OutsideTemp,outside temperature,,,,"01",,,temp2,,,,,,,,,,,,,,, 6 | *b,broadcast,,,,"FE","B505",,,,,,,,,,,,,,,,,,, 7 | b,,hwcStatus,state hot water,,,,"27",,,onoff,,,,VF1,,temp0,,,,,,onoff,,, 8 | b,,load,quick - hot water tank filling,,,,"06",,,onoff,,,,,,,,,,,,,,, 9 | *b,broadcast,,,,"FE","B508",,,,,,,,,,,,,,,,,,, 10 | b,,NoiseReduction,Status Noise Reduction,,,,"02",,,onoff,,,,State,,onoff,,, 11 | # START Unknown messages,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 12 | b,,unknownBCb505h5c,unknown BC,,"FE","B505","5c",,,HEX:1,,,,,,,,,,,,,,, 13 | b,,unknownBCb508h09,unknown BC,,"FE","B508","09",,,HEX:1,,,,,,,,,,,,,,, 14 | b,,unknownBCb510h06,unknown BC,,"FE","B510","06",,,HEX:1,,,,,,,,,,,,,,, 15 | # END Unknown messages,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 16 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/e1.omu.1.csv: -------------------------------------------------------------------------------- 1 | e0.omu.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/ec.zeo.sc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,ZEO00,Zeolite AMU,ZEO00 197 Solar,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *ws,#service,,,,,"B509","0E",,,,,, 6 | # ##### SOL: #####,,,,,,,,,,,,, 7 | r,,SolCollPumpDcIntegrator,SolarCollPumpDcIntegrator,,,,"CB00",,,SIN,,,-50..50 8 | r;ws,,SolEnableDiffTemp,SolEnableDiffTemp,,,,"CD00",,,temp0,,,5..12K / 1K Auflösung 9 | r;ws,,SolDisableDiffTemp,SolDisableDiffTemp,,,,"CE00",,,temp0,,,1..10K / 1K Auflösung 10 | r;ws,,SolHwcMaxLoadTemp,SolDhwMaxLoadTemp,,,,"CF00",,,temp0,,,35..80°C / 1°C 11 | r,,SolConfigFlags,SolarConfigFlags,,,,"D000",,,UCH,,, 12 | r,,SolCollPumpED,SolarCollectorPumpED,,,,"D100",,,UCH,,,0..100% 13 | r;ws,,CollPumpSRuntime,CollectorPumpSRuntime,,,,"D200",,,UIN,,,runtime in seconds base for runtime in hours 14 | r;ws,,CollPumpHRuntime,CollectorPumpHRuntime,,,,"D300",,,UIN,,,runtime in hours 15 | r;ws,,YieldMinute,SolarYieldMinute,,,,"D400",,,UIN,,,nur Summe von dT ohne Volumenstrom nur mit PWM 16 | r;ws,,Yield,SolarYieldKw,,,,"D500",,,UIN,,,um den Wert in KW zu bekommenmuß gerechnet werden:kW=x*SolarVolumnFlowUser*c 17 | r;ws,,SolFlowRate,SolarFlowRate,,,,"D600",,,UIN,,,0..20l/h Wert des Taco-Setters für Ertragsermittlung 18 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/ed.pms.sc.csv: -------------------------------------------------------------------------------- 1 | 06.pms.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/errors.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/templates 2 | # Current errors,,,,,,,,,,,,,,,, 3 | *r,,,,,,"B503","00",,,,,,,,, 4 | r,,currenterror,Current errors,,,,01,,,errors,,,,,, 5 | # Error history,,,,,,,,,,,,,,,, 6 | *r,,,,,,"B503","01",,,,,,,,, 7 | *wi,#install,,,,,"B503","02",,,,,,,,, 8 | r,,errorhistory,Error history,,,,01,index,m,UCH,,,,,,errorhistory 9 | wi,,clearerrorhistory,Clear error history,,,,01,cleared,s,yesno,,,,,, 10 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/f5.rcc.3.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/f5.v81.3.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/fc.rcc.7.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/fc.v81.7.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/general.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m;s),type / templates,divider / values,unit,comment,field2,part (m;s),type / templates,divider / values,unit,comment,field3,part (m;s),type / templates,divider / values,unit,comment,field4,part (m;s),type / templates,divider / values,unit,comment,field5,part (m;s),type / templates,divider / values,unit,comment,field6,part (m;s),type / templates,divider / values,unit,comment 2 | *r,general,,,,,"B513",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | r,,valuerange,register value range,,,,"04",id,m,UIN,,,register number,,,IGN:2,,,,cur,,UIN,,,current value,min,,UIN,,,minimum value,max,,UIN,,,maximum value,def,,UIN,,,default value 4 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/hwcmode.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # HWC/CC: Operation mode,,,,,,,,,,,,, 3 | *r,,,,,,"B504",,,,,,, 4 | *w,,,,,,"B505",,,,,,, 5 | r,,DateTime,Date time,,,,00,,,dcfstate;btime;bdate;temp2,,, 6 | r,,Mode,Operation mode,,,,01,,,temp0:tempdesired;hwcmode:operationmode;IGN:3;mctype7:mixertype;IGN;daynight:dayornight,,, 7 | w,,SetTempDesired,Set desired temperature,,,,01,,,temp0,,, 8 | w,,SetMode,Set operation mode,,,,02,,,hwcmode,,, 9 | w,,SetFlowTempMin,Set min flow temperature,,,,0e,,,temp0,,, 10 | w,,SetFlowTempMax,Set max flow temperature,,,,0f,,,temp0,,, 11 | r,,Params,Parameters,,,,09,,,temp0:tempdesired;IGN:3;mctype7:mixertype;IGN:2;temps:flowtempmin;temps:flowtempmax;IGN,,, 12 | r,,Status0a,Status flow temperature/mixer/pump/desired flow temperature,,,,0A,,,temp:flowtemp;mixer;onoff:pump;onoff;temp0:flowtempdesired 13 | r,,Status,Desired flow/status/flow/desired temperature,,,,0D,,,temp0:flowtempdesired;onoff:status;temp:flowtemp;IGN,,, 14 | r,,Status16,Outside temperature,,,,16,,,temp,,, 15 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/iotest620.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O test: 620,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O test,,,,02,,,UCH,0=valve1;1=cirpump;2=pump1;3=hc2mixeropen;4=hc2mixerclose;5=hc2pump;6=col1pump;7=col2pump;8=valve2;9=valve3;10=legiopump;11=valve4;12=c1c2,, 5 | wi,,ioteststop,stop I/O test,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/iotest630.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O test: 630,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O test,,,,02,,,UCH,0=valve1;1=cirpump;2=pump1;3=hc2mixeropen;4=hc2mixerclose;5=hc2pump;6=hc3mixeropen;7=hc3mixerclose;8=hc3pump;9=level1;10=level2;11=av;12=c1c2,, 5 | wi,,ioteststop,stop I/O test,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/iotestact.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O test: Actostor,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O test,,,,02,,,UCH,0=off;1=cirpump;2=pump1;3=pump2;4=al,, 5 | wi,,ioteststop,stop I/O test,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/iotestbmc.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O test: mixer,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O test,,,,02,,,UCH,0x01=off/cirpump;0x02=hcpump;0x04=hc2mixeropen;0x08=hc2mixerclose;0x10=hc2pump,, 5 | wi,,ioteststop,stop I/O test,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/iotestbsol.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O test: solar,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O test,,,,02,,,UCH,0x01=off;0x02=col1pump;0x04=legiopump;0x08=ma,, 5 | wi,,ioteststop,stop I/O test,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/iotesthp.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # I/O Test: heat pump,,,,,,,,,,,,, 3 | *wi,#install,,,,,"B506",,,,,,, 4 | wi,,iotest,I/O test,,,,02,,,UCH,0=off;1=coolvalve;2=sourcepump;3=hcpump;4=injector;5=caseheater;6=backup;7=hwchcvalve;8=cirpump;9=sc2pump;10=hc2pump;11=hc2mixeropen;12=hc2mixerclose,, 5 | wi,,ioteststop,stop I/O test,,,,01,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/mcmode.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # MC: Operation mode,,,,,,,,,,,,, 3 | *r,,,,,,"B504",,,,,,, 4 | *w,,,,,,"B505",,,,,,, 5 | r,,DateTime,Date time,,,,00,,,dcfstate;btime;bdate;temp2,,, 6 | r,,Mode,Operation mode,,,,01,,,temp0:tempdesired;mcmode;days:floorpavingdryingday;temp0:floorpavingdryingtemp;mcmode:teleswitchmode;mctype7;IGN;daynight,,, 7 | w,,SetTempDesired,Set desired temperature,,,,01,,,temp0,,, 8 | w,,SetMode,Set operation mode,,,,02,,,mcmode,,, 9 | w,,SetFloorPavingDryingDay,Set floor paving drying day,,,,03,,,days,,, 10 | w,,SetFloorPavingDryingTemp,Set floor paving drying temperature,,,,04,,,temp0,,, 11 | w,,SetType,Set type,,,,08,,,mctype,,, 12 | #r 2-7: timer 13 | #w 9: timer 14 | w,,SetTempDesiredLow,Set desired low temperature,,,,0a,,,temp0,,, 15 | w,,SetHeatingCurve,Set heating curve,,,,0b,,,curve,,, 16 | w,,SetShutdownTemp,Set outside shutdown temperature,,,,0c,,,temp0,,, 17 | w,,SetPumpIdlePeriod,Set pump idle period,,,,0d,,,minutes0,,, 18 | w,,SetFlowTempMin,Set min flow temperature,,,,0e,,,temp0,,, 19 | w,,SetFlowTempMax,Set max flow temperature,,,,0f,,,temp0,,, 20 | w,,SetMaxPreHeating,Set max pre-heating,,,,10,,,hours12,,, 21 | r,,Params,Parameters,,,,09,,,temp0:tempdesired;temps:tempdesiredlow;curve;mctype7;temps:shutdowntemp;minutes0:pumpidleperiod;temps:flowtempmin;temps:flowtempmax;hours12:maxpreheating,,, 22 | r,,Status0a,Status flow temperature/mixer/pump/desired flow temperature,,,,0A,,,temp:flowtemp;mixer;onoff:pump;onoff;temp0:flowtempdesired 23 | r,,Status,Status flow desired/current,,,,0D,,,temp0:flowtempdesired;onoff;temp:flowtemp;temp0:tempdesired,,, 24 | r,,Status16,Outside temperature,,,,16,,,temp,,, 25 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/quick.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # MC: quick commands,,,,,,,,,,,,, 3 | *w,,,,,,"B505",,,,,,, 4 | w,,party,Quick - party,,,,05,,,onoff,,, 5 | w,,load,Quick - hot water tank filling,,,,06,,,onoff,,, 6 | w,,save,Quick - cleaning lady,,,,07,,,TTH,,, 7 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/roomtempoffset.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # MC: Room offset calculation,,,,,,,,,,,,, 3 | *w,,,,,,"B505","2d",,,,,, 4 | w,,RoomTempOffset,Room offset calculation,,,,,,,temp,,, 5 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/scan.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,scan,,,,,B509,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | r,scan,id,Scan ID,,,,24;25;26;27,,,IGN,,,,prefix,,STR:2,,,,year,,STR:2,,,,week,,STR:2,,,,product,,STR:10,,,,supplier,,STR:4,,,,counter,,STR:6,,,,suffix,,STR:2,,, 4 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/service.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Service message,,,,,,,,,,,,, 3 | *r,,,,,,"B503","00",,,,,, 4 | r,,currentservice,Current service message,,,,02,,,errors,,, 5 | # Service message history,,,,,,,,,,,,,,,, 6 | *r,,,,,,"B503","01",,,,,,,,, 7 | *wi,#install,,,,,"B503","02",,,,,,,,, 8 | r,,servicehistory,Service message history,,,,02,index,m,UCH,,,,,,errorhistory 9 | wi,,clearservicehistory,Clear service message history,,,,02,cleared,s,yesno,,,,,, 10 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/tempsetpoints.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Setpoints temperature 3 | *r,,,,,,"B504","19",,,IGN:1,,, 4 | *w,,,,,,"B505","2e",,,,,, 5 | r;w,,Setpoints.Monday,Temperatures Monday,,,,01,,,temp1;temp1;temp1,,, 6 | r;w,,Setpoints.Tuesday,Temperatures Tuesday,,,,02,,,temp1;temp1;temp1,,, 7 | r;w,,Setpoints.Wednesday,Temperatures Wednesday,,,,03,,,temp1;temp1;temp1,,, 8 | r;w,,Setpoints.Thursday,Temperatures Thursday,,,,04,,,temp1;temp1;temp1,,, 9 | r;w,,Setpoints.Friday,Temperatures Friday,,,,05,,,temp1;temp1;temp1,,, 10 | r;w,,Setpoints.Saturday,Temperatures Saturday,,,,06,,,temp1;temp1;temp1,,, 11 | r;w,,Setpoints.Sunday,Temperatures Sunday,,,,07,,,temp1;temp1;temp1,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/timer.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # CC/DHW: Periods,,,,,,,,,,,,, 3 | *r,,,,,,"B504",,,,,,, 4 | *w,,,,,,"B505","09",,,,,, 5 | r,,Timer.Monday,Periods Monday,,,,02,,,timer,,, 6 | r,,Timer.Tuesday,Periods Tuesday,,,,03,,,timer,,, 7 | r,,Timer.Wednesday,Periods Wednesday,,,,04,,,timer,,, 8 | r,,Timer.Thursday,Periods Thursday,,,,05,,,timer,,, 9 | r,,Timer.Friday,Periods Friday,,,,06,,,timer,,, 10 | r,,Timer.Saturday,Periods Saturday,,,,07,,,timer,,, 11 | r,,Timer.Sunday,Periods Sunday,,,,08,,,timer,,, 12 | w,,Timer.Monday,Periods Monday,,,,01,,,timer,,, 13 | w,,Timer.Tuesday,Periods Tuesday,,,,02,,,timer,,, 14 | w,,Timer.Wednesday,Periods Wednesday,,,,03,,,timer,,, 15 | w,,Timer.Thursday,Periods Thursday,,,,04,,,timer,,, 16 | w,,Timer.Friday,Periods Friday,,,,05,,,timer,,, 17 | w,,Timer.Saturday,Periods Saturday,,,,06,,,timer,,, 18 | w,,Timer.Sunday,Periods Sunday,,,,07,,,timer,,, 19 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/timercc.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # CC: Periods,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,ccTimer.Monday,Periods Monday,,,,0002,,,timer,,, 6 | r;w,,ccTimer.Tuesday,Periods Tuesday,,,,0102,,,timer,,, 7 | r;w,,ccTimer.Wednesday,Periods Wednesday,,,,0202,,,timer,,, 8 | r;w,,ccTimer.Thursday,Periods Thursday,,,,0302,,,timer,,, 9 | r;w,,ccTimer.Friday,Periods Friday,,,,0402,,,timer,,, 10 | r;w,,ccTimer.Saturday,Periods Saturday,,,,0502,,,timer,,, 11 | r;w,,ccTimer.Sunday,Periods Sunday,,,,0602,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/timercool.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # MC: Cooling periods,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,coolingTimer.Monday,Periods Monday,,,,0003,,,timer,,, 6 | r;w,,coolingTimer.Tuesday,Periods Tuesday,,,,0103,,,timer,,, 7 | r;w,,coolingTimer.Wednesday,Periods Wednesday,,,,0203,,,timer,,, 8 | r;w,,coolingTimer.Thursday,Periods Thursday,,,,0303,,,timer,,, 9 | r;w,,coolingTimer.Friday,Periods Friday,,,,0403,,,timer,,, 10 | r;w,,coolingTimer.Saturday,Periods Saturday,,,,0503,,,timer,,, 11 | r;w,,coolingTimer.Sunday,Periods Sunday,,,,0603,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/timerhc.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # HC: Periods,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,hcTimer.Monday,Periods Monday,,,,0000,,,timer,,, 6 | r;w,,hcTimer.Tuesday,Periods Tuesday,,,,0100,,,timer,,, 7 | r;w,,hcTimer.Wednesday,Periods Wednesday,,,,0200,,,timer,,, 8 | r;w,,hcTimer.Thursday,Periods Thursday,,,,0300,,,timer,,, 9 | r;w,,hcTimer.Friday,Periods Friday,,,,0400,,,timer,,, 10 | r;w,,hcTimer.Saturday,Periods Saturday,,,,0500,,,timer,,, 11 | r;w,,hcTimer.Sunday,Periods Sunday,,,,0600,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/timerhwc.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # DHW: Periods,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,hwcTimer.Monday,Periods Monday,,,,0001,,,timer,,, 6 | r;w,,hwcTimer.Tuesday,Periods Tuesday,,,,0101,,,timer,,, 7 | r;w,,hwcTimer.Wednesday,Periods Wednesday,,,,0201,,,timer,,, 8 | r;w,,hwcTimer.Thursday,Periods Thursday,,,,0301,,,timer,,, 9 | r;w,,hwcTimer.Friday,Periods Friday,,,,0401,,,timer,,, 10 | r;w,,hwcTimer.Saturday,Periods Saturday,,,,0501,,,timer,,, 11 | r;w,,hwcTimer.Sunday,Periods Sunday,,,,0601,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/timertariff.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # Periods high tariff,,,,,,,,,,,,, 3 | *r,,,,,,"B515",,,,IGN:1,,, 4 | *w,,,,,,"B515",,,,,,, 5 | r;w,,tariffTimer.Monday,Periods Monday,,,,0004,,,timer,,, 6 | r;w,,tariffTimer.Tuesday,Periods Tuesday,,,,0104,,,timer,,, 7 | r;w,,tariffTimer.Wednesday,Periods Wednesday,,,,0204,,,timer,,, 8 | r;w,,tariffTimer.Thursday,Periods Thursday,,,,0304,,,timer,,, 9 | r;w,,tariffTimer.Friday,Periods Friday,,,,0404,,,timer,,, 10 | r;w,,tariffTimer.Saturday,Periods Saturday,,,,0504,,,timer,,, 11 | r;w,,tariffTimer.Sunday,Periods Sunday,,,,0604,,,timer,,, 12 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/yield3d43.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,yield this year,,,,"3d00:2;3d08:2;3d10:2;3d18:2;3d20:2;3d28:2;3d30:2;3d38:2;3d40:2;3d48:2;3d50:2;3d58:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 5 | r,,YieldLastYear,yield last year,,,,"4300:2;4308:2;4310:2;4318:2;4320:2;4328:2;4330:2;4338:2;4340:2;4348:2;4350:2;4358:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/yield3f40.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r,,YieldThisYear,yield this year,,,,"3f00:2;3f08:2;3f10:2;3f18:2;3f20:2;3f28:2;3f30:2;3f38:2;3f40:2;3f48:2;3f50:2;3f58:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 5 | r,,YieldLastYear,yield last year,,,,"4000:2;4008:2;4010:2;4018:2;4020:2;4028:2;4030:2;4038:2;4040:2;4048:2;4050:2;4058:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/yield4445.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,yield this year,,,,"4400:2;4408:2;4410:2;4418:2;4420:2;4428:2;4430:2;4438:2;4440:2;4448:2;4450:2;4458:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 5 | r,,YieldLastYear,yield last year,,,,"4500:2;4508:2;4510:2;4518:2;4520:2;4528:2;4530:2;4538:2;4540:2;4548:2;4550:2;4558:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/yield8485.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,yield this year,,,,"8400:2;8408:2;8410:2;8418:2;8420:2;8428:2;8430:2;8438:2;8440:2;8448:2;8450:2;8458:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 5 | r,,YieldLastYear,yield last year,,,,"8500:2;8508:2;8510:2;8518:2;8520:2;8528:2;8530:2;8538:2;8540:2;8548:2;8550:2;8558:2",,,energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;energy;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.1.x/en/vaillant/yield8485r.inc: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | # yield,,,,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | r9,,YieldThisYear,yield this year,,,,"8400:2;8408:2;8410:2;8418:2;8420:2;8428:2;8430:2;8438:2;8440:2;8448:2;8450:2;8458:2",,,energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;,,, 5 | r,,YieldLastYear,yield last year,,,,"8500:2;8508:2;8510:2;8518:2;8520:2;8528:2;8530:2;8538:2;8540:2;8548:2;8550:2;8558:2",,,energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;energyr;,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/_templates.csv: -------------------------------------------------------------------------------- 1 | # template name,type / templates,divider / values,unit,comment 2 | cntstarts,BCD:3,,,Anlaufzähler 3 | cntminutes,BCD,,min,Betriebsminuten 4 | cnthours,BCD:3,,h,Betriebsstunden 5 | cntfuel,BCD:4,,,Brennstoffmenge 6 | unit,UCH,0=all;1=l;2=m³,,Einheit 7 | fueltype,UCH,0=any;1=oil;2=gas,,Brennstoffart 8 | countertype,UCH,0=starts;1=hours1;2=hours2;3=hours3;4=hours4;5=modulating;16=fuelquantity,,Zählerart 9 | opdatacyclic,UCH,0x55=stop;0xaa=start,,zyklische Übertragung 10 | opdatatransfer,UCH,0=stop;1=cyclic;2=event;3=single;3=cyclicandevent,,Übertragung 11 | opdataheat,UCH,0x00=off;0x01=none;0x55=hotwater;0xaa=heating;0xcc=emissioncheck;0xdd=qualitycontrol;0xee=controlstop;0x66=hotwaterincontrolstop;0xbb=hotwaterinheating;0xee=controlstopinstage,,Wärmeanforderung 12 | opdataaction,UCH,0x00=none;0x01=stoppump;0x02=startpump;0x03=stopconsumer;0x04=startconsumer,, 13 | desiredtemp,UCH,,°C,Solltemperatur 14 | outsidetemp,SCH,,°C,Außentemperatur 15 | percent,D2C,,%, 16 | percent0,UCH,,%, 17 | percent1,D1C,,%, 18 | percent2,D2B,,%, 19 | percents,SCH,,%, 20 | temp,D2C,,°C,Temperatur 21 | temp0,UCH,,°C,Temperatur 22 | temp1,D1C,,°C,Temperatur 23 | temp2,D2B,,°C,Temperatur 24 | press,D2B,,bar,Druck 25 | btime,BTI,,,Uhrzeit 26 | bdate,BDA,,,Datum 27 | bday,BDY,,,Wochentag 28 | id,STR:5,,,Geräte-ID 29 | version,PIN,,,Version 30 | skip,IGN:1,,, 31 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | b,,datetime,Datum/Uhrzeit,,,0700,,outsidetemp,,temp2,,,,time,,btime,,,,date,,bdate,,,,,,,,, 4 | r;b,broadcast,ident,Identifikation,,,0704,,manufacturer,,UCH,0x06=Dungs;0x0f=FH Ostfalia;0x10=TEM;0x11=Lamberti;0x14=CEB;0x15=Landis-Staefa;0x16=FERRO;0x17=MONDIAL;0x18=Wikon;0x19=Wolf;0x20=RAWE;0x30=Satronic;0x40=ENCON;0x50=Kromschröder;0x60=Eberle;0x65=EBV;0x75=Grässlin;0x85=ebm-papst;0x95=SIG;0xa5=Theben;0xa7=Thermowatt;0xb5=Vaillant;0xc0=Toby;0xc5=Weishaupt;0xfd=ebusd.eu,,Geräte-Hersteller,,,id,,,Geräte-ID,software,,PIN,,,Software-Version,hardware,,PIN,,,Hardware-Version 5 | w,broadcast,ident,Identifikation,,FE,0704,,,,,,,,,,,,,,,,,,,,,,,,, 6 | w,broadcast,queryexistence,Existenzanfrage,,FE,07FE,,,,,,,,,,,,,,,,,,,,,,,,, 7 | b,,signoflife,Lebenszeichen,,,07FF,,,,,,,,,,,,,,,,,,,,,,,,, 8 | b,,error,Fehlernachricht,,,FE01,,error,,STR:10,,,,,,,,,,,,,,,,,,,,, 9 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/kromschroeder: -------------------------------------------------------------------------------- 1 | wolf -------------------------------------------------------------------------------- /ebusd-2.x.x/de/memory.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *r,memory,,,,,,,,,,,,,,,,,,,,,,,, 3 | *wi,memory#install,,,,,,,,,,,,,,,,,,,,,,,, 4 | r,,ram,RAM Daten lesen,,,0900,,address,m,UIN,,,Startadresse,count,m,UCH,,,number of bytes,data,,HEX:*,,,Datenbytes 5 | wi,,ram,RAM Daten schreiben,,,0901,,address,,UIN,,,Startadresse,data,,HEX:*,,,Datenbytes,,,,,, 6 | r,,eeprom,EEPROM Daten lesen,,,0902,,address,m,UIN,,,Startadresse,count,m,UCH,,,number of bytes,data,,HEX:*,,,Datenbytes 7 | wi,,eeprom,EEPROM Daten schreiben,,,0903,,address,,UIN,,,Startadresse,data,,HEX:*,,,Datenbytes,,,,,, 8 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/05.vd2.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/05.vd3.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/05.vd6.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/05.vl8.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/05.vl9.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/15.140.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/15.360.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/15.36p.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/15.400.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/15.heb.csv: -------------------------------------------------------------------------------- 1 | 15.sdr_p.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/15.hep.csv: -------------------------------------------------------------------------------- 1 | 15.sdr_p.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/1c.rcc.4.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/1c.v81.4.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/23.ehp.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,,, 2 | #,EHP00,AMU Wärmepumpe,EHP00 172 Circulation,,,,,,,,,,,,, 3 | *r,cc,,,,,"B509","0D",,,,,,,,, 4 | *w,cc,,,,,"B509","0E",,,,,,,,, 5 | # ##### CC: Parameter und Informationen #####,,,,,,,,,,,,,,,, 6 | r;w,,CirPumpED,CirculationPumpED,,,,"E601",,,UCH,,,defines the percentage of a 10 minutes period to power the pump,,, 7 | # CC: Betriebsart,,,,,,,,,,,,,,,, 8 | *r,cc,,,,,"B504",,,,,,,,,, 9 | r,,Mode,Betriebsart,,,,01,,,temp0;hwcmode;IGN:2;HEX;IGN;onoff;IGN,,,,,, 10 | r,,Status,Status,,,,0D,,,temp0;onoff;temp;temp0,,,,,, 11 | # CC: Zeitfenster,,,,,,,,,,,,,,,, 12 | *r,cc,,,,,"B504",,,,,,,,,, 13 | *w,cc,,,,,"B505","09",,,,,,,,, 14 | r,,Timer.Monday,Zeitfenster Montag,,,,02,,,timer,,,,,, 15 | r,,Timer.Tuesday,Zeitfenster Dienstag,,,,03,,,timer,,,,,, 16 | r,,Timer.Wednesday,Zeitfenster Mittwoch,,,,04,,,timer,,,,,, 17 | r,,Timer.Thursday,Zeitfenster Donnerstag,,,,05,,,timer,,,,,, 18 | r,,Timer.Friday,Zeitfenster Freitag,,,,06,,,timer,,,,,, 19 | r,,Timer.Saturday,Zeitfenster Samstag,,,,07,,,timer,,,,,, 20 | r,,Timer.Sunday,Zeitfenster Sonntag,,,,08,,,timer,,,,,, 21 | w,,Timer.Monday,Zeitfenster Montag,,,,01,,,timer,,,,,, 22 | w,,Timer.Tuesday,Zeitfenster Dienstag,,,,02,,,timer,,,,,, 23 | w,,Timer.Wednesday,Zeitfenster Mittwoch,,,,03,,,timer,,,,,, 24 | w,,Timer.Thursday,Zeitfenster Donnerstag,,,,04,,,timer,,,,,, 25 | w,,Timer.Friday,Zeitfenster Freitag,,,,05,,,timer,,,,,, 26 | w,,Timer.Saturday,Zeitfenster Samstag,,,,06,,,timer,,,,,, 27 | w,,Timer.Sunday,Zeitfenster Sonntag,,,,07,,,timer,,,,,, 28 | # Aktuelle(r) Fehler,,,,,,,,,,,,,,,, 29 | *r,cc,,,,,"B503","00",,,,,,,,, 30 | r,,currenterror,Aktuelle Fehler,,,,01,,,errors,,,,,, 31 | # Fehlerhistorie,,,,,,,,,,,,,,,, 32 | *r,cc,,,,,"B503","01",,,,,,,,, 33 | *wi,cc#install,,,,,"B503","02",,,,,,,,, 34 | r,,errorhistory,Fehlerhistorie,,,,01,index,m,UCH,,,,,,errorhistory 35 | wi,,clearerrorhistory,Fehlerhistorie: löschen,,,,01,cleared,s,yesno,,,,,, 36 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/23.solsy.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,,, 2 | #,SOLSY,auroMATIC 620/3,0020080463 163 Circulation,,,,,,,,,,,,, 3 | *r,cc,,,,,"B509","0D",,,,,,,,, 4 | *w,cc,,,,,"B509","0E",,,,,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,,,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,,,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,,,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,,,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,,,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,,,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,,,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,,,,, 14 | # CC: Betriebsart,,,,,,,,,,,,,,,, 15 | *r,cc,,,,,"B504",,,,,,,,,, 16 | r,,Mode,Betriebsart,,,,01,,,temp0;hwcmode;IGN:2;HEX;IGN;onoff;IGN,,,,,, 17 | r,,Status,Status,,,,0D,,,temp0;onoff;temp;temp0,,,,,, 18 | # CC: Zeitprogramm,,,,,,,,,,,,,,,, 19 | *r,cc,,,,,"B504",,,,,,,,,, 20 | *w,cc,,,,,"B505","09",,,,,,,,, 21 | r,,Timer.Monday,Zeitfenster Montag,,,,02,,,timer,,,,,, 22 | r,,Timer.Tuesday,Zeitfenster Dienstag,,,,03,,,timer,,,,,, 23 | r,,Timer.Wednesday,Zeitfenster Mittwoch,,,,04,,,timer,,,,,, 24 | r,,Timer.Thursday,Zeitfenster Donnerstag,,,,05,,,timer,,,,,, 25 | r,,Timer.Friday,Zeitfenster Freitag,,,,06,,,timer,,,,,, 26 | r,,Timer.Saturday,Zeitfenster Samstag,,,,07,,,timer,,,,,, 27 | r,,Timer.Sunday,Zeitfenster Sonntag,,,,08,,,timer,,,,,, 28 | w,,Timer.Monday,Zeitfenster Montag,,,,01,,,timer,,,,,, 29 | w,,Timer.Tuesday,Zeitfenster Dienstag,,,,02,,,timer,,,,,, 30 | w,,Timer.Wednesday,Zeitfenster Mittwoch,,,,03,,,timer,,,,,, 31 | w,,Timer.Thursday,Zeitfenster Donnerstag,,,,04,,,timer,,,,,, 32 | w,,Timer.Friday,Zeitfenster Freitag,,,,05,,,timer,,,,,, 33 | w,,Timer.Saturday,Zeitfenster Samstag,,,,06,,,timer,,,,,, 34 | w,,Timer.Sunday,Zeitfenster Sonntag,,,,07,,,timer,,,,,, 35 | # Fehlerliste,,,,,,,,,,,,,,,, 36 | *r,cc,,,,,"B503","00",,,,,,,,, 37 | r,,currenterror,Aktuelle Fehler,,,,01,,,errors,,,,,, 38 | # Fehlerhistorie,,,,,,,,,,,,,,,, 39 | *r,cc,,,,,"B503","01",,,,,,,,, 40 | *wi,cc#install,,,,,"B503","02",,,,,,,,, 41 | r,,errorhistory,Fehlerhistorie,,,,01,index,m,UCH,,,,,,errorhistory 42 | wi,,clearerrorhistory,Fehlerhistorie: löschen,,,,01,cleared,s,yesno,,,,,, 43 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/23.vr630.cc.csv: -------------------------------------------------------------------------------- 1 | 23.solsy.cc.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/35.rcc.1.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/35.v81.1.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/3c.rcc.5.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/3c.v81.5.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/75.rcc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,RC C,VR 90/3,0020040079 162,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | # ##### remote control #####,,,,,,,,,,,,, 7 | r,,RoomTemp,Raumisttemp,,,,"0000",,,tempsensor,,,Raumtemperatur 8 | r;wi,,RoomTempOffset,Raumisttemp. Korrekturwert,,,,"1F00",,,temp,,, 9 | r,,RoomTempOffsetSelfWarming,Offset Eigenerwärmung,,,,"2000",,,temp,,, 10 | r;w,,HolidayPeriod,Ferienzeitraum,,,,"4300",,,hfrom;hto;hfrom;hto,,, 11 | r;w,,RoomTempHoliday,Raumsollwert im Ferienbetrieb,,,,"2200",,,temp,,, 12 | r;wi,,LcdContrastPwmValue,LCD Kontrast,,,,"3600",,,UCH,,,Displaykontrast 13 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/a1.sol.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,,, 2 | #,sol00,VR 68,sol 210 Circulation,,,,,,,,,,,,, 3 | *r,cc,,,,,"B509","0D",,,,,,,,, 4 | *w,cc,,,,,"B509","0E",,,,,,,,, 5 | # ##### CP: Zirkulationspumpe #####,,,,,,,,,,,,,,,, 6 | r,,CirPump,Zirkulationspumpe,,,,"0500",,,onoff,,,Zirkulationspumpe,,, 7 | # ##### CP: CP #####,,,,,,,,,,,,,,,, 8 | r,,OperatingMode,Betriebsart,,,,"0F00",,,mcmode,,,"Operating mode of CP circuit (1 = auto, 2 = manual, 3 = off, 4 = on)",,, 9 | # CP: Betriebsart,,,,,,,,,,,,,,,, 10 | *r,cc,,,,,"B504",,,,,,,,,, 11 | r,,Mode,Betriebsart,,,,01,,,temp0;hwcmode;IGN:2;HEX;IGN;onoff;IGN,,,,,, 12 | r,,Status,Status,,,,0D,,,temp0;onoff;temp;temp0,,,,,, 13 | # CP: Zeitprogramm Zirkulationspumpe,,,,,,,,,,,,,,,, 14 | *r,cc,,,,,"B504",,,,,,,,,, 15 | *w,cc,,,,,"B505","09",,,,,,,,, 16 | r,,Timer.Monday,Zeitfenster Montag,,,,02,,,timer,,,,,, 17 | r,,Timer.Tuesday,Zeitfenster Dienstag,,,,03,,,timer,,,,,, 18 | r,,Timer.Wednesday,Zeitfenster Mittwoch,,,,04,,,timer,,,,,, 19 | r,,Timer.Thursday,Zeitfenster Donnerstag,,,,05,,,timer,,,,,, 20 | r,,Timer.Friday,Zeitfenster Freitag,,,,06,,,timer,,,,,, 21 | r,,Timer.Saturday,Zeitfenster Samstag,,,,07,,,timer,,,,,, 22 | r,,Timer.Sunday,Zeitfenster Sonntag,,,,08,,,timer,,,,,, 23 | w,,Timer.Monday,Zeitfenster Montag,,,,01,,,timer,,,,,, 24 | w,,Timer.Tuesday,Zeitfenster Dienstag,,,,02,,,timer,,,,,, 25 | w,,Timer.Wednesday,Zeitfenster Mittwoch,,,,03,,,timer,,,,,, 26 | w,,Timer.Thursday,Zeitfenster Donnerstag,,,,04,,,timer,,,,,, 27 | w,,Timer.Friday,Zeitfenster Freitag,,,,05,,,timer,,,,,, 28 | w,,Timer.Saturday,Zeitfenster Samstag,,,,06,,,timer,,,,,, 29 | w,,Timer.Sunday,Zeitfenster Sonntag,,,,07,,,timer,,,,,, 30 | # Fehlerliste,,,,,,,,,,,,,,,, 31 | *r,cc,,,,,"B503","00",,,,,,,,, 32 | r,,currenterror,Aktuelle Fehler,,,,01,,,errors,,,,,, 33 | # Fehlerhistorie,,,,,,,,,,,,,,,, 34 | *r,cc,,,,,"B503","01",,,,,,,,, 35 | *wi,cc#install,,,,,"B503","02",,,,,,,,, 36 | r,,errorhistory,Fehlerhistorie,,,,01,index,m,UCH,,,,,,errorhistory 37 | wi,,clearerrorhistory,Fehlerhistorie: löschen,,,,01,cleared,s,yesno,,,,,, 38 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,B516,,,,,,,,,,,,,,,,,,, 3 | b,,vdatetime,Datum/Uhrzeit,,,,00,time,,BTI,,,,date,,BDA,,,,,,,,, 4 | b,,outsidetemp,Außentemperatur,,,,01,,,temp2,,,,,,,,,,,,,,, 5 | *b,broadcast,,,,FE,B505,,,,,,,,,,,,,,,,,,, 6 | b,,hwcStatus,Status Warmwasser,,,,27,,,onoff,,,,VF1,,temp0,,,,,,onoff,,, 7 | b,,load,Quick - WW Speicherladung,,,,06,,,onoff,,,,,,,,, 8 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/ed.pms.sc.csv: -------------------------------------------------------------------------------- 1 | 06.pms.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/de/vaillant/scan.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,scan,,,,,B509,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | r,scan,id,Scan ID,,,,24;25;26;27,,,IGN,,,,prefix,,STR:2,,,,year,,STR:2,,,,week,,STR:2,,,,product,,STR:10,,,,supplier,,STR:4,,,,counter,,STR:6,,,,suffix,,STR:2,,, 4 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/wolf/50.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field1,part (m;s),type / templates,divider / values,unit,comment,field2,part (m;s),type / templates,divider / values,unit,comment,field3,part (m;s),type / templates,divider / values,unit,comment,field4,part (m;s),type / templates,divider / values,unit,comment,field5,part (m;s),type / templates,divider / values,unit,comment,field6,part (m;s),type / templates,divider / values,unit,comment,field7,part (m;s),type / templates,divider / values,unit,comment 2 | *w,solar,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | w,,ertraege,,,,5018,,leistung,,D2B,,,Solarleistung,ertraglow,,UCH,,,ErtragTagLow,ertraghigh,,UCH,,,ErtragTagHigh,ertragsummelow,,UCH,,,SummeErtragLow,summertraghigh,,UCH,,,SummeErtragHigh,ertragsumme,,UCH,,,SummeErtragM,,,,,, 4 | w,,temp,,,,5017,,pumpe,,UCH,0xbc=off;0xbd=on,,SolarPumpe,,,IGN:1,,,,kollektortemp,,temp,,,Kollektortemperatur,wwsolartemp,,temp,,,WW Solartemperatur,,,,,,,,,,,,,,,,,, 5 | w,,regler,,,,5014,,status,,HEX,,,StatusSolar,,,IGN:1,,,,mischersolltemp,,temp2,,,MischerSolltemperatur,raumtemp,,temp1,,,Raumtemperatur,wwsolltemp,,temp1,,,SollWarmwasser,,,,,,,,,,,, 6 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/wolf/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field1,part (m;s),type / templates,divider / values,unit,comment,field2,part (m;s),type / templates,divider / values,unit,comment,field3,part (m;s),type / templates,divider / values,unit,comment,field4,part (m;s),type / templates,divider / values,unit,comment,field5,part (m;s),type / templates,divider / values,unit,comment,field6,part (m;s),type / templates,divider / values,unit,comment,field7,part (m;s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | b,,betrd,Betriebsdaten des Feuerungsautomaten an den Regler,,,0503,01,status,,UCH,,,Feuerungsautomatstatus,zustand,,HEX,,,Feuerungsautomatzustand,stellgrad,,percent0,,,StellgradKesselleistung (Wolf Gastherme Ersatzwert: FF),kesseltemp,,temp1,,,Kesseltemperatur ,ruecklauftemp,,temp0,,,Rücklauftemperatur ,boilertemp,,temp0,,,Boilertemperatur ,aussentemp,,outsidetemp,,, 4 | b,,sollw,Sollwertübertragung des Reglers an andere Regler,,,0800,,kesselsolltemp,,temp2,,,Kesselsollwert,aussentemp,,temp2,,,Außentemperatur,leistungszwang,,D1B,,%,Leistungszwang,status,,HEX,,,Status,brauchwassersolltemp,,temp2,,,Brauchwassersollwert,,,,,,,,,,,, 5 | -------------------------------------------------------------------------------- /ebusd-2.x.x/de/wolf/wolf.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/ebusd-2.x.x/de/wolf/wolf.ods -------------------------------------------------------------------------------- /ebusd-2.x.x/en/_templates.csv: -------------------------------------------------------------------------------- 1 | # template name,type / templates,divider / values,unit,comment 2 | cntstarts,BCD:3,,,start counter 3 | cntminutes,BCD,,min,operation minutes 4 | cnthours,BCD:3,,h,operation hours 5 | cntfuel,BCD:4,,,fuel quantity 6 | unit,UCH,0=all;1=l;2=m³,,unit 7 | fueltype,UCH,0=any;1=oil;2=gas,,fuel type 8 | countertype,UCH,0=starts;1=hours1;2=hours2;3=hours3;4=hours4;5=modulating;16=fuelquantity,,type of meter 9 | opdatacyclic,UCH,0x55=stop;0xaa=start,,cyclic transmission 10 | opdatatransfer,UCH,0=stop;1=cyclic;2=event;3=single;3=cyclicandevent,,data transmission 11 | opdataheat,UCH,0x00=off;0x01=none;0x55=hotwater;0xaa=heating;0xcc=emissioncheck;0xdd=qualitycontrol;0xee=controlstop;0x66=hotwaterincontrolstop;0xbb=hotwaterinheating;0xee=controlstopinstage,,heat request 12 | opdataaction,UCH,0x00=none;0x01=stoppump;0x02=startpump;0x03=stopconsumer;0x04=startconsumer,, 13 | desiredtemp,UCH,,°C,desired temperature 14 | outsidetemp,SCH,,°C,outside temperature 15 | percent,D2C,,%, 16 | percent0,UCH,,%, 17 | percent1,D1C,,%, 18 | percent2,D2B,,%, 19 | percents,SCH,,%, 20 | temp,D2C,,°C,temperature 21 | temp0,UCH,,°C,temperature 22 | temp1,D1C,,°C,temperature 23 | temp2,D2B,,°C,temperature 24 | press,D2B,,bar,pressure 25 | btime,BTI,,,time 26 | bdate,BDA,,,date 27 | bday,BDY,,,weekday 28 | id,STR:5,,,device ID 29 | version,PIN,,,version 30 | skip,IGN:1,,, 31 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | b,,datetime,date/time,,,0700,,outsidetemp,,temp2,,,,time,,btime,,,,date,,bdate,,,,,,,,, 4 | r;b,broadcast,ident,identification,,,0704,,manufacturer,,UCH,0x06=Dungs;0x0f=FH Ostfalia;0x10=TEM;0x11=Lamberti;0x14=CEB;0x15=Landis-Staefa;0x16=FERRO;0x17=MONDIAL;0x18=Wikon;0x19=Wolf;0x20=RAWE;0x30=Satronic;0x40=ENCON;0x50=Kromschröder;0x60=Eberle;0x65=EBV;0x75=Grässlin;0x85=ebm-papst;0x95=SIG;0xa5=Theben;0xa7=Thermowatt;0xb5=Vaillant;0xc0=Toby;0xc5=Weishaupt;0xfd=ebusd.eu,,device manufacturer,,,id,,,device id,software,,PIN,,,software version,hardware,,PIN,,,hardware version 5 | w,broadcast,ident,identification,,FE,0704,,,,,,,,,,,,,,,,,,,,,,,,, 6 | w,broadcast,queryexistence,Inquiry of existence,,FE,07FE,,,,,,,,,,,,,,,,,,,,,,,,, 7 | b,,signoflife,sign of life,,,07FF,,,,,,,,,,,,,,,,,,,,,,,,, 8 | b,,error,error message,,,FE01,,error,,STR:10,,,,,,,,,,,,,,,,,,,,, 9 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/memory.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment,field,part (m/s),type / templates,divider / values,unit,comment 2 | *r,memory,,,,,,,,,,,,,,,,,,,,,,,, 3 | *wi,memory#install,,,,,,,,,,,,,,,,,,,,,,,, 4 | r,,ram,read RAM data,,,0900,,address,m,UIN,,,start address,count,m,UCH,,,number of bytes,data,,HEX:*,,,data bytes 5 | wi,,ram,write RAM data,,,0901,,address,,UIN,,,start address,data,,HEX:*,,,data bytes,,,,,, 6 | r,,eeprom,read EEPROM data,,,0902,,address,m,UIN,,,start address,count,m,UCH,,,number of bytes,data,,HEX:*,,,data bytes 7 | wi,,eeprom,write EEPROM data,,,0903,,address,,UIN,,,start address,data,,HEX:*,,,data bytes,,,,,, 8 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/05.vd2.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/05.vd3.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/05.vd6.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/05.vl8.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/05.vl9.csv: -------------------------------------------------------------------------------- 1 | 05.vd4.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/15.140.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/15.360.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/15.36p.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/15.400.csv: -------------------------------------------------------------------------------- 1 | 15.350.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/15.heb.csv: -------------------------------------------------------------------------------- 1 | 15.sdr_p.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/15.hep.csv: -------------------------------------------------------------------------------- 1 | 15.sdr_p.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/1c.rcc.4.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/1c.v81.4.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/23.ehp.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,,, 2 | #,EHP00,Heat pump AMU,EHP00 172 Circulation,,,,,,,,,,,,, 3 | *r,cc,,,,,"B509","0D",,,,,,,,, 4 | *w,cc,,,,,"B509","0E",,,,,,,,, 5 | # ##### CC: Parameters and information #####,,,,,,,,,,,,,,,, 6 | r;w,,CirPumpED,CirculationPumpED,,,,"E601",,,UCH,,,defines the percentage of a 10 minutes period to power the pump,,, 7 | # CC: Operation mode,,,,,,,,,,,,,,,, 8 | *r,cc,,,,,"B504",,,,,,,,,, 9 | r,,Mode,Operation mode,,,,01,,,temp0;hwcmode;IGN:2;HEX;IGN;onoff;IGN,,,,,, 10 | r,,Status,Status,,,,0D,,,temp0;onoff;temp;temp0,,,,,, 11 | # CC: Periods,,,,,,,,,,,,,,,, 12 | *r,cc,,,,,"B504",,,,,,,,,, 13 | *w,cc,,,,,"B505","09",,,,,,,,, 14 | r,,Timer.Monday,Periods Monday,,,,02,,,timer,,,,,, 15 | r,,Timer.Tuesday,Periods Tuesday,,,,03,,,timer,,,,,, 16 | r,,Timer.Wednesday,Periods Wednesday,,,,04,,,timer,,,,,, 17 | r,,Timer.Thursday,Periods Thursday,,,,05,,,timer,,,,,, 18 | r,,Timer.Friday,Periods Friday,,,,06,,,timer,,,,,, 19 | r,,Timer.Saturday,Periods Saturday,,,,07,,,timer,,,,,, 20 | r,,Timer.Sunday,Periods Sunday,,,,08,,,timer,,,,,, 21 | w,,Timer.Monday,Periods Monday,,,,01,,,timer,,,,,, 22 | w,,Timer.Tuesday,Periods Tuesday,,,,02,,,timer,,,,,, 23 | w,,Timer.Wednesday,Periods Wednesday,,,,03,,,timer,,,,,, 24 | w,,Timer.Thursday,Periods Thursday,,,,04,,,timer,,,,,, 25 | w,,Timer.Friday,Periods Friday,,,,05,,,timer,,,,,, 26 | w,,Timer.Saturday,Periods Saturday,,,,06,,,timer,,,,,, 27 | w,,Timer.Sunday,Periods Sunday,,,,07,,,timer,,,,,, 28 | # Current errors,,,,,,,,,,,,,,,, 29 | *r,cc,,,,,"B503","00",,,,,,,,, 30 | r,,currenterror,Current errors,,,,01,,,errors,,,,,, 31 | # Error history,,,,,,,,,,,,,,,, 32 | *r,cc,,,,,"B503","01",,,,,,,,, 33 | *wi,cc#install,,,,,"B503","02",,,,,,,,, 34 | r,,errorhistory,Error history,,,,01,index,m,UCH,,,,,,errorhistory 35 | wi,,clearerrorhistory,Error history: clear,,,,01,cleared,s,yesno,,,,,, 36 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/23.solsy.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,,, 2 | #,SOLSY,auroMATIC 620/3,0020080463 163 Circulation,,,,,,,,,,,,, 3 | *r,cc,,,,,"B509","0D",,,,,,,,, 4 | *w,cc,,,,,"B509","0E",,,,,,,,, 5 | # ##### Statistics #####,,,,,,,,,,,,,,,, 6 | r,,StatPowerOn,StatPowerOn,,,,"CC00",,,UIN,,,,,, 7 | r,,StatOperatingHours,StatOperatingHours,,,,"CD00",,,UIN,,,,,, 8 | r,,StatMonthOfInstallation,StatMonthOfInstallation,,,,"CE00",,,UCH,,,,,, 9 | r,,StatYearOfInstallation,StatYearOfInstallation,,,,"CF00",,,UCH,,,,,, 10 | r,,Stat15MinBusTimeout,Stat15MinBusTimeout,,,,"D000",,,UCH,,,,,, 11 | r,,StatRTOSErrorcode,StatRTOSErrorcode,,,,"D100",,,UIN,,,,,, 12 | r,,StatRestarts,StatRestarts,,,,"D200",,,UIN,,,,,, 13 | r,,StatRTOSErrorCounter,StatRTOSErrorCounter,,,,"D300",,,UIN,,,,,, 14 | # CC: Operation mode,,,,,,,,,,,,,,,, 15 | *r,cc,,,,,"B504",,,,,,,,,, 16 | r,,Mode,Operation mode,,,,01,,,temp0;hwcmode;IGN:2;HEX;IGN;onoff;IGN,,,,,, 17 | r,,Status,Status,,,,0D,,,temp0;onoff;temp;temp0,,,,,, 18 | # CC: Time programme,,,,,,,,,,,,,,,, 19 | *r,cc,,,,,"B504",,,,,,,,,, 20 | *w,cc,,,,,"B505","09",,,,,,,,, 21 | r,,Timer.Monday,Periods Monday,,,,02,,,timer,,,,,, 22 | r,,Timer.Tuesday,Periods Tuesday,,,,03,,,timer,,,,,, 23 | r,,Timer.Wednesday,Periods Wednesday,,,,04,,,timer,,,,,, 24 | r,,Timer.Thursday,Periods Thursday,,,,05,,,timer,,,,,, 25 | r,,Timer.Friday,Periods Friday,,,,06,,,timer,,,,,, 26 | r,,Timer.Saturday,Periods Saturday,,,,07,,,timer,,,,,, 27 | r,,Timer.Sunday,Periods Sunday,,,,08,,,timer,,,,,, 28 | w,,Timer.Monday,Periods Monday,,,,01,,,timer,,,,,, 29 | w,,Timer.Tuesday,Periods Tuesday,,,,02,,,timer,,,,,, 30 | w,,Timer.Wednesday,Periods Wednesday,,,,03,,,timer,,,,,, 31 | w,,Timer.Thursday,Periods Thursday,,,,04,,,timer,,,,,, 32 | w,,Timer.Friday,Periods Friday,,,,05,,,timer,,,,,, 33 | w,,Timer.Saturday,Periods Saturday,,,,06,,,timer,,,,,, 34 | w,,Timer.Sunday,Periods Sunday,,,,07,,,timer,,,,,, 35 | # Current errorlist,,,,,,,,,,,,,,,, 36 | *r,cc,,,,,"B503","00",,,,,,,,, 37 | r,,currenterror,Current errors,,,,01,,,errors,,,,,, 38 | # Error history,,,,,,,,,,,,,,,, 39 | *r,cc,,,,,"B503","01",,,,,,,,, 40 | *wi,cc#install,,,,,"B503","02",,,,,,,,, 41 | r,,errorhistory,Error history,,,,01,index,m,UCH,,,,,,errorhistory 42 | wi,,clearerrorhistory,Error history: clear,,,,01,cleared,s,yesno,,,,,, 43 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/23.vr630.cc.csv: -------------------------------------------------------------------------------- 1 | 23.solsy.cc.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/35.rcc.1.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/35.v81.1.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/3c.rcc.5.csv: -------------------------------------------------------------------------------- 1 | 75.rcc.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/3c.v81.5.csv: -------------------------------------------------------------------------------- 1 | 75.v81.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/75.rcc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,RC C,VR 90/3,0020040079 162,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | *wi,#install,,,,,"B509","0E",,,,,, 6 | # ##### remote control #####,,,,,,,,,,,,, 7 | r,,RoomTemp,RaumtemperaturIst,,,,"0000",,,tempsensor,,,room temperature 8 | r;wi,,RoomTempOffset,RaumtemperaturIstOffset,,,,"1F00",,,temp,,, 9 | r,,RoomTempOffsetSelfWarming,RaumTempOffsetEigenErwaerm,,,,"2000",,,temp,,, 10 | r;w,,HolidayPeriod,HolidayPeriod,,,,"4300",,,hfrom;hto;hfrom;hto,,, 11 | r;w,,RoomTempHoliday,RoomSetTempHoliday,,,,"2200",,,temp,,, 12 | r;wi,,LcdContrastPwmValue,LcdContrastPwmValue,,,,"3600",,,UCH,,,contrast for the display 13 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/75.v81.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment 2 | #,V8100,VR 81,V81 225,,,,,,,,,, 3 | *r,,,,,,"B509","0D",,,,,, 4 | *w,,,,,,"B509","0E",,,,,, 5 | # ##### general #####,,,,,,,,,,,,, 6 | r,,DisplayedRoomTemp,DisplayedRoomTemp,,,,"1B00",,,temp,,,displayed room temperature 7 | r,,RoomTemp,RaumtemperaturIst,,,,"0000",,,tempsensor,,,raw value current room temperature and sensorstate (without any correction) 8 | r,,DesiredHcRoomTempDesired,DesiredHCRoomSetPoint,,,,"1D00",,,temp,,,current room setpoint 9 | r,,HcRoomTempDesiredAdjustable,HCRoomSetPointAdjustable,,,,"1E00",,,yesno,,,room temperature setpoint is currently adjustable 10 | r,,HcActiveSpecialFunction,HCActiveSpecialFunction,,,,"1F00",,,UCH,,,"if unequal zero a special function (e.g. holidays, floor pavement drying …) has been activated" 11 | r;w,,OperatingMode430,OperatingMode430,,,,"0400",,,UCH,0=off;1=manual;2=auto,,operation mode of the heating circuit for 430 12 | # ##### extra #####,,,,,,,,,,,,, 13 | r,,SelectedHc,SelectedHeatCircuit,,,,"1C00",,,UCH,,,number of heating circuit to which this remote control is assigned 14 | r;w,,RoomTempOffset,RaumtemperaturIstOffset,,,,"0200",,,temp,,,room temperature correction 15 | # ##### developer's info #####,,,,,,,,,,,,, 16 | r,,RoomTempOffsetSelfWarming,RaumTempOffsetEigenErwaerm,,,,"0100",,,temp,,,room temperature intrinsic heating offset 17 | r,,StackeBUSTaskMax,MaxStackeBUSTask,,,,"0C00",,,UCH,,,maximum number of bytes needed for the eBUS task stack 18 | r,,StackMainTaskMax,MaxStackMainTask,,,,"0D00",,,UCH,,,maximum number of bytes needed for the main task stack 19 | r,,StackLifeCheckTaskMax,MaxStackLifeCheckTask,,,,"0E00",,,UCH,,,maximum number of bytes needed for the life check task stack 20 | r,,Variant,Variant,,,,"0F00",,,UIN;UIN,,,identifier for the variant 21 | r,,eBUSCRC,eBUS_CRC,,,,"1000",,,UCH,,,last calculated eBUS CRC 22 | r,,eBUSFifoDiffCntMax,eBUSFifoDiffCntMax,,,,"1100",,,UCH,,,max. eBUS-fifo level 23 | r,,EEpromMaxInkonsCnt,EEpromMaxInkonsCnt,,,,"1300",,,UIN,,,EEPROM inconsistency counter 24 | r,,POCResetCnt,POCResetCnt,,,,"1400",,,UIN,,,power on resets 25 | r,,WDResetCnt,WDResetCnt,,,,"1500",,,UIN,,,watchdog resets 26 | r,,LVResetCnt,LVResetCnt,,,,"1600",,,UIN,,,low voltage resets 27 | r,,CMResetCnt,CMResetCnt,,,,"1700",,,UIN,,,clock monitor resets 28 | r,,COMErrorCnt,COMErrorCnt,,,,"1800",,,UIN,,,eBUS-communication errors 29 | r,,VariantDKRefreshCnt,VariantDKRefreshCnt,,,,"1900",,,UCH,,,counts how often variant ID has been corrected 30 | r,,FiFoResetCnt,FiFoResetCnt,,,,"1A00",,,UCH,,,counter how often eBUS Fifo was cleared 31 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/_templates.csv: -------------------------------------------------------------------------------- 1 | # template name,type / templates,divider / values,unit,comment 2 | temps,SCH,,°C,temperature 3 | temps2,SIN,,°C,temperature 4 | press,FLT,,bar,pressure 5 | date,HDA:3,,,date 6 | day,BDY,,,weekday 7 | daysel,UCH,0=selected;1=Mo-Fr;2=Sa-Su;3=Mo-Su,,days 8 | days,UCH,,,days 9 | time,VTI,,,time 10 | time2,VTM,,,time 11 | minutes,ULG,120,min,minutes 12 | minutes0,UCH,,min,minutes 13 | minutes2,UIN,,min,minutes 14 | hoursum,ULG,,h,hours 15 | hoursum2,UIN,,h,hours 16 | hours,UCH,,h,hours 17 | hours1,D1C,,h,hours 18 | hour,UCH,,h,hour 19 | seconds,ULG,2,s,seconds 20 | seconds0,UCH,,s,seconds 21 | seconds2,UIN,,s,seconds 22 | seconds4,ULG,,s,seconds 23 | calibration,D2C,,K, 24 | calibration0,UCH,,K, 25 | calibration1,D1C,,K, 26 | calibrations,SCH,2,K, 27 | integral,SIN,,°min, 28 | mcmode,UCH,0=disabled;1=on;2=off;3=auto;4=eco;5=low,,mixer mode 29 | mctype,UCH,0=uninitialized;1=mixer;2=fixed;3=3;4=4,,mixer type 30 | hwcmode,UCH,0=disabled;1=on;2=off;3=auto,,hot water mode 31 | status,UCH,,, 32 | onoff,UCH,0=off;1=on,, 33 | yesno,UCH,0=no;1=yes,, 34 | errorok,UCH,0=ok;1=error,, 35 | sensor,UCH,0=ok;85=circuit;170=cutoff,,sensor status 36 | tempsensor,temp;sensor,,, 37 | tempmirror,UIN,,, 38 | tempmirrorsensor,temp;tempmirror;sensor,,, 39 | presssensor,press;sensor,,, 40 | pressm,ULG,,mbar,pressure 41 | pressm2,UIN,,mbar,pressure 42 | uin100,UIN,100,, 43 | curve,UIN,100,,heating curve 44 | phase1,BI0,0=missing;1=present,,phase 1 state 45 | phase2,BI1,0=missing;1=present,,phase 2 state 46 | phase3,BI2,0=missing;1=present,,phase 3 state 47 | phase,phase1;phase2;phase3,,, 48 | code,PIN,,, 49 | error,UIN,,,error number 50 | errors,error;error;error;error;error,,, 51 | errorhistory,status;time2;date;error,,, 52 | from,TTM,,,from 53 | to,TTM,,,to 54 | slot,from;to,,,slot from/to 55 | slot1-3,slot;slot;slot,,,slots 1-3 56 | timer,slot1-3;daysel,,, 57 | backtype,UCH,0=not present;1=externalheat;2=externalwater;3=externalheatandwater;4=internalheatandwater,, 58 | backmode,UCH,0=no backup;1=withbackup;2=onlybackup,, 59 | power,UCH,,kW, 60 | energy,UIN,,kWh, 61 | energy4,ULG,,kWh, 62 | cntstarts,ULG,,,start count 63 | cntstarts2,UIN,,,start count 64 | pumppow,UCH,0=0;1=1;2=2;3=3;4=4;5=5;6=6;7=off,,pump power 65 | pumpstate,UCH,0=off;1=on;2=overrun,,pump state 66 | dcfstate,UCH,0=nosignal;1=ok;2=sync;3=valid,,DCF receiver state 67 | phaseok,UCH,0=error;7=ok,,phase state 68 | switchvalve,UCH,0=heat;1=water,,valve position 69 | hfrom,HDA:3,,,holiday period from 70 | hto,HDA:3,,,holiday period to 71 | holiday,hfrom;hfrom;hto;hto,,,holiday period 1 from; 2 from; 1 to; 2 to 72 | hpstatus,UCH,0=off;3=heat;6=standby;7=otshutdown;8=water,,heating state 73 | frequency,UIN,,Hz,frequency 74 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/a1.sol.cc.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,,, 2 | #,sol00,VR 68,sol 210 Circulation,,,,,,,,,,,,, 3 | *r,cc,,,,,"B509","0D",,,,,,,,, 4 | *w,cc,,,,,"B509","0E",,,,,,,,, 5 | # ##### CP: Circulation pump #####,,,,,,,,,,,,,,,, 6 | r,,CirPump,CirculationPump,,,,"0500",,,onoff,,,Circulation Pump ZP,,, 7 | # ##### CP: CP #####,,,,,,,,,,,,,,,, 8 | r,,OperatingMode,OperatingMode,,,,"0F00",,,mcmode,,,"Operating mode of CP circuit (1 = auto, 2 = manual, 3 = off, 4 = on)",,, 9 | # CP: Operation mode,,,,,,,,,,,,,,,, 10 | *r,cc,,,,,"B504",,,,,,,,,, 11 | r,,Mode,Operation mode,,,,01,,,temp0;hwcmode;IGN:2;HEX;IGN;onoff;IGN,,,,,, 12 | r,,Status,Status,,,,0D,,,temp0;onoff;temp;temp0,,,,,, 13 | # CP: Periods CP,,,,,,,,,,,,,,,, 14 | *r,cc,,,,,"B504",,,,,,,,,, 15 | *w,cc,,,,,"B505","09",,,,,,,,, 16 | r,,Timer.Monday,Periods Monday,,,,02,,,timer,,,,,, 17 | r,,Timer.Tuesday,Periods Tuesday,,,,03,,,timer,,,,,, 18 | r,,Timer.Wednesday,Periods Wednesday,,,,04,,,timer,,,,,, 19 | r,,Timer.Thursday,Periods Thursday,,,,05,,,timer,,,,,, 20 | r,,Timer.Friday,Periods Friday,,,,06,,,timer,,,,,, 21 | r,,Timer.Saturday,Periods Saturday,,,,07,,,timer,,,,,, 22 | r,,Timer.Sunday,Periods Sunday,,,,08,,,timer,,,,,, 23 | w,,Timer.Monday,Periods Monday,,,,01,,,timer,,,,,, 24 | w,,Timer.Tuesday,Periods Tuesday,,,,02,,,timer,,,,,, 25 | w,,Timer.Wednesday,Periods Wednesday,,,,03,,,timer,,,,,, 26 | w,,Timer.Thursday,Periods Thursday,,,,04,,,timer,,,,,, 27 | w,,Timer.Friday,Periods Friday,,,,05,,,timer,,,,,, 28 | w,,Timer.Saturday,Periods Saturday,,,,06,,,timer,,,,,, 29 | w,,Timer.Sunday,Periods Sunday,,,,07,,,timer,,,,,, 30 | # Current errorlist,,,,,,,,,,,,,,,, 31 | *r,cc,,,,,"B503","00",,,,,,,,, 32 | r,,currenterror,Current errors,,,,01,,,errors,,,,,, 33 | # Error history,,,,,,,,,,,,,,,, 34 | *r,cc,,,,,"B503","01",,,,,,,,, 35 | *wi,cc#install,,,,,"B503","02",,,,,,,,, 36 | r,,errorhistory,Error history,,,,01,index,m,UCH,,,,,,errorhistory 37 | wi,,clearerrorhistory,Error history: clear,,,,01,cleared,s,yesno,,,,,, 38 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/broadcast.csv: -------------------------------------------------------------------------------- 1 | # type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *b,broadcast,,,,FE,B516,,,,,,,,,,,,,,,,,,, 3 | b,,vdatetime,date/time,,,,00,time,,BTI,,,,date,,BDA,,,,,,,,, 4 | b,,outsidetemp,outside temperature,,,,01,,,temp2,,,,,,,,,,,,,,, 5 | *b,broadcast,,,,FE,B505,,,,,,,,,,,,,,,,,,, 6 | b,,hwcStatus,state hot water,,,,27,,,onoff,,,,VF1,,temp0,,,,,,onoff,,, 7 | b,,load,quick - hot water tank filling,,,,06,,,onoff,,,,,,,,, 8 | -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/ed.pms.sc.csv: -------------------------------------------------------------------------------- 1 | 06.pms.csv -------------------------------------------------------------------------------- /ebusd-2.x.x/en/vaillant/scan.csv: -------------------------------------------------------------------------------- 1 | # type (r;w;u;1-9),class,name,comment,QQ,ZZ,PBSB,ID,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment,field,part (m;s),type / templates,divider / values,unit,comment 2 | *r,scan,,,,,B509,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | r,scan,id,Scan ID,,,,24;25;26;27,,,IGN,,,,prefix,,STR:2,,,,year,,STR:2,,,,week,,STR:2,,,,product,,STR:10,,,,supplier,,STR:4,,,,counter,,STR:6,,,,suffix,,STR:2,,, 4 | -------------------------------------------------------------------------------- /latest: -------------------------------------------------------------------------------- 1 | ebusd-2.1.x -------------------------------------------------------------------------------- /libebus-0.1.x/vaillant/ehp00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.1.x/vaillant/ehp00.ods -------------------------------------------------------------------------------- /libebus-0.1.x/vaillant/mc2.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.1.x/vaillant/mc2.ods -------------------------------------------------------------------------------- /libebus-0.1.x/vaillant/pms00.csv: -------------------------------------------------------------------------------- 1 | # type;class;cmd;comment;msg type;ZZ;PBSB;NN;D1D2D3;elements;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment 2 | get;pms00;Date;Datum;MS;ED;B509;3;0D2400;1;-;sd;1,2,3;hda;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 3 | get;pms00;Time;Uhrzeit;MS;ED;B509;3;0D2300;1;-;sd;3,2,1;hti;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 4 | get;pms00;Country;Ländercode;MS;ED;B509;3;0D3900;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 5 | get;pms00;YieldDay;Tagesertrag;MS;ED;B509;3;0D3B00;1;-;sd;2,1;uin;-;kWh;-;-;;;;;;;;;;;;;;;;;;;;;;;; 6 | get;pms00;YieldSum;Gesamtertrag;MS;ED;B509;3;0D5600;1;-;sd;4,3,2,1;ulg;-;kWh;-;-;;;;;;;;;;;;;;;;;;;;;;;; 7 | get;pms00;SolarNtcFrom;vom Kollektor;MS;ED;B509;3;0D0500;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 8 | get;pms00;SolarNtcTo;zum Kollektor;MS;ED;B509;3;0D0600;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 9 | get;pms00;SolarPower;Solarpumpe Leistung;MS;ED;B509;3;0D1000;1;-;sd;1;uch;-;%;-;-;;;;;;;;;;;;;;;;;;;;;;;; 10 | get;pms00;SolarHours;Solarpumpe Laufzeit;MS;ED;B509;3;0D1B00;1;-;sd;2,1;uin;-;h;-;-;;;;;;;;;;;;;;;;;;;;;;;; 11 | get;pms00;SolarRelay;Solarpumpe Relais;MS;ED;B509;3;0D0F00;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 12 | get;pms00;BufferNtcFrom;vom Speicher;MS;ED;B509;3;0D0800;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 13 | get;pms00;BufferNtcTo;zum Speicher;MS;ED;B509;3;0D0700;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 14 | get;pms00;BufferPower;Speicherpumpe Leistung;MS;ED;B509;3;0D1100;1;-;sd;1;uch;-;%;-;-;;;;;;;;;;;;;;;;;;;;;;;; 15 | get;pms00;BufferHours;Speicherpumpe Laufzeit;MS;ED;B509;3;0D4C00;1;-;sd;2,1;uin;-;h;-;-;;;;;;;;;;;;;;;;;;;;;;;; 16 | get;pms00;BufferFlow;Speicherpumpe Volumenstrom;MS;ED;B509;3;0D2E00;1;-;sd;2,1;uin;-;ml/min;-;-;;;;;;;;;;;;;;;;;;;;;;;; 17 | -------------------------------------------------------------------------------- /libebus-0.1.x/vaillant/pms00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.1.x/vaillant/pms00.ods -------------------------------------------------------------------------------- /libebus-0.1.x/vaillant/pmw00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.1.x/vaillant/pmw00.ods -------------------------------------------------------------------------------- /libebus-0.1.x/vaillant/uih00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.1.x/vaillant/uih00.ods -------------------------------------------------------------------------------- /libebus-0.1.x/vaillant/vd600.csv: -------------------------------------------------------------------------------- 1 | # type;class;cmd;comment;msg type;ZZ;PBSB;NN;D1D2D3;elements;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment 2 | get;vd600;RoomTempAct;Raumisttemperatur;MS;1C;B509;3;0D0000;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 3 | get;vd600;RoomTempActOffset;Raumisttemperatur Offset;MS;1C;B509;3;0D1F00;1;-;sd;1,2;d2c;1.0;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 4 | get;vd600;HolidayPeriod;Ferien Zeitraum;MS;1C;B509;3;0D4300;4;start1;sd;1,2,3;hda;-;-;-;Start 1;start2;sd;5,6,4;hda;-;-;-;Start 2;end1;sd;7,8,9;hda;-;-;-;Ende 1;end2;sd;11,12,10;hda;-;-;-;Ende 2 5 | get;vd600;RoomSetTempHoliday;Ferien Solltemperatur;MS;1C;B509;3;0D2200;1;-;sd;1,2;d2c;1.0;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 6 | get;vd600;LcdContrast;Kontrast Display;MS;1C;B509;3;0D3600;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 7 | -------------------------------------------------------------------------------- /libebus-0.1.x/vaillant/vd600.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.1.x/vaillant/vd600.ods -------------------------------------------------------------------------------- /libebus-0.1.x/wolf/wolf_cycle.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.1.x/wolf/wolf_cycle.ods -------------------------------------------------------------------------------- /libebus-0.2.x/vaillant/ehp00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.2.x/vaillant/ehp00.ods -------------------------------------------------------------------------------- /libebus-0.2.x/vaillant/mc2.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.2.x/vaillant/mc2.ods -------------------------------------------------------------------------------- /libebus-0.2.x/vaillant/pms00.csv: -------------------------------------------------------------------------------- 1 | # type (r/p,w,c);class;cmd;comment;msg type;ZZ;PBSB;NN;D1D2D3;elements;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment 2 | r;pms00;Date;Datum;MS;ED;B509;3;0D2400;1;-;sd;1,2,3;hda;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 3 | r;pms00;Time;Uhrzeit;MS;ED;B509;3;0D2300;1;-;sd;3,2,1;hti;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 4 | r;pms00;Country;Ländercode;MS;ED;B509;3;0D3900;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 5 | p;pms00;YieldDay;Tagesertrag;MS;ED;B509;3;0D3B00;1;-;sd;2,1;uin;-;kWh;-;-;;;;;;;;;;;;;;;;;;;;;;;; 6 | p;pms00;YieldSum;Gesamtertrag;MS;ED;B509;3;0D5600;1;-;sd;4,3,2,1;ulg;-;kWh;-;-;;;;;;;;;;;;;;;;;;;;;;;; 7 | p;pms00;SolarNtcFrom;vom Kollektor;MS;ED;B509;3;0D0500;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 8 | p;pms00;SolarNtcTo;zum Kollektor;MS;ED;B509;3;0D0600;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 9 | r;pms00;SolarPower;Solarpumpe Leistung;MS;ED;B509;3;0D1000;1;-;sd;1;uch;-;%;-;-;;;;;;;;;;;;;;;;;;;;;;;; 10 | r;pms00;SolarHours;Solarpumpe Laufzeit;MS;ED;B509;3;0D1B00;1;-;sd;2,1;uin;-;h;-;-;;;;;;;;;;;;;;;;;;;;;;;; 11 | r;pms00;SolarRelay;Solarpumpe Relais;MS;ED;B509;3;0D0F00;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 12 | p;pms00;BufferNtcFrom;vom Speicher;MS;ED;B509;3;0D0800;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 13 | p;pms00;BufferNtcTo;zum Speicher;MS;ED;B509;3;0D0700;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 14 | r;pms00;BufferPower;Speicherpumpe Leistung;MS;ED;B509;3;0D1100;1;-;sd;1;uch;-;%;-;-;;;;;;;;;;;;;;;;;;;;;;;; 15 | r;pms00;BufferHours;Speicherpumpe Laufzeit;MS;ED;B509;3;0D4C00;1;-;sd;2,1;uin;-;h;-;-;;;;;;;;;;;;;;;;;;;;;;;; 16 | r;pms00;BufferFlow;Speicherpumpe Volumenstrom;MS;ED;B509;3;0D2E00;1;-;sd;2,1;uin;-;ml/min;-;-;;;;;;;;;;;;;;;;;;;;;;;; 17 | -------------------------------------------------------------------------------- /libebus-0.2.x/vaillant/pms00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.2.x/vaillant/pms00.ods -------------------------------------------------------------------------------- /libebus-0.2.x/vaillant/pmw00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.2.x/vaillant/pmw00.ods -------------------------------------------------------------------------------- /libebus-0.2.x/vaillant/uih00.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.2.x/vaillant/uih00.ods -------------------------------------------------------------------------------- /libebus-0.2.x/vaillant/vd600.csv: -------------------------------------------------------------------------------- 1 | # type (r/p,w,c);class;cmd;comment;msg type;ZZ;PBSB;NN;D1D2D3;elements;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment;sub;part;position;datatype;factor;unit;valid;comment 2 | r;vd600;RoomTempAct;Raumisttemperatur;MS;1C;B509;3;0D0000;2;temp;sd;1,2;d2c;1.0;°C;-;Temperatur;sensor;sd;3;uch;-;-;-;Fühler;;;;;;;;;;;;;;;; 3 | r;vd600;RoomTempActOffset;Raumisttemperatur Offset;MS;1C;B509;3;0D1F00;1;-;sd;1,2;d2c;1.0;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 4 | r;vd600;HolidayPeriod;Ferien Zeitraum;MS;1C;B509;3;0D4300;4;start1;sd;1,2,3;hda;-;-;-;Start 1;start2;sd;5,6,4;hda;-;-;-;Start 2;end1;sd;7,8,9;hda;-;-;-;Ende 1;end2;sd;11,12,10;hda;-;-;-;Ende 2 5 | r;vd600;RoomSetTempHoliday;Ferien Solltemperatur;MS;1C;B509;3;0D2200;1;-;sd;1,2;d2c;1.0;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 6 | r;vd600;LcdContrast;Kontrast Display;MS;1C;B509;3;0D3600;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;; 7 | -------------------------------------------------------------------------------- /libebus-0.2.x/vaillant/vd600.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.2.x/vaillant/vd600.ods -------------------------------------------------------------------------------- /libebus-0.2.x/wolf/wolf_cycle.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonesPD/ebusd-configuration/e68294b3e0cdf393c9b2d52299eca2aba01e43d3/libebus-0.2.x/wolf/wolf_cycle.ods -------------------------------------------------------------------------------- /make_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ./make_debian.sh de 3 | ./make_debian.sh en 4 | ./make_tgz.sh de 5 | ./make_tgz.sh en 6 | -------------------------------------------------------------------------------- /make_debian.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # ebusd-configuration - configuration files for ebusd, a daemon for 3 | # communication with eBUS heating systems. 4 | # Copyright (C) 2014-2016 John Baier 5 | # 6 | # This program is free software: you can redistribute it and/or modify 7 | # it under the terms of the GNU General Public License as published by 8 | # the Free Software Foundation, either version 3 of the License, or 9 | # (at your option) any later version. 10 | # 11 | # This program is distributed in the hope that it will be useful, 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | # GNU General Public License for more details. 15 | # 16 | # You should have received a copy of the GNU General Public License 17 | # along with this program. If not, see . 18 | 19 | echo "*************" 20 | echo " prepare" 21 | echo "*************" 22 | echo 23 | LANG=$1 24 | if [ -z "$LANG" ]; then 25 | LANG="en" 26 | fi 27 | GITVER=`git describe --always 2>/dev/null || (echo -n 'p'; date +%Y%m%d)` 28 | VERSION=`head -n 1 VERSION` 29 | VERSION="$VERSION.$GITVER-$LANG" 30 | ARCH="all" 31 | BUILD="build-$ARCH" 32 | RELEASE="ebusd-configuration-$VERSION" 33 | PACKAGE="${RELEASE}_${ARCH}.deb" 34 | rm -rf "$BUILD" 35 | mkdir -p "$BUILD" || exit 1 36 | cd "$BUILD" || exit 1 37 | 38 | echo 39 | echo "*************" 40 | echo " pack" 41 | echo "*************" 42 | echo 43 | mkdir -p $RELEASE/DEBIAN $RELEASE/etc/ebusd || exit 1 44 | (tar cf - -C ../ebusd-2.1.x/$LANG "--exclude=./$BUILD" --exclude=./.* . | tar xf - -C $RELEASE/etc/ebusd) || exit 1 45 | 46 | cat < $RELEASE/DEBIAN/control 47 | Package: ebusd-configuration 48 | Version: $VERSION 49 | Section: net 50 | Priority: required 51 | Architecture: $ARCH 52 | Maintainer: John Baier 53 | Homepage: https://github.com/john30/ebusd-configuration 54 | Bugs: https://github.com/john30/ebusd-configuration/issues 55 | Depends: ebusd (>= 2.1) 56 | Description: ebusd configuration files ($LANG). 57 | EOF 58 | cat < $RELEASE/DEBIAN/dirs 59 | /etc/ebusd 60 | EOF 61 | 62 | dpkg -b $RELEASE || exit 1 63 | mv ebusd-configuration-$VERSION.deb "../$PACKAGE" || exit 1 64 | 65 | echo 66 | echo "*************" 67 | echo " cleanup" 68 | echo "*************" 69 | echo 70 | cd .. 71 | rm -rf "$BUILD" 72 | 73 | echo 74 | files=`dpkg -c "$PACKAGE"|wc -l` 75 | echo "Package created: $PACKAGE, $files files" 76 | -------------------------------------------------------------------------------- /make_tgz.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # ebusd-configuration - configuration files for ebusd, a daemon for 3 | # communication with eBUS heating systems. 4 | # Copyright (C) 2014-2016 John Baier 5 | # 6 | # This program is free software: you can redistribute it and/or modify 7 | # it under the terms of the GNU General Public License as published by 8 | # the Free Software Foundation, either version 3 of the License, or 9 | # (at your option) any later version. 10 | # 11 | # This program is distributed in the hope that it will be useful, 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | # GNU General Public License for more details. 15 | # 16 | # You should have received a copy of the GNU General Public License 17 | # along with this program. If not, see . 18 | 19 | echo "*************" 20 | echo " prepare" 21 | echo "*************" 22 | echo 23 | LANG=$1 24 | if [ -z "$LANG" ]; then 25 | LANG="en" 26 | fi 27 | GITVER=`git describe --always 2>/dev/null || (echo -n 'p'; date +%Y%m%d)` 28 | VERSION=`head -n 1 VERSION` 29 | VERSION="$VERSION.$GITVER-$LANG" 30 | ARCH="all" 31 | BUILD="build-$ARCH" 32 | RELEASE="ebusd-configuration-$VERSION" 33 | PACKAGE="${RELEASE}_${ARCH}.tgz" 34 | 35 | echo 36 | echo "*************" 37 | echo " pack" 38 | echo "*************" 39 | echo 40 | tar czf "$PACKAGE" -C ebusd-2.1.x/$LANG --exclude=./.* . || exit 1 41 | 42 | echo 43 | files=`tar tzvf "$PACKAGE"|wc -l` 44 | echo "Package created: $PACKAGE, $files files" 45 | --------------------------------------------------------------------------------