-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMS8D - AuroStep Plus (VIH250/4) - unknown device? #156
Comments
|
you could try re-using the pms files for the VMS. I think I remember that somebody did the same and had some success at least. |
Hi John, yes, copying the 06.pms.csv did something magically happen, I now have this:
Much better than previously, but some of the values (eg returning temperature gycol is -39°C) cannot be correct. However I can already query if my pump is working or not, and that is already good news. Thanks for your support John! |
Hi @Strobistar, did you make any progress regarding the VMS8D ? I have the same, we could share our researches. |
Hi @pagaille, I ran my ebusd scripts till Summer, discovered (with the help of a couple of DS18B20 sensors) that something was wrong with my glycol tubes, now waiting for my plumber to switch the inlet and outlet tubes (hot glycol was pumped up to cool down on the roof). Disconnected everything because in winter time, the solar boiler thing is not working anyway. I only used the pump status ebus value to see when the pump was working, and mapped that on my DS18B20 sensor data. To make it work, the last trick I used was posted above, copy-pasted vmd06 on a local repository. Did you do other things to have more data coming out of the VMD? Thanks! |
You mean the in and out tubes are reversed ?? OMG how the the hell is it possible !? I discovered my installation was also done completely against the recommandations and had to retube everything 🙁 Even for a wannabe plumber like me it was only a question of reading the f** manual, which looks already to much asking for some 🙁 FYI : there is solar production in winter. Only a small amount of direct sun is enough to warm the panels >60°C and thus reduce the electricity needed to get the water to 60°C. I usually reach 4KWh on a cold but sunny day. I'll try to edit the configuration file to get a least pump information and temperature sensors. I'll report my findings here. |
Yes, glycol was pumped up top down, and never reached the temperature sensor at the opposite side. Hence that reading (in late afternoon) gave readings +50C°, glycol of 45°C was pumped up and came down 30°C, in the end cooling my boiler drastically. That's a newbie error... So for sunny days like we had this day, the display SHOWS 3-4kWh however temperature reading is merely 20°C. So I'm wasting electricity (luckily I got a surplus of 1MWh of my good working solar panels). In my setup, simply copy that vmd06 file, no need of editing, then you can read out vmd Ntc1Sensor = 20.44;ok and vmd Ntc3Sensor = 20.44;ok plus the % power of the pump: SolPumpPower Hope this helps! |
I read the following. Not a lot of a values looks ok
|
You got much more information than I had with mine (although plenty of errors), but your Ntc1Sensor and Ntc3Sensor report back values. Ntc1 is the roof sensor in the collector, as it seems to be 31°C, I'm imagining that sun is shining at your place :) Have a look on your display top left, it should read this 31°C. For the Ntc3 (boiler internal temp), you could look top right, or you go into debug mode on your screen (hold the bottom (or was it top?) buttons, go into installation, opt in 17 and go into the test menus for the temperature sensors). |
I made some good progress. See my PR : #199 |
Hi @pagaille that is great stuff, my ebus reader is currently offline, I'll sync your additions when back online! Thank you! |
Hi, @pagaille, hi @Strobistar I also have an aurostep plus. But the ebus in the aurostep has no current, and I haven´t found any information about the way to conect the ebus in the aurostep with the ebus in the adapter or in the ecotec. Could you please let me know how to do this? Maybe this is so silly question as to conect the three devices in one single point? Another question, the file 06.vmd.csv where do I get it to download, and in whitch path do I have to save it? As soon I have it working I promise to report here the info from the aurostep to feed your progress in case this can help you. Thanks in advance. |
Hi @aguti2, Regarding location of the files: what I did: I downloaded all to /etc/ebusd, where you have your template.csv, broadcast.csv and memory.csv, plus the most important directory: vaillant. Within that directory, you paste the new 06.vmd.csv from @pagaille. Last but not least, to use these files, you have to instruct ebusd to use them: --> look at the configpath parameter. Good luck! |
Hi @aguti2 - happy to see that there other than me that are interested un the Aurostep controller.
True. The aurostep controller is a slave and has no bus power supply. As far as I know you simply have to connect it to a powered master (your Ecotec heater) to make it work, preferably something like flat or round 0,75mm2. There is an internal redresser, so polarity doesn't matter. The cabling structure is free.
As far as I know @john30 has not merged my PR so you must download it here #199 and replace it into the /etc/ebusd/vaillant folder. Extremely curious to learn about your findings, especially the information that are exchanged between the ecotec and the aurostep. |
Hello @Strobistar and @pagaille Thanks for your super fast answer. That´s what I suspected, the bus concept is clear, but sometimes is necesary some kind of buffer, voltage adapter or level shifter, About the files, I´ll try and tell you. Maybe tomorrow because I´m out today. And yes, I´m curious too about the info between ecotec and aurostep. I´ll tell you. And @pagaille now you know that you´re not alone, ;-) Thanks guys for your help and anwsers. I´ll tell you about my discoveries. Have a good day. |
Well, to my understanding, an ecotec nor aurostep are very chatty. I haven't seen a single bit transferred between the two of them. I suspect that if you have a Vaillant thermostat that that one will query those systems (eg heating curve) and that the ebus reader then can show these values. Keep us posted! |
Hi @pagaille, I have seen that you have made your own power supply for the aurostep. Would you share any thing more to guide me. For example the power source and voltage, if you have any pictures, any help would be appreciated. The schematic is good but incomplete without voltage input. Now in winter I can power the ebus with my ecotec, but here un Spain in May I use to power off the ecotec for some mounths, nearly 6 mounths, so if I can have a power source for the aurostep, I could keep powering of the ecotec in summer time. But only if you don´t mind, don´t feel obligated. |
Hello @pagaille, This is a very simple design, but if you have it in a breadboard, i think would be enough. Thanks again. |
Hello @Strobistar and @pagaille, If I use the --configpath=/etc/ebusd/ and downloaded the csv files and get then copied to the path /etc/ebusd/ the daemon loads the local 08.bai.csv but the variables of the ecotec weren´t availables, and the log tells that there are template.csv, broadcast.csv and memory.csv diferents. If I don´t use the --configpath, the --scanconfig works well and the daemon download the 08.bai.csv and the ecotec speaks to the bus correctly. But as the daemon dont download the @pagaille csv as expected there is no chat from the aurostep. Any way I´ll try today, I´ll have a bit more time today to do some more research. Where do you download the csvs? I got them from I´ll tell you about my progress. Have a good day and thanks for reading. |
Hi @aguti2 ! I did once a git-clone towards my system:
By doing so, you have all the original files from the git repository. Then you copy in the 06.vmd.csv and with the configpath set, you should see both ecotec and aurostep. Good luck! |
Thank you @Strobistar, I´ve copied from the url, not tried with git clone. Thank you so much. I´ll tell you about it. |
Hi guys, @Strobistar and @pagaille, That worked fine!!!!! Thanks for your support. I did the git clone and worked fine, but as you can see the ebusctl goes on with differents csvs, but in the end it´s working with both, the ecotec and the aurostep. Now integrated in my HomeAssistant: That was four hours later, so the graphics are still useless, but in a few days the graphs will be very usefull. As I get the state of the variables though a mqtt request, with the FlowRate and PowerOnCounter variables I have a dismiss with the mqtt values, because I couldn´t find the rigth string in the mqtt tree, but I think I´ll find them. The next step would be the improvement of the variables readed, such as the Kwh generated, maybe the amount of water in a target temperature, I don´t know, I suposse there will be a lot of usefull values. So, thank you very much for your help and anwers. your tips have saved me a lot of time. Thank you. Have a very good weekend. |
Hey @aguti2, nice to hear ! I'm also looking forward to find the solar yield field. I hope you'll be more acute than me 😊 Out of curiosity, what's your ΔT between T5 and T1 (when the solar pump is working) ? Mine fluctuates between 10-15K, probably because the pipes up to the roof are quite long. |
the currently commited CSVs are online now |
If anybody is interested to get the instant (solar) power : the formula is (FlowRate * 10) * (T1-T6) / 14. The 10 multiplier is there to get the flow rate in L/Min. That factor could probably be incorporated into the CSV files. Integrating the values will convert the instant power to energy (kWh). Credits : https://www.navitron.org.uk/forum/index.php?topic=8391.0 |
@ John30 |
Hi JP! As your output states "masters: 1" and "messages: 11", I do think you are successfully connected. What does "ebusctl find -v" give as output? From my scrapbook, have a look at the following commands: "ebusd -f -c /tmp --logareas bus --loglevel info --lograwdata=bytes -d /dev/ttyUSB0" (should dump a lot of "aa"'s) Then run a "full scan": "ebusd -f -d /dev/ttyUSB0 --configpath=http://ebusd.eu/config/ --scanconfig=full --pollinterval=180" (if it states device blocked, you might have to kill the existing running ebusd). Hope this helps! |
Your aurostep is not seen on the bus (it has adress 06 or ED.
If the vms is the only device on the bus along the controller you need to ebusd generate the syn messages. Use --generatesyn in order to do so.
Matthieu G. (en mode mobile)
… Le 8 nov. 2021 à 18:20, jpslootmans ***@***.***> a écrit :
@ John30
Need some help
I am trying to connect a Solar Boiler auroSTEP plus VMS8D via Ebus. I have a eBUS Adapter 3 and the Ebusd deamon installed on a RPi. I think the installation and coniguration is Ok because when I type "ebusctl info" in the monitor, I get this answer:
version: ebusd 21.2.v21.2-48-g24a6525
signal: acquired
symbol rate: 100
max symbol rate: 101
reconnects: 0
masters: 1
messages: 11
conditional: 0
poll: 0
update: 4
address 31: master #8, ebusd
address 36: slave #8, ebusd
After I power the eBus adapter the blue LED flashes some times, then lights for a second and then the yellow and green LEDS are on constantly. In the eBUS adapter documentation I found that this means power adapter Ok and no communication with boiler or voltage on ebus too low. Since my system is stand alone, I have built the power supply in this thread and I measure 22,4 Volts on the bus.
Any ideas what could be the problem or some more tests I can perform to find a solution?
Thanks in advance,
JP
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Did you notice that the power supply is actually a special one, a current-limited power supply ? I published the schematic heure : #156 (comment) |
That is the power supply that I have built. |
I use a similar power supply for testing and don't see these spikes. sure you have used the right condensator/resistor/z-diode values? |
I would do some static tests : voltage, current limiting when the power supply is short circuited. I built the Ebus adapter V2, there are voltage indications in various conditions on the schematic to test that everything is ok, isn’t it the case with the V3 ? You need to be sure that the adapter is ok before plug it in the vms, you’re risking to fry it. |
every adapter 3 is tested before we send it, so it is safe to connect to an eBUS |
Oh, apologies I thought it was a diy one. |
@pagaille |
0,1 F would be gigantic if even feasible 😊 "0.1" stands for "0,1 uF", 100nF in other words. That capacitor is probably there to filter out high frequency noise, it shouldn't affect the output much. |
Hey @Strobistar
What are your hysteresis settings ? Mine are set very high to minimise such behaviour. The settings are "Différ. démarr. sol." in French (that's T5-T6, 20°C in my case so that the panels are warm enough to start the pump) and "Différentiel arrêt" (T1-T6).
March to September is only 7 months :), and it's actually probably more close to 6 months. |
Hi @pagaille, you gave indeed a valid pointer. My CV "expert" had configured that T5-T6 on delta 10°C, bit too quick to release the horses. I'm gonna follow your lead and switch it to 20°. With the past days, I was already able to get 50+°C on the roof, however the 250 liters only rose to 27°C, again with lots of hysteresis. Looking forward to see improvements! |
@ pagaille Grtz JP |
Hi all, But for VMS8D only detect PowerOnCounter, the rest os sensor not are detected. |
Hello Was,
if I run an "ebusctl info" against my working environment, I get this:
***@***.***:~# ebusctl info
version: ebusd 22.3.p20220508
update check: version 23.1 available, broadcast.csv: different version
available, memory.csv: different version available, vaillant/08.bai.csv:
newer version available, vaillant/15.700.csv: newer version available,
vaillant/bai.308523.inc: different version available,
vaillant/broadcast.csv: different version available,
vaillant/ec.sol.sc.csv: different version available, vaillant/errors.inc:
different version available, vaillant/general.csv: different version
available, vaillant/hcmode.inc: different version available,
vaillant/iotestbsol.inc: different version available,
vaillant/yield3f40.inc: different version available
device: /dev/ttyUSB1
signal: acquired
symbol rate: 124
max symbol rate: 526
min arbitration micros: 311
max arbitration micros: 8980
min symbol latency: 0
max symbol latency: 29
reconnects: 1
masters: 5
messages: 800
conditional: 3
poll: 1
update: 10
address 01: master #6
address 03: master #11
address 06: slave #6, scanned "MF=Vaillant;ID=VMD01;SW=0108;HW=1703",
loaded "vaillant/06.vmd.csv"
address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0104;HW=7803",
loaded "vaillant/bai.308523.inc", "vaillant/08.bai.csv"
address 10: master #2
address 15: slave #2, scanned "MF=Vaillant;ID=70000;SW=0614;HW=6903",
loaded "vaillant/15.700.csv"
address 30: master #3
address 31: master #8, ebusd
address 35: slave #3, scanned "MF=Vaillant;ID=VR_91;SW=0415;HW=4803"
address 36: slave #8, ebusd
address 52: slave, scanned "MF=Vaillant;ID=VR_70;SW=0109;HW=2903", loaded
"vaillant/52.vr_70.csv"
address ec: slave, scanned "MF=Vaillant;ID=SOL00;SW=0614;HW=6903", loaded
"vaillant/ec.sol.sc.csv"
address ed: slave, scanned "MF=Vaillant;ID=VMD01;SW=0108;HW=1703"
So aside I'm running a bit behind, you got *almost* the same setup as I
have, except you got an "ed.xxx.csv" loaded for the VMD01 (your last line),
and I haven't one.
Keep in mind that I still run on a "forked" git repository (which did not
contain a working "06.vmd.csv", hence I replicated (back in the days) all
the csv, and I manually copied over 06.pms.csv to 06.vmd.csv which still
works till this day...
eg:
2023-01-21 16:37:55.274 [update notice] sent read vmd SolPumpPower QQ=31: 0
2023-01-21 16:37:55.484 [update notice] sent read bai extWP QQ=31: off
2023-01-21 16:37:55.675 [update notice] sent read bai Flame QQ=31: off
2023-01-21 16:37:55.844 [update notice] sent read vmd Ntc1Sensor QQ=31:
15.06;ok
2023-01-21 16:37:56.036 [update notice] sent read vmd Ntc3Sensor QQ=31:
23.81;ok
2023-01-21 16:37:56.227 [update notice] sent read vmd Ntc5Sensor QQ=31:
22.06;ok
2023-01-21 16:37:56.420 [update notice] sent read vmd Ntc6Sensor QQ=31:
19.25;ok
2023-01-21 16:37:56.662 [update notice] sent read 700 DisplayedOutsideTemp
QQ=31: 1.0625
2023-01-21 16:37:56.897 [update notice] sent read 700 z1RoomTemp QQ=31:
18.5625
2023-01-21 16:37:57.118 [update notice] sent read 700 z2RoomTemp QQ=31:
19.0625
2023-01-21 16:37:57.351 [update notice] sent read 700 Hc1MixerMovement
QQ=31: -100
2023-01-21 16:37:57.570 [update notice] sent read 700 Hc2MixerMovement
QQ=31: -100
2023-01-21 16:37:57.794 [update notice] sent read 700 z1ValveStatus QQ=31: 0
2023-01-21 16:37:57.972 [update notice] sent read 700 z2ValveStatus QQ=31: 0
2023-01-21 16:37:58.162 [update notice] sent read bai CirPump QQ=31: off
Good luck!
S.
…On Fri, Jan 20, 2023 at 3:35 PM Wassman2020 ***@***.***> wrote:
Hi all,
New to eBusd
We have Ecotec plus, Aurostep plus VIH250 with VMS8D interior both
interconnected on the ebus, and thermostat
new to eBusd, I have read the entire thread and followed the instructions
of @pagaille <https://github.com/pagaille> @Strobistar
<https://github.com/Strobistar> and @john30 <https://github.com/john30>
to load the cvs of @pagaille <https://github.com/pagaille>.
Ebusd load all Csv correctly.
[image: image]
<https://user-images.githubusercontent.com/101360964/213723123-f744bdd3-5c72-4c85-a74f-dce923912584.png>
[image: image]
<https://user-images.githubusercontent.com/101360964/213723266-4c99169c-98fd-473c-bfbd-8c07a18b5466.png>
But for VMS8D only detect PowerOnCounter, the rest os sensor not are
detected.
What could be the problem?power
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANENM65FXY7HK6MWJPMT6C3WTKPBXANCNFSM4JW5VE2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I would not load the driver for both 06 and ed adresses. From my own experience the vmd exposes those adresses but both are reporting exactly the same data. So just delete ed.vmd.csv and try again. Beside this, having three devices on the ebus may allow us to discover new properties (registers) by observing the dialog between them. The grab tool could be used for that. |
I have deleted the file corresponding to the ed device and I have tried with the 06.vmd of @pagaille and also replaced 06.vmd with the original 06.pmd with the data from VMD01. When doing the scan located the devices. But I let a couple of hours go by and it doesn't find any VMD01 sensor. Only detect sensor of 700, bai and VR70 I have looked for messages without being able to interpret, but there are no messages from unit 06. Would it be possible to send a hexadecimal string to the bus in order to read any of the VMD01 sensors and see if they respond? |
Can you show your full ebusd startup cmd line with parameters ? Did you
issue a full scan?
Op di 24 jan. 2023 om 16:25 schreef Wassman2020 ***@***.***>
… I have deleted the file corresponding to the ed device and I have tried
with the 06.vmd of @pagaille <https://github.com/pagaille> and also
replaced 06.vmd with the original 06.pmd with the data from VMD01. When
doing the scan located the devices.
[image: image]
<https://user-images.githubusercontent.com/101360964/214334844-d73b059c-170a-4ada-b5b1-8a28746d4328.png>
And upload the CSV files.
[image: image]
<https://user-images.githubusercontent.com/101360964/214334916-285758f5-66e6-4317-8980-e6a95987358a.png>
But I let a couple of hours go by and it doesn't find any VMD01 sensor.
Only detect sensor of 700, bai and VR70
700 AdaptHeatCurve = no
700 BankHolidayEndPeriod = no data stored
700 BankHolidayStartPeriod = no data stored
700 ccTimer.Friday = 06:00;22:00;-:-;-:-;-:-;-:-
700 ccTimer.Monday = 06:00;22:00;-:-;-:-;-:-;-:-
700 ccTimer.Saturday = 07:30;23:30;-:-;-:-;-:-;-:-
700 ccTimer.Sunday = 07:30;22:00;-:-;-:-;-:-;-:-
700 ccTimer.Thursday = 06:00;22:00;-:-;-:-;-:-;-:-
700 ccTimer.Tuesday = 06:00;22:00;-:-;-:-;-:-;-:-
700 ccTimer.Wednesday = 06:00;22:00;-:-;-:-;-:-;-:-
700 ContinuosHeating = no data stored
700 currenterror = -;-;-;-;-
700 CylinderChargeHyst = no data stored
700 CylinderChargeOffset = no data stored
700 Date = 24.01.2023
700 DisplayedOutsideTemp = 8.8125
700 errorhistory = no data stored
700 FrostOverRideTime = no data stored
700 GlobalSystemOff = no
700 Hc1ActualFlowTempDesired = 0.0
700 Hc1AutoOffMode = night
700 Hc1CircuitType = mixer
700 Hc1ExcessTemp = 0.0
700 Hc1FlowTemp = 15.5
700 Hc1HeatCurve = 4
700 Hc1HeatCurveAdaption = 0.0
700 Hc1MaxFlowTempDesired = 75
700 Hc1MinFlowTempDesired = 30
700 Hc1MixerMovement = no data stored
700 Hc1PumpStatus = 0
700 Hc1RoomTempSwitchOn = thermostat
700 Hc1Status = 0
700 Hc1SummerTempLimit = 25
700 Hc2ActualFlowTempDesired = 0.0
700 Hc2AutoOffMode = night
700 Hc2CircuitType = mixer
700 Hc2ExcessTemp = 0.0
700 Hc2FlowTemp = 19.875
700 Hc2HeatCurve = 4
700 Hc2HeatCurveAdaption = 0.0
700 Hc2MaxFlowTempDesired = 75
700 Hc2MinFlowTempDesired = 30
700 Hc2MixerMovement = no data stored
700 Hc2PumpStatus = 0
700 Hc2RoomTempSwitchOn = thermostat
700 Hc2Status = 0
700 Hc2SummerTempLimit = 25
700 Hc3ActualFlowTempDesired = 0.0
700 Hc3AutoOffMode = eco
700 Hc3CircuitType = no data stored
700 Hc3ExcessTemp = 0.0
700 Hc3FlowTemp = -
700 Hc3HeatCurve = 1.2
700 Hc3HeatCurveAdaption = 0.0
700 Hc3MaxFlowTempDesired = 90
700 Hc3MinFlowTempDesired = 15
700 Hc3MixerMovement = no data stored
700 Hc3PumpStatus = 0
700 Hc3RoomTempSwitchOn = off
700 Hc3Status = 0
700 Hc3SummerTempLimit = 21
700 HcStorageTempBottom = -
700 HcStorageTempTop = -
700 HolidayEndPeriod = 01.01.2015
700 HolidayStartPeriod = 01.01.2015
700 HolidayTemp = 5
700 HwcBankHolidayEndPeriod = no data stored
700 HwcBankHolidayStartPeriod = no data stored
700 HwcFlowTemp = 0.0
700 HwcHolidayEndPeriod = no data stored
700 HwcHolidayStartPeriod = no data stored
700 HwcLockTime = no data stored
700 HwcMaxFlowTempDesired = 80
700 HwcOpMode = auto
700 HwcParallelLoading = no data stored
700 HwcSFMode = auto
700 HwcStorageTemp = 18.5
700 HwcStorageTempBottom = -
700 HwcStorageTempTop = -
700 HwcTempDesired = 65
700 hwcTimer.Friday = 06:00;07:30;-:-;-:-;-:-;-:-
700 hwcTimer.Monday = 06:00;07:30;20:00;20:40;00:00;00:00
700 hwcTimer.Saturday = -:-;-:-;-:-;-:-;-:-;-:-
700 hwcTimer.Sunday = -:-;-:-;-:-;-:-;-:-;-:-
700 hwcTimer.Thursday = 06:00;07:30;20:00;20:40;00:00;00:00
700 hwcTimer.Tuesday = 06:00;07:30;20:00;20:40;00:00;00:00
700 hwcTimer.Wednesday = 06:00;07:30;20:00;20:40;00:00;00:00
700 HydraulicScheme = no data stored
700 Installer1 = no data stored
700 Installer2 = no data stored
700 KeyCodeforConfigMenu = no data stored
700 MaintenanceDate = no data stored
700 MaintenanceDue = no data stored
700 ManualCooling = 0
700 MaxCylinderChargeTime = no data stored
700 MaxRoomHumidity = no data stored
700 MultiRelaySetting = no data stored
700 noiseReductionTimer.Friday = no data stored
700 noiseReductionTimer.Monday = 06:00;22:00;-:-;-:-;-:-;-:-
700 noiseReductionTimer.Saturday = no data stored
700 noiseReductionTimer.Sunday = no data stored
700 noiseReductionTimer.Thursday = no data stored
700 noiseReductionTimer.Tuesday = no data stored
700 noiseReductionTimer.Wednesday = no data stored
700 OpMode = off
700 OpModeCooling = auto
700 OpModeEffect = 2
700 OpModeVentilation = auto
700 OutsideTempAvg = 7.25781
700 PhoneNumber1 = no data stored
700 PhoneNumber2 = no data stored
700 PrEnergySum = 15
700 PrEnergySumHc = 15
700 PrEnergySumHcLastMonth = 0
700 PrEnergySumHcThisMonth = 0
700 PrEnergySumHwc = 0
700 PrEnergySumHwcLastMonth = 0
700 PrEnergySumHwcThisMonth = 0
700 PrFuelSum = no data stored
700 PrFuelSumHc = no data stored
700 PrFuelSumHcLastMonth = no data stored
700 PrFuelSumHcThisMonth = no data stored
700 PrFuelSumHwc = no data stored
700 PrFuelSumHwcLastMonth = no data stored
700 PrFuelSumHwcThisMonth = no data stored
700 PumpAdditionalTime = no data stored
700 SFMode = auto
700 SolarYieldTotal = 0
700 SystemFlowTemp = 15.5
700 tariffTimer.Friday = no data stored
700 tariffTimer.Monday = no data stored
700 tariffTimer.Saturday = no data stored
700 tariffTimer.Sunday = no data stored
700 tariffTimer.Thursday = no data stored
700 tariffTimer.Tuesday = no data stored
700 tariffTimer.Wednesday = no data stored
700 Time = 15:46:00
700 VentilationDay = 0
700 VentilationNight = 0
700 ventilationTimer.Friday = no data stored
700 ventilationTimer.Monday = no data stored
700 ventilationTimer.Saturday = no data stored
700 ventilationTimer.Sunday = no data stored
700 ventilationTimer.Thursday = no data stored
700 ventilationTimer.Tuesday = no data stored
700 ventilationTimer.Wednesday = no data stored
700 WaterPressure = 1
700 YieldTotal = 0
700 z1ActualRoomTempDesired = 18.5
700 z1BankHolidayEndPeriod = no data stored
700 z1BankHolidayStartPeriod = no data stored
700 z1CoolingTemp = 24
700 z1CoolingTimer.Friday = no data stored
700 z1CoolingTimer.Monday = 06:00;22:00;-:-;-:-;-:-;-:-
700 z1CoolingTimer.Saturday = no data stored
700 z1CoolingTimer.Sunday = no data stored
700 z1CoolingTimer.Thursday = no data stored
700 z1CoolingTimer.Tuesday = no data stored
700 z1CoolingTimer.Wednesday = no data stored
700 z1DayTemp = 22
700 z1HolidayEndPeriod = no data stored
700 z1HolidayStartPeriod = no data stored
700 z1HolidayTemp = 5
700 z1Name1 = PLANT
700 z1Name2 = A 2
700 z1NightTemp = 18.5
700 z1OpMode = night
700 z1OpModeCooling = auto
700 z1QuickVetoTemp = 26
700 z1RoomTemp = 21.8125
700 z1RoomZoneMapping = no data stored
700 z1SFMode = auto
700 z1Shortname = no data stored
700 z1Timer.Friday = 20:00;22:00;00:00;00:00;00:00;00:00
700 z1Timer.Monday = 20:00;22:00;00:00;00:00;00:00;00:00
700 z1Timer.Saturday = 20:00;22:00;00:00;00:00;00:00;00:00
700 z1Timer.Sunday = 20:00;22:00;00:00;00:00;00:00;00:00
700 z1Timer.Thursday = 20:00;22:00;00:00;00:00;00:00;00:00
700 z1Timer.Tuesday = 20:00;22:00;00:00;00:00;00:00;00:00
700 z1Timer.Wednesday = 20:00;22:00;00:00;00:00;00:00;00:00
700 z1ValveStatus = 0
700 z2ActualRoomTempDesired = 5
700 z2BankHolidayEndPeriod = no data stored
700 z2BankHolidayStartPeriod = no data stored
700 z2CoolingTemp = 24
700 z2CoolingTimer.Friday = no data stored
700 z2CoolingTimer.Monday = 06:00;22:00;-:-;-:-;-:-;-:-
700 z2CoolingTimer.Saturday = no data stored
700 z2CoolingTimer.Sunday = no data stored
700 z2CoolingTimer.Thursday = no data stored
700 z2CoolingTimer.Tuesday = no data stored
700 z2CoolingTimer.Wednesday = no data stored
700 z2DayTemp = 22
700 z2HolidayEndPeriod = no data stored
700 z2HolidayStartPeriod = no data stored
700 z2HolidayTemp = 5
700 z2Name1 = PLANT
700 z2Name2 = A 1
700 z2NightTemp = 18.5
700 z2OpMode = off
700 z2OpModeCooling = auto
700 z2QuickVetoTemp = 23
700 z2RoomTemp = 21.375
700 z2RoomZoneMapping = no data stored
700 z2SFMode = auto
700 z2Shortname = no data stored
700 z2Timer.Friday = 17:30;23:30;00:00;00:00;00:00;00:00
700 z2Timer.Monday = 17:30;23:00;00:00;00:00;00:00;00:00
700 z2Timer.Saturday = 11:00;-:-;00:00;00:00;00:00;00:00
700 z2Timer.Sunday = 11:00;23:00;00:00;00:00;00:00;00:00
700 z2Timer.Thursday = 17:30;23:00;00:00;00:00;00:00;00:00
700 z2Timer.Tuesday = 17:30;23:00;00:00;00:00;00:00;00:00
700 z2Timer.Wednesday = 17:30;23:00;00:00;00:00;00:00;00:00
700 z2ValveStatus = 0
700 z3ActualRoomTempDesired = 0.0
700 z3BankHolidayEndPeriod = no data stored
700 z3BankHolidayStartPeriod = no data stored
700 z3CoolingTemp = 24
700 z3DayTemp = 20
700 z3HolidayEndPeriod = no data stored
700 z3HolidayStartPeriod = no data stored
700 z3HolidayTemp = 5
700 z3Name1 = no data stored
700 z3Name2 = no data stored
700 z3NightTemp = 15
700 z3OpMode = auto
700 z3OpModeCooling = auto
700 z3QuickVetoTemp = 21
700 z3RoomTemp = -
700 z3RoomZoneMapping = no data stored
700 z3SFMode = auto
700 z3Shortname = no data stored
700 z3ValveStatus = 0
bai AccessoriesOne = no data stored
bai AccessoriesTwo = no data stored
bai AntiCondensValue = no data stored
bai averageIgnitiontime = no data stored
bai BlockTimeHcMax = no data stored
bai BoilerType = no data stored
bai ChangesDSN = no data stored
bai CirPump = no data stored
bai CodingResistor = no data stored
bai CounterStartattempts1 = 177
bai CounterStartattempts2 = 14
bai CounterStartAttempts3 = 1
bai CounterStartAttempts4 = 0
bai currenterror = -;-;-;-;-
bai DateTime = nosignal;-:-:-;-.-.-;8.812
bai dcfState = no data stored
bai DCFTimeDate = no data stored
bai DCRoomthermostat = no data stored
bai DeactivationsIFC = no data stored
bai DeactivationsTemplimiter = 0
bai DeltaFlowReturnMax = no data stored
bai DisplayMode = 2
bai DSN = no data stored
bai DSNOffset = no data stored
bai DSNStart = no data stored
bai EbusSourceOn = no data stored
bai EbusVoltage = no data stored
bai errorhistory = no data stored
bai ExternalFaultmessage = no data stored
bai externalHwcSwitch = no data stored
bai ExternGasvalve = no data stored
bai ExtFlowTempDesiredMin = 40.00
bai ExtStorageModulCon = no data stored
bai extWP = no data stored
bai FanHours = 787
bai FanMaxSpeedOperation = no data stored
bai FanMinSpeedOperation = no data stored
bai FanPWMSum = no data stored
bai FanPWMTest = no data stored
bai FanSpeed = no data stored
bai FanSpeedOffsetMax = no data stored
bai FanSpeedOffsetMin = no data stored
bai FanStarts = 24396
bai Flame = no data stored
bai FlameSensingASIC = no data stored
bai FloorHeatingContact = no data stored
bai FlowsetHcMax = no data stored
bai FlowsetHwcMax = no data stored
bai FlowTemp = 18.69;ok
bai FlowTempDesired = 0.00
bai FlowTempMax = 87.44
bai Fluegasvalve = no data stored
bai FluegasvalveOpen = no data stored
bai Gasvalve3UC = no data stored
bai GasvalveASICFeedback = no data stored
bai GasvalveUC = no data stored
bai GasvalveUCFeedback = no data stored
bai HcHours = 610
bai HcPumpMode = 3
bai HcPumpStarts = 10264
bai HcStarts = 1300
bai HcUnderHundredStarts = 11
bai HeatingSwitch = no data stored
bai HoursTillService = -
bai HwcDemand = no data stored
bai HwcHours = 96
bai HwcImpellorSwitch = no data stored
bai HwcStarts = 15900
bai HwcSwitch = no data stored
bai HwcTemp = -13.50;cutoff
bai HwcTempMax = 65.00
bai HwcTypes = no data stored
bai HwcUnderHundredStarts = 26
bai HwcWaterflowMax = no data stored
bai Ignitor = no data stored
bai InitialisationEEPROM = no data stored
bai IonisationVoltageLevel = no data stored
bai maintenancedata_HwcTempMax = 0.00
bai maxIgnitiontime = no data stored
bai minIgnitiontime = no data stored
bai ModulationTempDesired = 81.7
bai OptionalRelais = no data stored
bai OutdoorstempSensor = 8.81;ok
bai OverflowCounter = yes
bai ParamToken = no data stored
bai PartloadHcKW = no data stored
bai PartnumberBox = no data stored
bai PositionValveSet = no data stored
bai PowerValue = 16 06 56 18 64 1c
bai PrAPSCounter = 0
bai PrAPSSum = no data stored
bai PrEnergyCountHc1 = 2361718
bai PrEnergyCountHc2 = 0
bai PrEnergyCountHc3 = 0
bai PrEnergyCountHwc1 = 677538
bai PrEnergyCountHwc2 = 0
bai PrEnergyCountHwc3 = 0
bai PrEnergySumHc1 = 736035015
bai PrEnergySumHc2 = 0
bai PrEnergySumHc3 = 0
bai PrEnergySumHwc1 = 254615672
bai PrEnergySumHwc2 = 0
bai PrEnergySumHwc3 = 0
bai PrimaryCircuitFlowrate = no data stored
bai ProductionByte = no data stored
bai PrVortexFlowSensorValue = 0
bai PumpHours = 1020
bai PumpHwcFlowNumber = no data stored
bai PumpHwcFlowSum = no data stored
bai PumpPower = 0
bai PumpPowerDesired = auto
bai RemainingBoilerblocktime = no data stored
bai ReturnRegulation = no data stored
bai ReturnTemp = 19.25;65227;ok
bai ReturnTempExternal = -1.81;cutoff
bai ReturnTempMax = 88.31
bai SerialNumber = no data stored
bai SetFactoryValues = no data stored
bai SetMode = auto;0.0;-;-;1;0;1;0;0;0
bai SHEMaxDeltaHwcFlow = no data stored
bai SHEMaxFlowTemp = 0.00
bai Statenumber = no data stored
bai Status01 = 18.5;18.5;8.812;-;18.5;off
bai Status02 = on;60;75.0;70;65.0
bai Status16 = (ERR: invalid position for 3108b5040116 / 00)
bai Status = (ERR: invalid position for 3108b5110103 / 00)
bai StatusCirPump = on
bai StorageDelay = no data stored
bai StorageExitTemp = 116.06;circuit
bai Storageloadpump = no data stored
bai StorageLoadPumpHours = 299
bai StorageloadPumpStarts = 7549
bai StorageLoadTimeMax = no data stored
bai StorageTemp = 19.25;ok
bai StorageTempDesired = 55.00
bai StorageTempMax = 78.12
bai TargetFanSpeed = no data stored
bai TargetFanSpeedOutput = no data stored
bai TempDiffBlock = 0
bai TempDiffFailure = 0
bai TempGradientFailure = 0
bai Templimiter = off
bai TemplimiterWithNTC = yes
bai TempMaxDiffExtTFT = 0.00
bai Testbyte = no data stored
bai TimerInputHc = no data stored
bai ValveStarts = 4772
bai VolatileLockout = no data stored
bai VolatileLockoutIFCGV = no data stored
bai WarmstartDemand = no data stored
bai WaterHcFlowMax = no data stored
bai WaterPressure = no data stored
bai WaterpressureBranchControlOff = no data stored
bai WaterpressureMeasureCounter = 87
bai WaterpressureVariantSum = no data stored
bai WP = no data stored
bai WPPostrunTime = 5
bai WPSecondStage = no data stored
broadcast datetime = no data stored
broadcast error = no data stored
broadcast hwcStatus = no data stored
broadcast id = no data stored
broadcast id = no data stored
broadcast load = no data stored
broadcast outsidetemp = 8.812
broadcast signoflife = no data stored
broadcast vdatetime = 15:46:10;24.01.2023
general valuerange = no data stored
memory eeprom = no data stored
memory ram = no data stored
scan id = no data stored
scan.05 = Vaillant;VR920;2706;5703
scan.06 = Vaillant;VMD01;0108;1703
scan.06 id = 21;19;13;0010017718;3110;002717;N6
scan.08 = Vaillant;BAI00;0205;9602
scan.08 id = 21;19;19;0010021819;0001;005340;N4
scan.15 = Vaillant;70000;0613;6903
scan.15 id = 21;19;02;0020171318;0082;005145;N5
scan.35 = Vaillant;VR_91;0415;4803
scan.35 id = 21;19;09;0020171335;0082;005106;N5
scan.52 = Vaillant;VR_70;0109;2903
scan.52 id = 21;18;50;00????????;????;??????;?5
scan.ed = Vaillant;VMD01;0108;1703
scan.ed id = 21;19;13;0010017718;3110;002717;N6
vr_70 currenterror = -;-;-;-;-
vr_70 errorhistory = no data stored
vr_70 SensorData = -;-;-;-;15.31;19.94;c8 7d 00
I have looked for messages without being able to interpret, but there are
no messages from unit 06.
[image: image]
<https://user-images.githubusercontent.com/101360964/214335161-684a32f3-7530-449a-8e5f-c95eae61cc39.png>
Would it be possible to send a hexadecimal string to the bus in order to
read any of the VMD01 sensors and see if they respond?
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANENM67OKOW5CKQGKY5KTUDWT7X7XANCNFSM4JW5VE2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi. this is the log of ebus star. s6-rc: info: service s6rc-oneshot-runner: starting
|
From what I see in this logfile: you got a reference to
"vaillant/a_06.vmd.csv"... Did you create this yourself? It does get
accepted one way or another.
What I would do: create an offline git clone of
https://github.com/john30/ebusd-configuration/tree/master/ebusd-2.x.x/, in
this repo copy over the 06.pms.csv to 06.vmd.csv, point.
Restart the ebusd service with updated "--configpath=/etc/ebusd/"
parameter, and "*--scanconfig=full*" add the following for "friendliness"
*--pollinterval=180 --latency 5000 --acquiretimeout=15000 *
Report back in with your new log.
…On Tue, Jan 24, 2023 at 5:32 PM Wassman2020 ***@***.***> wrote:
Hi.
this is the log of ebus star.
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
ebusd --foreground --mqtthost=core-mosquitto --mqttport=1883
--mqttuser=addons
--mqttpass=eehohWeiZoo6Ahchai8oog8eej4vaep1ri3acaeCoo2Iath0kahjoo5Kahhahf6o
--scanconfig --mqttjson --lograwdata --configpath=config/ebusd --latency=10
--mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd
--lograwdatafile=/config/ebus/raw.log --lograwdatasize=500 --device=enh:
192.168.2.32:9999 --log=all:notice --log=main:notice --log=bus:notice
--log=update:notice --log=network:notice --log=other:notice --enablehex
2023-01-24 17:27:57.030 [main notice] ebusd 23.1.p20230106 started with
auto scan on enhanced device 192.168.2.32:9999
2023-01-24 17:27:57.067 [bus notice] device status: resetting
2023-01-24 17:27:57.069 [bus notice] bus started with own address 31/36
2023-01-24 17:27:57.078 [mqtt notice] connection established
2023-01-24 17:27:57.194 [bus notice] signal acquired
2023-01-24 17:27:57.320 [bus notice] device status: reset, supports info
2023-01-24 17:27:57.333 [bus notice] new master 00, master count 2
023-01-24 17:27:57.383 [bus notice] new master 10, master count 3
2023-01-24 17:27:57.384 [update notice] received unknown MS cmd:
0015b52406020001000500 / 080101050000008841
2023-01-24 17:27:57.428 [bus notice] device status: extra info: firmware
1.1[7f16].2[73c8], jumpers 0x3b
2023-01-24 17:27:59.423 [bus notice] new master 03, master count 4
2023-01-24 17:27:59.423 [update notice] received unknown MS cmd:
1008b5110101 / 092121a008ff220000ff
2023-01-24 17:27:59.732 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080f8003d01c87d00
2023-01-24 17:27:59.986 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-24 17:28:00.769 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-24 17:28:01.000 [update notice] received unknown MS cmd:
0015b52406020001000400 / 080301040000008242
2023-01-24 17:28:01.074 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-24 17:28:01.515 [update notice] received unknown MS cmd:
0015b52406020003001c00 / 0501031c0000
2023-01-24 17:28:01.739 [update notice] received unknown MS cmd:
0015b52406020003000e00 / 0503030e0000
2023-01-24 17:28:01.975 [update notice] received unknown MS cmd:
0015b52406020003000700 / 08030307000000b041
2023-01-24 17:28:02.049 [bus notice] max. symbols per second: 103
2023-01-24 17:28:02.708 [update notice] received unknown MS cmd:
0015b52406020003000f00 / 0801030f000000b141
2023-01-24 17:28:02.994 [update notice] received unknown MS cmd:
0015b52406020003001700 / 0a03031700504c414e5400
2023-01-24 17:28:03.239 [update notice] received unknown MS cmd:
0015b52406020003001800 / 0a03031800412032202000
2023-01-24 17:28:03.468 [update notice] received unknown MS cmd:
0015b52406020003000600 / 06030306000300
2023-01-24 17:28:03.694 [update notice] received unknown MS cmd:
0015b52406020003001100 / 050303110001
2023-01-24 17:28:03.921 [update notice] received unknown MS cmd:
0015b52406020003000100 / 06020301000100
2023-01-24 17:28:04.013 [bus notice] max. symbols per second: 109
2023-01-24 17:28:04.145 [update notice] received unknown MS cmd:
0015b52406020003001900 / 050103190000
2023-01-24 17:28:04.382 [update notice] received unknown MS cmd:
0015b52406020003000900 / 080303090000009441
2023-01-24 17:28:04.617 [update notice] received unknown MS cmd:
0015b52406020003000800 / 08030308000000d041
2023-01-24 17:28:04.854 [update notice] received unknown MS cmd:
0015b52406020003000200 / 08020302000000c041
2023-01-24 17:28:05.001 [bus notice] max. symbols per second: 113
2023-01-24 17:28:05.090 [update notice] received unknown MS cmd:
0015b52406020003001400 / 080303140000009441
2023-01-24 17:28:05.318 [update notice] received unknown MS cmd:
0015b52406020003001b00 / 0601031b000000
2023-01-24 17:28:05.806 [update notice] received unknown MS cmd:
0015b52406020001000300 / 06030103000100
2023-01-24 17:28:06.292 [update notice] received unknown MS cmd:
0015b52406020001000100 / 06030101000100
2023-01-24 17:28:06.863 [update notice] received unknown MS cmd:
0015b52406020001000f00 / 0601010f000000
2023-01-24 17:28:07.272 [bus notice] scan 05: ;Vaillant;VR920;2706;5703
2023-01-24 17:28:07.273 [update notice] store 05 ident: done
2023-01-24 17:28:07.273 [update notice] sent scan-read scan.05 QQ=31:
Vaillant;VR920;2706;5703
2023-01-24 17:28:07.273 [bus notice] scan 05: ;Vaillant;VR920;2706;5703
2023-01-24 17:28:07.278 [main error] unable to load scan config 05: no
file from vaillant with prefix 05 matches ID "vr920", SW2706, HW5703
2023-01-24 17:28:07.278 [main error] scan config 05: ERR: element not found
2023-01-24 17:28:07.377 [update notice] received unknown MS cmd:
0015b5240602000000b600 / 050300b60000
2023-01-24 17:28:08.109 [update notice] received unknown MS cmd:
0015b5240602000000a200 / 080200a20000002041
2023-01-24 17:28:08.640 [update notice] received unknown MS cmd:
0015b52406020002000200 / 06030202000100
2023-01-24 17:28:09.454 [bus notice] scan 08: ;Vaillant;BAI00;0205;9602
2023-01-24 17:28:09.455 [update notice] store 08 ident: done
2023-01-24 17:28:09.455 [update notice] sent scan-read scan.08 QQ=31:
Vaillant;BAI00;0205;9602
2023-01-24 17:28:09.455 [bus notice] scan 08: ;Vaillant;BAI00;0205;9602
2023-01-24 17:28:09.469 [main notice] read common config file
vaillant/general.csv
2023-01-24 17:28:09.470 [main notice] read common config file
vaillant/scan.csv
2023-01-24 17:28:09.471 [main notice] read common config file
vaillant/a_06.vmd.csv
2023-01-24 17:28:09.471 [main notice] read common config file
vaillant/0_quitar_ed.vmd.csv
2023-01-24 17:28:09.473 [main notice] read common config file
vaillant/broadcast.csv
2023-01-24 17:28:09.474 [main notice] read scan config file
vaillant/08.bai.csv for ID "bai00", SW0205, HW9602
2023-01-24 17:28:09.557 [update notice] received unknown MS cmd:
0015b52406020002010200 / 06030202000100
2023-01-24 17:28:09.660 [update notice] received unknown MS cmd:
1008b5110101 / 092121a008ff220000ff
2023-01-24 17:28:09.825 [update notice] sent scan-read scan.08 id QQ=31:
2023-01-24 17:28:10.060 [update notice] sent scan-read scan.08 id QQ=31:
2023-01-24 17:28:10.229 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080f7003b01c87d00
2023-01-24 17:28:10.367 [update notice] received unknown MS cmd:
0015b52406020003001100 / 050303110001
2023-01-24 17:28:10.547 [update notice] sent scan-read scan.08 id QQ=31:
2023-01-24 17:28:10.680 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-24 17:28:10.823 [update notice] sent scan-read scan.08 id QQ=31:
21;19;19;0010021819;0001;005340;N4
2023-01-24 17:28:10.850 [main notice] found messages: 203 (2 conditional
on 27 conditions, 0 poll, 10 update)
2023-01-24 17:28:11.004 [bus notice] max. symbols per second: 128
2023-01-24 17:28:11.059 [update notice] sent scan-read scan.08 id QQ=31:
21;19;19;0010021819;0001;005340;N4
2023-01-24 17:28:11.157 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-24 17:28:11.314 [update notice] sent scan-read scan.08 id QQ=31:
21;19;19;0010021819;0001;005340;N4
2023-01-24 17:28:11.510 [update notice] sent scan-read scan.08 id QQ=31:
21;19;19;0010021819;0001;005340;N4
2023-01-24 17:28:11.633 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-24 17:28:11.808 [update notice] sent scan-read scan.08 id QQ=31:
21;19;19;0010021819;0001;005340;N4
2023-01-24 17:28:11.808 [bus notice] scan 08:
;21;19;19;0010021819;0001;005340;N4
2023-01-24 17:28:13.507 [update notice] sent poll-read bai
CounterStartattempts1 QQ=31: 177
2023-01-24 17:28:13.606 [update notice] received unknown MS cmd:
0015b52406020003011100 / 050303110001
2023-01-24 17:28:14.002 [bus notice] scan 15: ;Vaillant;70000;0613;6903
2023-01-24 17:28:14.002 [update notice] store 15 ident: done
2023-01-24 17:28:14.003 [update notice] sent scan-read scan.15 QQ=31:
Vaillant;70000;0613;6903
2023-01-24 17:28:14.003 [bus notice] scan 15: ;Vaillant;70000;0613;6903
2023-01-24 17:28:14.122 [update notice] received unknown MS cmd:
0015b52406020003000600 / 06030306000300
2023-01-24 17:28:14.251 [update notice] sent unknown MS cmd: 3115b5090124
/ 09003231313930323030
2023-01-24 17:28:14.434 [update notice] sent scan-read scan.15 id QQ=31:
2023-01-24 17:28:14.618 [update notice] sent scan-read scan.15 id QQ=31:
2023-01-24 17:28:14.727 [update notice] received unknown MS cmd:
0015b52406020003010600 / 06030306000000
2023-01-24 17:28:14.852 [update notice] sent scan-read scan.15 id QQ=31:
21;19;02;0020171318;0082;005145;N5
2023-01-24 17:28:14.852 [bus notice] scan 15:
;21;19;02;0020171318;0082;005145;N5
2023-01-24 17:28:14.944 [main notice] read scan config file
vaillant/15.700.csv for ID "70000", SW0613, HW6903
2023-01-24 17:28:14.945 [main notice] found messages: 642 (2 conditional
on 27 conditions, 68 poll, 10 update)
2023-01-24 17:28:15.040 [bus notice] max. symbols per second: 137
2023-01-24 17:28:15.187 [update notice] received read 700 z1DayTemp QQ=00:
22
2023-01-24 17:28:15.682 [update notice] received read 700 z2DayTemp QQ=00:
22
2023-01-24 17:28:16.225 [update notice] received read 700 z1NightTemp
QQ=00: 18.5
2023-01-24 17:28:16.719 [update notice] received read 700 z2NightTemp
QQ=00: 18.5
2023-01-24 17:28:17.159 [bus notice] scan 52: ;Vaillant;VR_70;0109;2903
2023-01-24 17:28:17.159 [update notice] store 52 ident: done
2023-01-24 17:28:17.160 [update notice] sent scan-read scan.52 QQ=31:
Vaillant;VR_70;0109;2903
2023-01-24 17:28:17.160 [bus notice] scan 52: ;Vaillant;VR_70;0109;2903
2023-01-24 17:28:17.282 [update notice] received read 700 z1Name1 QQ=00:
PLANT
2023-01-24 17:28:17.435 [update notice] sent unknown MS cmd: 3152b5090124
/ 09003231313835303030
2023-01-24 17:28:17.643 [update notice] sent scan-read scan.52 id QQ=31:
2023-01-24 17:28:17.764 [update notice] received read 700 z1Name2 QQ=00: A
2
2023-01-24 17:28:17.939 [update notice] sent scan-read scan.52 id QQ=31:
2023-01-24 17:28:18.015 [bus notice] max. symbols per second: 142
2023-01-24 17:28:18.164 [update notice] sent scan-read scan.52 id QQ=31:
21;18;50;00????????;????;??????;?5
2023-01-24 17:28:18.164 [bus notice] scan 52:
;21;18;50;00????????;????;??????;?5
2023-01-24 17:28:18.170 [main notice] read scan config file
vaillant/52.vr_70.csv for ID "vr_70", SW0109, HW2903
2023-01-24 17:28:18.171 [main notice] found messages: 651 (2 conditional
on 27 conditions, 68 poll, 10 update)
2023-01-24 17:28:18.285 [update notice] received read 700 z2Name1 QQ=00:
PLANT
2023-01-24 17:28:18.875 [update notice] received read 700 z2Name2 QQ=00: A
1
2023-01-24 17:28:19.182 [update notice] sent poll-read bai
CounterStartattempts2 QQ=31: 14
2023-01-24 17:28:19.502 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:28:19.795 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.50;20.00;c8 7d 00
2023-01-24 17:28:20.066 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:28:20.323 [update notice] received poll-read bai Status02
QQ=10: on;60;75.0;70;65.0
2023-01-24 17:28:20.595 [update notice] received read bai DateTime QQ=10:
nosignal;-:-:-;-.-.-;8.625
2023-01-24 17:28:20.838 [update notice] received update-read broadcast
vdatetime QQ=10: 17:25:29;24.01.2023
2023-01-24 17:28:21.091 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:28:21.357 [update notice] received unknown MS cmd:
1008b5110100 / 080a010a001f100000
2023-01-24 17:28:21.603 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:28:21.819 [update notice] received update-read broadcast
outsidetemp QQ=10: 8.625
2023-01-24 17:28:25.209 [update notice] sent poll-read bai
CounterStartAttempts3 QQ=31: 1
023-01-24 17:28:29.545 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:28:29.839 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.44;19.69;c8 7d 00
2023-01-24 17:28:30.120 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:28:30.885 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:28:31.130 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:28:31.315 [update notice] sent poll-read bai
CounterStartAttempts4 QQ=31: 0
2023-01-24 17:28:37.192 [update notice] sent poll-read bai
DeactivationsTemplimiter QQ=31: 0
2023-01-24 17:28:39.584 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:28:39.881 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.44;19.69;c8 7d 00
2023-01-24 17:28:40.153 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:28:40.529 [bus notice] new master 30, master count 5
2023-01-24 17:28:40.587 [update notice] received unknown MS cmd:
3015b5240108 / 080000030108012530
2023-01-24 17:28:40.930 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:28:41.176 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:28:43.182 [update notice] sent poll-read bai DisplayMode
QQ=31: 2
2023-01-24 17:28:49.213 [update notice] sent poll-read bai
ExtFlowTempDesiredMin QQ=31: 40.00
2023-01-24 17:28:49.317 [update notice] received unknown MS cmd:
0015b52406020000004800 / 06010048000000
2023-01-24 17:28:49.587 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:28:49.877 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.50;19.94;c8 7d 00
2023-01-24 17:28:50.111 [update notice] received read 700 Time QQ=00:
17:26:00
2023-01-24 17:28:50.209 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:28:50.429 [bus notice] scan 35: ;Vaillant;VR_91;0415;4803
2023-01-24 17:28:50.429 [update notice] store 35 ident: done
2023-01-24 17:28:50.429 [update notice] sent scan-read scan.35 QQ=31:
Vaillant;VR_91;0415;4803
2023-01-24 17:28:50.429 [bus notice] scan 35: ;Vaillant;VR_91;0415;4803
2023-01-24 17:28:50.629 [update notice] sent unknown MS cmd: 3135b5090124
/ 09003231313930393030
2023-01-24 17:28:50.719 [update notice] received poll-read bai Status02
QQ=10: on;60;75.0;70;65.0
2023-01-24 17:28:50.936 [update notice] sent scan-read scan.35 id QQ=31:
2023-01-24 17:28:51.180 [update notice] sent scan-read scan.35 id QQ=31:
2023-01-24 17:28:51.315 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:28:51.554 [update notice] sent scan-read scan.35 id QQ=31:
21;19;09;0020171335;0082;005106;N5
2023-01-24 17:28:51.554 [bus notice] scan 35:
;21;19;09;0020171335;0082;005106;N5
2023-01-24 17:28:51.558 [main error] unable to load scan config 35: no
file from vaillant with prefix 35 matches ID "vr_91", SW0415, HW4803
2023-01-24 17:28:51.558 [main error] scan config 35: ERR: element not found
2023-01-24 17:28:51.720 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:28:53.337 [update notice] received read 700 Date QQ=00:
24.01.2023
2023-01-24 17:28:53.874 [update notice] received poll-read 700
DisplayedOutsideTemp QQ=00: 8.625
2023-01-24 17:28:54.356 [update notice] received read 700 GlobalSystemOff
QQ=00: no
2023-01-24 17:28:54.839 [update notice] received poll-read 700 HwcSFMode
QQ=00: auto
2023-01-24 17:28:55.185 [update notice] sent poll-read bai FanHours QQ=31:
787
2023-01-24 17:28:55.296 [update notice] received poll-read 700
HwcStorageTemp QQ=00: 17
2023-01-24 17:28:55.750 [update notice] received poll-read 700
HwcTempDesired QQ=00: 65
2023-01-24 17:28:56.240 [update notice] received poll-read 700 HwcOpMode
QQ=00: auto
2023-01-24 17:28:56.718 [update notice] received unknown MS cmd:
0015b52406020001000100 / 06030101000100
2023-01-24 17:28:57.128 [update notice] received unknown MS cmd:
0015b52406020001000f00 / 0601010f000000
2023-01-24 17:28:57.569 [update notice] received unknown MS cmd:
0015b5240602000000b600 / 050300b60000
2023-01-24 17:28:58.064 [update notice] received unknown MS cmd:
0015b5240602000000a200 / 080200a20000002041
2023-01-24 17:28:58.598 [update notice] received read 700 Hc1CircuitType
QQ=00: mixer
2023-01-24 17:28:59.218 [update notice] received read 700 Hc2CircuitType
QQ=00: mixer
2023-01-24 17:28:59.613 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:28:59.905 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.38;19.50;c8 7d 00
2023-01-24 17:29:00.088 [update notice] received unknown MS cmd:
0015b52406020003001100 / 050303110001
2023-01-24 17:29:00.225 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:29:00.958 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:29:01.179 [update notice] sent poll-read bai FanStarts
QQ=31: 24396
2023-01-24 17:29:01.303 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:29:03.518 [update notice] received unknown MS cmd:
0015b52406020003011100 / 050303110001
2023-01-24 17:29:04.065 [update notice] received poll-read 700 z1OpMode
QQ=00: night
2023-01-24 17:29:04.492 [update notice] received poll-read 700 z2OpMode
QQ=00: off
2023-01-24 17:29:04.945 [update notice] received read 700 z1DayTemp QQ=00:
22
2023-01-24 17:29:05.439 [update notice] received read 700 z2DayTemp QQ=00:
22
2023-01-24 17:29:05.896 [update notice] received read 700 z1NightTemp
QQ=00: 18.5
2023-01-24 17:29:06.344 [update notice] received read 700 z2NightTemp
QQ=00: 18.5
2023-01-24 17:29:06.849 [update notice] received read 700 z1Name1 QQ=00:
PLANT
2023-01-24 17:29:07.214 [update notice] sent poll-read bai FlowTemp QQ=31:
16.62;ok
2023-01-24 17:29:07.339 [update notice] received read 700 z1Name2 QQ=00: A
2
2023-01-24 17:29:07.801 [update notice] received read 700 z2Name1 QQ=00:
PLANT
2023-01-24 17:29:08.261 [update notice] received read 700 z2Name2 QQ=00: A
1
2023-01-24 17:29:09.652 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:29:09.947 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.44;19.75;c8 7d 00
2023-01-24 17:29:10.217 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:29:10.995 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:29:11.243 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:29:13.206 [update notice] sent poll-read bai FlowTempDesired
QQ=31: 0.00
2023-01-24 17:29:19.192 [update notice] sent poll-read bai FlowTempMax
QQ=31: 87.44
2023-01-24 17:29:19.682 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:29:19.977 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.50;19.88;c8 7d 00
2023-01-24 17:29:20.246 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:29:20.499 [update notice] received poll-read bai Status02
QQ=10: on;60;75.0;70;65.0
2023-01-24 17:29:20.787 [update notice] received read bai DateTime QQ=10:
nosignal;-:-:-;-.-.-;8.625
2023-01-24 17:29:21.006 [update notice] received update-read broadcast
vdatetime QQ=10: 17:26:29;24.01.2023
2023-01-24 17:29:21.264 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:29:21.528 [update notice] received unknown MS cmd:
1008b5110100 / 080a010a001f100000
2023-01-24 17:29:21.775 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:29:21.994 [update notice] received update-read broadcast
outsidetemp QQ=10: 8.625
2023-01-24 17:29:22.236 [update notice] received unknown MS cmd:
1008b5100305ff01 / 0101
2023-01-24 17:29:22.475 [update notice] received update-write bai
StatusCirPump QQ=10: on
2023-01-24 17:29:22.722 [update notice] received unknown MS cmd:
1008b5120204ff / 0101
2023-01-24 17:29:22.953 [update notice] received unknown MS cmd:
1008b513020508 / 00
2023-01-24 17:29:23.163 [update notice] received unknown BC cmd:
10feb510020601
2023-01-24 17:29:25.124 [bus error] poll bai HcHours failed: ERR: SYN
received
2023-01-24 17:29:29.727 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:29:30.018 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.38;19.50;c8 7d 00
2023-01-24 17:29:30.290 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:29:31.064 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:29:31.263 [update notice] sent poll-read bai HcPumpMode
QQ=31: 3
2023-01-24 17:29:31.430 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:29:37.197 [update notice] sent poll-read bai HcPumpStarts
QQ=31: 10264
2023-01-24 17:29:39.770 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:29:40.058 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.50;19.88;c8 7d 00
2023-01-24 17:29:40.325 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:29:41.103 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:29:41.347 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:29:43.192 [update notice] sent poll-read bai HcStarts QQ=31:
1300
2023-01-24 17:29:49.221 [update notice] sent poll-read bai
HcUnderHundredStarts QQ=31: 11
2023-01-24 17:29:49.325 [update notice] received unknown MS cmd:
0015b52406020000004800 / 06010048000000
2023-01-24 17:29:49.809 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:29:50.101 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.44;19.81;c8 7d 00
2023-01-24 17:29:50.371 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-24 17:29:50.628 [update notice] received poll-read bai Status02
QQ=10: on;60;75.0;70;65.0
2023-01-24 17:29:51.155 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-24 17:29:51.397 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-24 17:29:52.713 [update notice] received read 700 Time QQ=00:
17:27:03
2023-01-24 17:29:53.285 [update notice] received read 700 Date QQ=00:
24.01.2023
2023-01-24 17:29:53.919 [update notice] received poll-read 700
DisplayedOutsideTemp QQ=00: 8.625
2023-01-24 17:29:54.393 [update notice] received read 700 GlobalSystemOff
QQ=00: no
2023-01-24 17:29:54.878 [update notice] received poll-read 700 HwcSFMode
QQ=00: auto
2023-01-24 17:29:55.207 [update notice] sent poll-read bai
HoursTillService QQ=31: -
2023-01-24 17:29:55.367 [update notice] received poll-read 700
HwcStorageTemp QQ=00: 17
2023-01-24 17:29:55.869 [update notice] received poll-read 700
HwcTempDesired QQ=00: 65
2023-01-24 17:29:56.353 [update notice] received poll-read 700 HwcOpMode
QQ=00: auto
2023-01-24 17:29:56.836 [update notice] received unknown MS cmd:
0015b52406020001000100 / 06030101000100
2023-01-24 17:29:57.297 [update notice] received unknown MS cmd:
0015b52406020001000f00 / 0601010f000000
2023-01-24 17:29:57.718 [update notice] received unknown MS cmd:
0015b5240602000000b600 / 050300b60000
2023-01-24 17:29:58.226 [update notice] received unknown MS cmd:
0015b5240602000000a200 / 080200a20000002041
2023-01-24 17:29:58.760 [update notice] received read 700 Hc1CircuitType
QQ=00: mixer
2023-01-24 17:29:59.451 [update notice] received read 700 Hc2CircuitType
QQ=00: mixer
2023-01-24 17:29:59.849 [update notice] received poll-read bai Status01
QQ=10: 16.5;16.5;8.625;-;17.0;off
2023-01-24 17:30:00.141 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;15.38;19.56;c8 7d 00
2023-01-24 17:30:00.234 [update notice] received unknown MS cmd:
0015b52406020003001100 / 050303110001
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANENM652HUARB7VU3EJRUY3WT77Z7ANCNFSM4JW5VE2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
That’s not the right csv. Mine only defines 4 temperature sensors and some other fields.
|
Hi Mathieu,
that's true, I wanted to make sure first that the VMD is picked up. And
that's now the case. So now the finetuning: that 06.pms.csv did not contain
all correct parameters, so please edit your 06.vmd.csv and remote all
"NtcXSensor" lines and add the following lines - then you got the important
temperature sensors (T1-T5-T6-T7).
r,,Ntc1Sensor,NTC 1 Sensor,,,,"0500",,,tempsensor,,,Temperature in solar
flow (from solar collector) T5
r,,Ntc3Sensor,NTC 3 Sensor,,,,"0C00",,,tempsensor,,,Temperature on top of
buffer T7
r,,Ntc5Sensor,NTC 5 Sensor,,,,"0700",,,tempsensor,,,Temperature in buffer
flow (to buffer) T1
r,,Ntc6Sensor,NTC 6 Sensor,,,,"A100",,,tempsensor,,,Temperature in middle T6
Good luck!
…On Wed, Jan 25, 2023 at 4:45 PM Matthieu ***@***.***> wrote:
That’s not the right csv. Mine only defines 4 temperature sensors and some
other fields. Matthieu G. (en mode mobile)Le 25 janv. 2023 à 15:52,
Wassman2020 ***@***.***> a écrit :
Hi.
I changed the parameters and now stating to show new fields and new
devices in the bus.
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
ebusd --foreground --mqtthost=core-mosquitto --mqttport=1883
--mqttuser=addons
--mqttpass=eehohWeiZoo6Ahchai8oog8eej4vaep1ri3acaeCoo2Iath0kahjoo5Kahhahf6o
--mqttjson --lograwdata --configpath=config/ebusd --latency=5000
--mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd
--lograwdatafile=/config/ebus/raw.log --lograwdatasize=500 --device=enh:
192.168.2.32:9999 --log=all:notice --log=main:notice --log=bus:notice
--log=update:notice --log=network:notice --log=other:notice --enablehex
--scanconfig=full --pollinterval=180 --acquiretimeout=15000
2023-01-25 15:10:06.222 [main notice] ebusd 23.1.p20230106 started with
full scan on enhanced device 192.168.2.32:9999
2023-01-25 15:10:06.262 [bus notice] device status: resetting
2023-01-25 15:10:06.263 [bus notice] bus started with own address 31/36
2023-01-25 15:10:06.280 [bus notice] signal acquired
2023-01-25 15:10:06.400 [bus notice] device status: reset, supports info
2023-01-25 15:10:06.490 [bus notice] device status: extra info: firmware
1.1[7f16].2[73c8], jumpers 0x3b
2023-01-25 15:10:06.791 [mqtt notice] connection established
2023-01-25 15:10:07.263 [bus notice] new master 10, master count 2
2023-01-25 15:10:07.319 [bus notice] new master 03, master count 3
2023-01-25 15:10:07.319 [update notice] received unknown MS cmd:
1008b5110101 / 091f20a008ff200000ff
2023-01-25 15:10:07.614 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080e1002201c87d00
2023-01-25 15:10:07.883 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:10:08.533 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-25 15:10:08.780 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:10:15.127 [bus notice] new master 00, master count 4
2023-01-25 15:10:15.196 [update notice] received unknown MS cmd:
0008b503020001 / 0affffffffffffffffffff
2023-01-25 15:10:15.560 [update notice] received unknown MS cmd:
0008b503020002 / 0affffffffffffffffffff
2023-01-25 15:10:15.926 [update notice] received unknown MS cmd:
0008b503020004 / 0affffffffffffffffffff
2023-01-25 15:10:16.272 [main notice] starting initial full scan
2023-01-25 15:10:16.384 [update notice] received unknown MS cmd:
0015b503020001 / 0affffffffffffffffffff
2023-01-25 15:10:17.644 [update notice] received unknown MS cmd:
1008b5110101 / 091f20a008ff200000ff
2023-01-25 15:10:17.721 [update notice] received unknown MS cmd:
0015b503020002 / 0affffffffffffffffffff
2023-01-25 15:10:17.869 [bus notice] scan 05: ;Vaillant;VR920;2706;5703
2023-01-25 15:10:17.869 [update notice] store 05 ident: done
2023-01-25 15:10:17.869 [update notice] sent scan-read scan.05 QQ=31:
Vaillant;VR920;2706;5703
2023-01-25 15:10:17.870 [bus notice] scan 05: ;Vaillant;VR920;2706;5703
2023-01-25 15:10:18.107 [bus notice] new master 01, master count 5
2023-01-25 15:10:18.107 [bus notice] scan 06: ;Vaillant;VMD01;0108;1703
2023-01-25 15:10:18.107 [update notice] store 06 ident: done
2023-01-25 15:10:18.107 [update notice] sent scan-read scan.06 QQ=31:
Vaillant;VMD01;0108;1703
2023-01-25 15:10:18.107 [bus notice] scan 06: ;Vaillant;VMD01;0108;1703
2023-01-25 15:10:18.240 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080e3002a01c87d00
2023-01-25 15:10:18.375 [bus notice] scan 08: ;Vaillant;BAI00;0205;9602
2023-01-25 15:10:18.375 [update notice] store 08 ident: done
2023-01-25 15:10:18.375 [update notice] sent scan-read scan.08 QQ=31:
Vaillant;BAI00;0205;9602
2023-01-25 15:10:18.375 [bus notice] scan 08: ;Vaillant;BAI00;0205;9602
2023-01-25 15:10:19.689 [bus notice] new master 30, master count 6
2023-01-25 15:10:19.689 [update notice] received unknown MS cmd:
0035b503020001 / 0affffffffffffffffffff
2023-01-25 15:10:19.782 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:10:20.508 [update notice] received unknown MS cmd:
0035b503020002 / 0affffffffffffffffffff
2023-01-25 15:10:21.222 [update notice] received unknown MS cmd:
0006b503020001 / 0affffffffffffffffffff
2023-01-25 15:10:21.307 [update notice] received unknown MS cmd:
1008b5110102 / 06013c96468282
2023-01-25 15:10:22.005 [update notice] received unknown MS cmd:
0052b503020001 / 0affffffffffffffffffff
2023-01-25 15:10:22.752 [update notice] received unknown MS cmd:
0052b503020002 / 0affffffffffffffffffff
2023-01-25 15:10:22.801 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-25 15:10:23.493 [update notice] received unknown MS cmd:
0052b503020004 / 0affffffffffffffffffff
2023-01-25 15:10:24.171 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:10:24.362 [bus notice] scan 15: ;Vaillant;70000;0613;6903
2023-01-25 15:10:24.362 [update notice] store 15 ident: done
2023-01-25 15:10:24.362 [update notice] sent scan-read scan.15 QQ=31:
Vaillant;70000;0613;6903
2023-01-25 15:10:24.362 [bus notice] scan 15: ;Vaillant;70000;0613;6903
2023-01-25 15:10:26.275 [main error] unable to load scan config 05: no
file from vaillant with prefix 05 matches ID "vr920", SW2706, HW5703
2023-01-25 15:10:26.276 [main error] scan config 05: ERR: element not found
2023-01-25 15:10:27.379 [update notice] received unknown MS cmd:
1008b5110101 / 091f20a008ff200000ff
2023-01-25 15:10:28.289 [main notice] read common config file
vaillant/general.csv
2023-01-25 15:10:28.290 [main notice] read common config file
vaillant/scan.csv
2023-01-25 15:10:28.291 [main notice] read common config file
vaillant/0_quitar_ed.vmd.csv
2023-01-25 15:10:28.292 [main notice] read common config file
vaillant/broadcast.csv
2023-01-25 15:10:28.297 [main notice] read scan config file
vaillant/06.vmd.csv for ID "vmd01", SW0108, HW1703
2023-01-25 15:10:28.298 [main notice] found messages: 87 (0 conditional on
0 conditions, 0 poll, 8 update)
2023-01-25 15:10:29.225 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080e2002401c87d00
2023-01-25 15:10:29.968 [update notice] sent unknown MS cmd: 3106b5090124
/ 09003231313931333030
2023-01-25 15:10:30.679 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:10:31.471 [update notice] sent scan-read scan.06 id QQ=31:
2023-01-25 15:10:31.608 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-25 15:10:31.850 [update notice] sent scan-read scan.06 id QQ=31:
2023-01-25 15:10:32.561 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:10:33.350 [update notice] sent scan-read scan.06 id QQ=31:
21;19;13;0010017718;3110;002717;N6
2023-01-25 15:10:33.350 [bus notice] scan 06:
;21;19;13;0010017718;3110;002717;N6
2023-01-25 15:10:36.357 [update notice] received unknown MS cmd:
0015b52406020000004300 / 06020043000000
2023-01-25 15:10:37.071 [update notice] received unknown MS cmd:
0015b52406020000003400 / 0703003400190117
2023-01-25 15:10:37.794 [update notice] received unknown MS cmd:
0015b52406020000008200 / 08030082000000a040
2023-01-25 15:10:37.885 [update notice] received unknown MS cmd:
1008b5110101 / 091f20a008ff200000ff
2023-01-25 15:10:38.476 [main error] scan config 08: ERR: arbitration lost
2023-01-25 15:10:38.559 [update notice] received unknown MS cmd:
0015b52406020000009000 / 050100900000
2023-01-25 15:10:39.287 [update notice] received unknown MS cmd:
0015b52406020000000600 / 06020006000000
2023-01-25 15:10:39.411 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080e2002401c87d00
2023-01-25 15:10:40.077 [update notice] received unknown MS cmd:
0015b52406020000003900 / 08010039000000803f
2023-01-25 15:10:40.784 [update notice] received unknown MS cmd:
0015b52406020000004200 / 06020042000000
2023-01-25 15:10:40.879 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:10:41.035 [update notice] sent unknown MS cmd: 3115b5090124
/ 09003231313930323030
2023-01-25 15:10:41.148 [update notice] received unknown MS cmd:
0015b52406020000004b00 / 0801004b0000006241
2023-01-25 15:10:41.870 [update notice] sent scan-read scan.15 id QQ=31:
2023-01-25 15:10:41.971 [update notice] received unknown MS cmd:
0015b52406020000007400 / 050300740000
2023-01-25 15:10:42.056 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-25 15:10:42.197 [update notice] received unknown MS cmd:
0015b52406020000007800 / 06030078000000
2023-01-25 15:10:42.908 [update notice] received unknown MS cmd:
0015b52406020000006900 / 06030069000200
2023-01-25 15:10:42.977 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:10:43.129 [bus notice] scan 35: ;Vaillant;VR_91;0415;4803
2023-01-25 15:10:43.129 [update notice] store 35 ident: done
2023-01-25 15:10:43.129 [update notice] sent scan-read scan.35 QQ=31:
Vaillant;VR_91;0415;4803
2023-01-25 15:10:43.129 [bus notice] scan 35: ;Vaillant;VR_91;0415;4803
2023-01-25 15:10:43.232 [update notice] received unknown MS cmd:
0015b52406020000001600 / 06020016000100
2023-01-25 15:10:43.362 [update notice] sent scan-read scan.15 id QQ=31:
2023-01-25 15:10:43.526 [update notice] received unknown MS cmd:
0015b52406020000007300 / 080100730000000a41
2023-01-25 15:10:43.706 [update notice] sent scan-read scan.15 id QQ=31:
21;19;02;0020171318;0082;005145;N5
2023-01-25 15:10:43.706 [bus notice] scan 15:
;21;19;02;0020171318;0082;005145;N5
2023-01-25 15:10:43.744 [main notice] read scan config file
vaillant/15.700.csv for ID "70000", SW0613, HW6903
2023-01-25 15:10:43.745 [main notice] found messages: 527 (0 conditional
on 0 conditions, 25 poll, 8 update)
2023-01-25 15:10:43.820 [update notice] received read 700 HolidayEndPeriod
QQ=00: 01.01.2015
2023-01-25 15:10:44.068 [bus notice] max. symbols per second: 140
2023-01-25 15:10:45.053 [update notice] received read 700 GlobalSystemOff
QQ=00: no
2023-01-25 15:10:45.777 [update notice] received read 700
HolidayStartPeriod QQ=00: 01.01.2015
2023-01-25 15:10:46.493 [update notice] received read 700 Time QQ=00:
15:07:55
2023-01-25 15:10:47.206 [update notice] received read 700 Hc2CircuitType
QQ=00: mixer
2023-01-25 15:10:47.935 [update notice] received read 700 Hc2FlowTemp
QQ=00: 18.25
2023-01-25 15:10:48.058 [update notice] received unknown MS cmd:
1008b5110101 / 091f1fa008ff200000ff
2023-01-25 15:10:48.621 [main error] scan config 35: ERR: arbitration lost
2023-01-25 15:10:48.711 [update notice] received read 700 Hc2PumpStatus
QQ=00: 0
2023-01-25 15:10:49.418 [update notice] received read 700 Hc2AutoOffMode
QQ=00: night
2023-01-25 15:10:49.538 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080e2002901c87d00
2023-01-25 15:10:50.201 [update notice] received unknown MS cmd:
0015b52406020002010600 / 050202060000
2023-01-25 15:10:50.942 [update notice] received unknown MS cmd:
0015b52406020000004800 / 06010048000000
2023-01-25 15:10:51.047 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:10:51.215 [bus notice] scan 52: ;Vaillant;VR_70;0109;2903
2023-01-25 15:10:51.215 [update notice] store 52 ident: done
2023-01-25 15:10:51.215 [update notice] sent scan-read scan.52 QQ=31:
Vaillant;VR_70;0109;2903
2023-01-25 15:10:51.215 [bus notice] scan 52: ;Vaillant;VR_70;0109;2903
2023-01-25 15:10:51.923 [update notice] received unknown MS cmd:
0015b52406020003011c00 / 0501031c0001
2023-01-25 15:10:52.008 [update notice] received unknown MS cmd:
1008b5110102 / 06013c96468282
2023-01-25 15:10:52.660 [update notice] received read 700 z2SFMode QQ=00:
auto
2023-01-25 15:10:53.377 [update notice] received read 700 z2RoomTemp
QQ=00: 18.5
2023-01-25 15:10:53.479 [update notice] received unknown MS cmd:
1008b5040100 / 0a00ffffffffffffffa008
2023-01-25 15:10:54.048 [main error] scan config 52: ERR: arbitration lost
2023-01-25 15:10:54.156 [update notice] received read 700 z2Name1 QQ=00:
PLANT
2023-01-25 15:10:54.873 [update notice] received read 700 z2Name2 QQ=00: A
1
2023-01-25 15:10:54.934 [update notice] received update-read broadcast
vdatetime QQ=10: 15:07:56;25.01.2023
2023-01-25 15:10:55.649 [update notice] received poll-read 700 z2OpMode
QQ=00: off
2023-01-25 15:10:55.780 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-25 15:10:58.160 [update notice] received unknown MS cmd:
1008b5110100 / 08fd000a001f100000
2023-01-25 15:10:58.886 [update notice] received unknown MS cmd:
0015b52406020003011100 / 050303110001
2023-01-25 15:10:58.993 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:10:59.100 [update notice] received poll-read 700 z2NightTemp
QQ=00: 18.5
2023-01-25 15:11:00.341 [update notice] received poll-read 700
z2QuickVetoTemp QQ=00: 23
2023-01-25 15:11:00.426 [update notice] received unknown MS cmd:
1008b5110101 / 091f1fa008ff200000ff
2023-01-25 15:11:01.093 [update notice] received poll-read 700
z2OpModeCooling QQ=00: auto
2023-01-25 15:11:01.802 [update notice] received unknown MS cmd:
0015b52406020003011900 / 050103190000
2023-01-25 15:11:01.929 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080e2002701c87d00
2023-01-25 15:11:02.614 [update notice] received poll-read 700
z2ActualRoomTempDesired QQ=00: 5
2023-01-25 15:11:02.793 [update notice] sent scan-read scan.52 QQ=31:
Vaillant;VR_70;0109;2903
2023-01-25 15:11:02.793 [bus notice] scan 52: ;Vaillant;VR_70;0109;2903
2023-01-25 15:11:02.906 [update notice] received poll-read 700
z2CoolingTemp QQ=00: 24
2023-01-25 15:11:02.949 [update notice] received update-read broadcast
outsidetemp QQ=10: 8.625
2023-01-25 15:11:03.674 [update notice] received poll-read 700 z2DayTemp
QQ=00: 22
2023-01-25 15:11:03.814 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:11:03.930 [update notice] received unknown MS cmd:
0015b52406020003011b00 / 0601031b000000
2023-01-25 15:11:05.148 [update notice] received read 700 Time QQ=00:
15:08:14
2023-01-25 15:11:05.232 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-25 15:11:05.916 [update notice] received poll-read 700 Hc1FlowTemp
QQ=00: 14.125
2023-01-25 15:11:06.632 [update notice] received read 700 Hc1CircuitType
QQ=00: mixer
2023-01-25 15:11:06.697 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:11:07.376 [update notice] received poll-read 700
Hc1PumpStatus QQ=00: 0
2023-01-25 15:11:08.065 [update notice] received poll-read 700
Hc1AutoOffMode QQ=00: night
2023-01-25 15:11:08.133 [update notice] received unknown MS cmd:
1008b5100305ff01 / 0101
2023-01-25 15:11:08.704 [main error] scan config 08: ERR: arbitration lost
2023-01-25 15:11:08.790 [update notice] received unknown MS cmd:
0015b52406020002000600 / 050202060000
2023-01-25 15:11:09.505 [update notice] received read 700 Date QQ=00:
25.01.2023
2023-01-25 15:11:09.576 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:11:10.249 [update notice] received poll-read 700
HwcStorageTemp QQ=00: 16
2023-01-25 15:11:10.975 [update notice] received poll-read 700
HwcTempDesired QQ=00: 65
2023-01-25 15:11:11.067 [update notice] received unknown MS cmd:
1008b5110101 / 091f1fa008ff200000ff
2023-01-25 15:11:11.271 [update notice] sent unknown MS cmd: 3135b5090124
/ 09003231313930393030
2023-01-25 15:11:11.378 [update notice] received poll-read 700 HwcSFMode
QQ=00: auto
2023-01-25 15:11:12.190 [update notice] sent scan-read scan.35 id QQ=31:
2023-01-25 15:11:12.301 [update notice] received poll-read 700 HwcOpMode
QQ=00: auto
2023-01-25 15:11:12.422 [update notice] received unknown MS cmd:
1052b5230103 / 0f0080008000800080e1002301c87d00
2023-01-25 15:11:12.754 [update notice] sent scan-read scan.35 id QQ=31:
2023-01-25 15:11:12.883 [update notice] received poll-read 700
DisplayedOutsideTemp QQ=00: 8.625
2023-01-25 15:11:13.505 [update notice] received unknown MS cmd:
1008b512020064 / 00
2023-01-25 15:11:13.594 [update notice] received unknown MS cmd:
0006b50903290500 / 050500400400
2023-01-25 15:11:14.342 [update notice] sent scan-read scan.35 id QQ=31:
21;19;09;0020171335;0082;005106;N5
2023-01-25 15:11:14.342 [bus notice] scan 35:
;21;19;09;0020171335;0082;005106;N5
2023-01-25 15:11:14.344 [main error] unable to load scan config 35: no
file from vaillant with prefix 35 matches ID "vr_91", SW0415, HW4803
2023-01-25 15:11:14.344 [main error] scan config 35: ERR: element not found
2023-01-25 15:11:14.477 [update notice] received read 700 GlobalSystemOff
QQ=00: no
2023-01-25 15:11:14.542 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:11:15.278 [update notice] received unknown MS cmd:
0015b52406020003001c00 / 0501031c0000
2023-01-25 15:11:15.407 [update notice] received unknown MS cmd:
1052b523080100ff0000ffff00 / 0101
2023-01-25 15:11:16.111 [update notice] received poll-read 700 z1SFMode
QQ=00: auto
2023-01-25 15:11:16.227 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:11:17.006 [update notice] sent unknown MS cmd: 3152b5090124
/ 09003231313835303030
2023-01-25 15:11:17.177 [update notice] received unknown MS cmd:
1008b5120204ff / 0101
2023-01-25 15:11:17.961 [update notice] sent scan-read scan.52 id QQ=31:
2023-01-25 15:11:18.041 [update notice] received unknown MS cmd:
1052b5230402010000 / 02019c
2023-01-25 15:11:18.775 [update notice] sent scan-read scan.52 id QQ=31:
2023-01-25 15:11:19.501 [update notice] received poll-read 700 z1DayTemp
QQ=00: 22
2023-01-25 15:11:19.594 [update notice] received unknown MS cmd:
1008b5110101 / 091f1fa008ff200000ff
2023-01-25 15:11:20.359 [update notice] sent scan-read scan.52 id QQ=31:
21;18;50;00????????;????;??????;?5
2023-01-25 15:11:20.360 [bus notice] scan 52:
;21;18;50;00????????;????;??????;?5
2023-01-25 15:11:20.363 [main notice] read scan config file
vaillant/52.vr_70.csv for ID "vr_70", SW0109, HW2903
2023-01-25 15:11:20.364 [main notice] found messages: 537 (0 conditional
on 0 conditions, 118 poll, 8 update)
2023-01-25 15:11:20.579 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.12;18.31;c8 7d 00
2023-01-25 15:11:21.295 [update notice] received poll-read 700 z1RoomTemp
QQ=00: 20.9375
2023-01-25 15:11:21.411 [update notice] received unknown MS cmd:
1008b513020508 / 00
2023-01-25 15:11:21.522 [update notice] received read 700 z1Name1 QQ=00:
PLANT
2023-01-25 15:11:22.773 [update notice] received read 700 z1Name2 QQ=00: A
2
2023-01-25 15:11:22.870 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:11:23.014 [update notice] received poll-read 700 z1OpMode
QQ=00: night
2023-01-25 15:11:23.723 [update notice] received unknown MS cmd:
0015b52406020003001100 / 050303110001
2023-01-25 15:11:23.810 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:11:24.490 [update notice] received poll-read 700
z1OpModeCooling QQ=00: auto
2023-01-25 15:11:25.192 [update notice] received unknown MS cmd:
0015b52406020003001900 / 050103190000
2023-01-25 15:11:25.271 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:11:25.944 [update notice] received poll-read 700 z1NightTemp
QQ=00: 18.5
2023-01-25 15:11:26.658 [update notice] received poll-read 700
z1QuickVetoTemp QQ=00: 26
2023-01-25 15:11:26.699 [update notice] received unknown BC cmd:
10feb510020601
2023-01-25 15:11:27.368 [update notice] received poll-read 700
z1CoolingTemp QQ=00: 24
2023-01-25 15:11:28.082 [update notice] received poll-read 700
z1ActualRoomTempDesired QQ=00: 18.5
2023-01-25 15:11:28.163 [update notice] received unknown MS cmd:
1008b5110102 / 06013c96468282
2023-01-25 15:11:28.831 [update notice] received unknown MS cmd:
0015b52406020003001b00 / 0601031b000000
2023-01-25 15:11:29.546 [update notice] received poll-read 700 HwcSFMode
QQ=00: auto
2023-01-25 15:11:29.641 [update notice] received unknown MS cmd:
1008b5110101 / 091f1fa008ff200000ff
2023-01-25 15:11:30.328 [update notice] received poll-read 700
HwcStorageTemp QQ=00: 16
2023-01-25 15:11:31.043 [update notice] received poll-read 700
HwcTempDesired QQ=00: 65
2023-01-25 15:11:31.169 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.19;18.62;c8 7d 00
2023-01-25 15:11:31.835 [update notice] received poll-read 700 HwcOpMode
QQ=00: auto
2023-01-25 15:11:32.540 [update notice] received unknown MS cmd:
0015b52406020001000100 / 06030101000100
2023-01-25 15:11:32.640 [update notice] received unknown MS cmd:
1008b51009000000ffffff050000 / 0101
2023-01-25 15:11:32.774 [update notice] sent unknown MS cmd: 3108b5090124
/ 09003231313931393030
2023-01-25 15:11:33.505 [update notice] received unknown MS cmd:
0015b52406020001000f00 / 0601010f000000
2023-01-25 15:11:33.581 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:11:34.233 [update notice] received unknown MS cmd:
0015b5240602000000b600 / 050300b60000
2023-01-25 15:11:34.920 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:11:35.025 [update notice] received unknown MS cmd:
0015b5240602000000a200 / 080200a20000002041
2023-01-25 15:11:35.734 [update notice] sent scan-read scan.08 id QQ=31:
2023-01-25 15:11:35.839 [update notice] received read 700 Hc1CircuitType
QQ=00: mixer
2023-01-25 15:11:35.915 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:11:36.098 [update notice] sent scan-read scan.08 id QQ=31:
2023-01-25 15:11:36.922 [update notice] sent scan-read scan.08 id QQ=31:
21;19;19;0010021819;0001;005340;N4
2023-01-25 15:11:36.922 [bus notice] scan 08:
;21;19;19;0010021819;0001;005340;N4
2023-01-25 15:11:36.928 [main notice] read scan config file
vaillant/08.bai.csv for ID "bai00", SW0205, HW9602
2023-01-25 15:11:36.952 [main notice] found messages: 720 (2 conditional
on 27 conditions, 118 poll, 10 update)
2023-01-25 15:11:37.634 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:11:39.481 [update notice] received read 700 Hc2CircuitType
QQ=00: mixer
2023-01-25 15:11:39.603 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.12;18.38;c8 7d 00
2023-01-25 15:11:40.274 [update notice] received unknown MS cmd:
0015b52406020003001100 / 050303110001
2023-01-25 15:11:40.965 [update notice] received unknown MS cmd:
0015b52406020003011100 / 050303110001
2023-01-25 15:11:41.060 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-25 15:11:42.450 [update notice] received poll-read 700 z1OpMode
QQ=00: night
2023-01-25 15:11:43.156 [update notice] received poll-read 700 z2OpMode
QQ=00: off
2023-01-25 15:11:43.242 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:11:43.914 [update notice] received poll-read 700 z1DayTemp
QQ=00: 22
2023-01-25 15:11:44.632 [update notice] received poll-read 700 z2DayTemp
QQ=00: 22
2023-01-25 15:11:44.705 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:11:45.384 [update notice] received poll-read 700 z1NightTemp
QQ=00: 18.5
2023-01-25 15:11:46.095 [update notice] received poll-read 700 z2NightTemp
QQ=00: 18.5
2023-01-25 15:11:46.821 [update notice] received read 700 z1Name1 QQ=00:
PLANT
2023-01-25 15:11:47.555 [update notice] received read 700 z1Name2 QQ=00: A
2
2023-01-25 15:11:47.649 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:11:48.328 [update notice] received read 700 z2Name1 QQ=00:
PLANT
2023-01-25 15:11:49.060 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.06;18.19;c8 7d 00
2023-01-25 15:11:49.174 [update notice] received read 700 z2Name2 QQ=00: A
1
2023-01-25 15:11:50.965 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-25 15:11:52.812 [update notice] received poll-read bai Status02
QQ=10: on;60;75.0;70;65.0
2023-01-25 15:11:54.679 [update notice] received read bai DateTime QQ=10:
nosignal;-:-:-;-.-.-;8.625
2023-01-25 15:11:56.498 [update notice] received update-read broadcast
vdatetime QQ=10: 15:08:56;25.01.2023
2023-01-25 15:11:57.756 [update notice] received unknown MS cmd:
3015b5240a06010a010f000080a741 / 02000a
2023-01-25 15:11:57.839 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
023-01-25 15:11:59.677 [update notice] received unknown MS cmd:
3015b5240a06010a01070000001842 / 02000a
2023-01-25 15:11:59.764 [update notice] received unknown MS cmd:
1008b5110100 / 08fd000a001f100000
2023-01-25 15:12:01.592 [update notice] received unknown MS cmd:
3015b5240108 / 080000030108012530
2023-01-25 15:12:01.665 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:04.076 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:12:05.945 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.12;18.50;c8 7d 00
2023-01-25 15:12:07.722 [update notice] received update-read broadcast
outsidetemp QQ=10: 8.625
2023-01-25 15:12:09.618 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-25 15:12:11.477 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:12:13.302 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:15.144 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:17.058 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:12:18.930 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.06;18.06;c8 7d 00
2023-01-25 15:12:20.756 [update notice] received poll-read bai Status02
QQ=10: on;60;75.0;70;65.0
2023-01-25 15:12:22.650 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:12:25.209 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:27.075 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:12:28.943 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.12;18.31;c8 7d 00
2023-01-25 15:12:30.782 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-25 15:12:32.615 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:34.448 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:12:36.358 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.19;18.62;c8 7d 00
2023-01-25 15:12:38.206 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:12:40.057 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:41.908 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:12:42.096 [bus notice] scan ec: ;Vaillant;SOL00;0613;6903
2023-01-25 15:12:42.096 [update notice] store ec ident: done
2023-01-25 15:12:42.096 [update notice] sent scan-read scan.ec QQ=31:
Vaillant;SOL00;0613;6903
2023-01-25 15:12:42.096 [bus notice] scan ec: ;Vaillant;SOL00;0613;6903
2023-01-25 15:12:42.348 [bus notice] scan ed: ;Vaillant;VMD01;0108;1703
2023-01-25 15:12:42.348 [update notice] store ed ident: done
2023-01-25 15:12:42.348 [update notice] sent scan-read scan.ed QQ=31:
Vaillant;VMD01;0108;1703
2023-01-25 15:12:42.348 [bus notice] scan ed: ;Vaillant;VMD01;0108;1703
2023-01-25 15:12:42.428 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:44.841 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:12:46.714 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.12;18.38;c8 7d 00
2023-01-25 15:12:48.584 [update notice] received unknown MS cmd:
0015b52406020000004800 / 06010048000000
2023-01-25 15:12:48.680 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-25 15:12:49.348 [update notice] received read 700 Time QQ=00:
15:09:58
2023-01-25 15:12:49.529 [update notice] sent unknown MS cmd: 31ecb5090124
/ 09003231313930323030
2023-01-25 15:12:49.618 [update notice] received poll-read bai Status02
QQ=10: on;60;75.0;70;65.0
2023-01-25 15:12:50.296 [update notice] received read 700 Date QQ=00:
25.01.2023
2023-01-25 15:12:50.497 [update notice] sent scan-read scan.ec id QQ=31:
2023-01-25 15:12:50.594 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:12:50.750 [update notice] sent scan-read scan.ec id QQ=31:
2023-01-25 15:12:50.875 [update notice] received poll-read 700
DisplayedOutsideTemp QQ=00: 8.625
2023-01-25 15:12:51.025 [update notice] sent scan-read scan.ec id QQ=31:
21;19;02;0020171318;0082;005145;N5
2023-01-25 15:12:51.025 [bus notice] scan ec:
;21;19;02;0020171318;0082;005145;N5
2023-01-25 15:12:51.039 [main notice] read scan config file
vaillant/ec.sol.sc.csv for ID "sol00", SW0613, HW6903
2023-01-25 15:12:51.098 [main notice] found messages: 796 (2 conditional
on 27 conditions, 186 poll, 10 update)
2023-01-25 15:12:51.157 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:51.320 [update notice] sent poll-read sc YieldThisYear
QQ=31:
2023-01-25 15:12:51.489 [update notice] received read 700 GlobalSystemOff
QQ=00: no
2023-01-25 15:12:51.490 [bus error] poll sc YieldThisYear failed: ERR: SYN
received
2023-01-25 15:12:51.789 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:51.882 [update notice] received poll-read 700 HwcSFMode
QQ=00: auto
2023-01-25 15:12:52.105 [update notice] received unknown MS cmd:
1008b5110100 / 08fb000a001f100000
2023-01-25 15:12:52.339 [update notice] received poll-read 700
HwcStorageTemp QQ=00: 16
2023-01-25 15:12:52.442 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:12:52.726 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.06;18.06;c8 7d 00
2023-01-25 15:12:52.843 [update notice] received poll-read 700
HwcTempDesired QQ=00: 65
2023-01-25 15:12:53.061 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-25 15:12:53.305 [update notice] sent unknown MS cmd: 31edb5090124
/ 09003231313931333030
2023-01-25 15:12:53.409 [update notice] received poll-read 700 HwcOpMode
QQ=00: auto
2023-01-25 15:12:53.450 [update notice] received update-read broadcast
outsidetemp QQ=10: 8.625
2023-01-25 15:12:53.676 [update notice] sent scan-read scan.ed id QQ=31:
2023-01-25 15:12:53.892 [update notice] sent scan-read scan.ed id QQ=31:
2023-01-25 15:12:54.036 [update notice] received read bai DateTime QQ=10:
nosignal;-:-:-;-.-.-;8.625
2023-01-25 15:12:54.202 [update notice] sent scan-read scan.ed id QQ=31:
21;19;13;0010017718;3110;002717;N6
2023-01-25 15:12:54.203 [bus notice] scan ed:
;21;19;13;0010017718;3110;002717;N6
2023-01-25 15:12:54.205 [main error] unable to load scan config ed: no
file from vaillant with prefix ed matches ID "vmd01", SW0108, HW1703
2023-01-25 15:12:54.205 [main error] scan config ed: ERR: element not found
2023-01-25 15:12:54.311 [update notice] received unknown MS cmd:
0015b52406020001000100 / 06030101000100
2023-01-25 15:12:54.467 [update notice] received update-read broadcast
vdatetime QQ=10: 15:09:56;25.01.2023
2023-01-25 15:12:54.777 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:12:54.969 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:55.063 [update notice] received unknown MS cmd:
0015b52406020001000f00 / 0601010f000000
2023-01-25 15:12:55.267 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:57.847 [update notice] received read bai Status01 QQ=10:
15.5;15.5;8.625;-;16.0;off
2023-01-25 15:12:58.161 [update notice] received read vr_70 SensorData
QQ=10: -;-;-;-;14.12;18.31;c8 7d 00
2023-01-25 15:12:58.279 [update notice] received unknown MS cmd:
0015b5240602000000b600 / 050300b60000
2023-01-25 15:12:58.463 [update notice] received update-write bai SetMode
QQ=10: auto;0.0;-;-;1;0;1;0;0;0
2023-01-25 15:12:58.743 [update notice] received unknown MS cmd:
0015b5240602000000a200 / 080200a20000002041
2023-01-25 15:12:59.091 [update notice] received write vr_70 SetActorState
QQ=10: off;-;off;off;-;-;off
2023-01-25 15:12:59.277 [update notice] received read 700 Hc1CircuitType
QQ=00: mixer
2023-01-25 15:12:59.406 [update notice] received write vr_70
Mc2FlowTempDesired QQ=10: off;0.0;on;-100
2023-01-25 15:12:59.841 [update notice] received read 700 Hc2CircuitType
QQ=00: mixer
2023-01-25 15:13:00.284 [update notice] received unknown MS cmd:
0015b52406020003001100 / 050303110001
2023-01-25 15:13:00.728 [update notice] received unknown MS cmd:
0015b52406020003011100 / 050303110001
2023-01-25 15:13:01.211 [update notice] received poll-read 700 z1OpMode
QQ=00: night
2023-01-25 15:13:02.065 [update notice] received poll-read 700 z2OpMode
QQ=00: off
2023-01-25 15:13:02.518 [update notice] received poll-read 700 z1DayTemp
QQ=00: 22
2023-01-25 15:13:02.969 [update notice] received poll-read 700 z2DayTemp
QQ=00: 22
2023-01-25 15:13:03.426 [update notice] received poll-read 700 z1NightTemp
QQ=00: 18.5
2023-01-25 15:13:03.918 [update notice] received poll-read 700 z2NightTemp
QQ=00: 18.5
2023-01-25 15:13:04.424 [update notice] received read 700 z1Name1 QQ=00:
PLANT
2023-01-25 15:13:05.232 [update notice] received read 700 z1Name2 QQ=00: A
2
—Reply to this email directly, view it on GitHub, or unsubscribe.You are
receiving this because you were mentioned.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANENM65VYIYLXNAFJ63SBILWUFDCLANCNFSM4JW5VE2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sorry, there is some kind of confusion here. My file defines the following registers :
Don't know from where you picked that source but anyway. |
BTW T6 description is wrong 😊 Should be Temperature at the bottom of the tank. T7 is a computed value to estimate the average temperature in the tank. |
I'm pretty sure that's not true either. My VMD initially had a working T6
but lacked the "rooftop" T7 sensor. After Vaillant installed it, the value
of T7 became "visible". Hence I updated my 06.vmd.csv that T7 is top
temperature in the boiler.
…On Wed, Jan 25, 2023 at 5:30 PM Matthieu ***@***.***> wrote:
BTW T6 description is wrong 😊 Should be *Temperature at the bottom of
the tank*.
T7 is a computed value to estimate the average temperature in the tank.
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANENM63AVPV2LEVRROFFE3LWUFIKZANCNFSM4JW5VE2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
There is no sensor "at the top". It is goes down at mid position. The value displayed by T7 doesn't reflect the actual measured temperature (verified with a second sensor and confirmed by Vaillant btw).
If T7 was really at the top it would almost always be high except when the tank is actually entirely cold (because of stratification). The fact that the value is continuously evolving shows clearly that it is a computed value that takes various parameters into account.
To be fair T6 isn’t exactly the "bottom tank temperature". That’s the solar circuit return (to the solar captors, after the heat exchanger) temperature, but can be assumed to bottom tank temperature when the pump is off.
Same for T1 : it's the solar circuit temperature before the heat exchanger, at the middle of the tank. Likewise it can be assumed to be the mid tank temperature when the pump is off.
|
Agree on T1 and T6, however that Vaillant expert claimed T7 is an optional
top sensor to be placed in slot 2:
But my ViH didn’t have it so he attached it to the anode under 5, hence my
T7 is ‘real’ top temperature I guess.
But I agree, these so called Vaillant gurus don’t know it themselves.
Op wo 25 jan. 2023 om 18:09 schreef Matthieu ***@***.***>
… There is no sensor "at the top". It is goes down at mid position. The
value displayed by T7 doesn't reflect the actual measured temperature
(verified with a second sensor and confirmed by Vaillant btw).
If T7 was really at the top it would almost always be high except when the
tank is actually entirely cold (because of stratification). The fact that
the value is continuously evolving shows clearly that it is a computed
value that takes various parameters into account.
To be fair T6 isn’t exactly the "bottom tank temperature". That’s the
solar circuit return (to the solar captors, after the heat exchanger)
temperature, but can be assumed to bottom tank temperature when the pump is
off.
Same for T1 : it's the solar circuit temperature before the heat
exchanger, at the middle of the tank. Likewise it can be assumed to be the
mid tank temperature when the pump is off.
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANENM65Q23NGG5CK4XI3DTDWUFM3DANCNFSM4JW5VE2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Just take any thermometer and put it at the top of the "doigt the gant" : I'm pretty sure that the t° will be much higher than the one displayed on your display, except if the tank is fully heated. |
Then they did the wiring completely wrong because what I see on the display
is NOT corresponding to T7 in ebusd… and yes T7 is much warmer than what
shown.
Op wo 25 jan. 2023 om 18:29 schreef Matthieu ***@***.***>
… Just take any thermometer and put it at the top of the "doigt the gant" :
I'm pretty sure that the t° will be much higher than the one displayed on
your display, except if the tank is fully heated.
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANENM64KO5C3R77DEDHMSNTWUFPF5ANCNFSM4JW5VE2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
T7 corresponds to the the value displayed on the screen here.
|
Hi. I tested with diferentes CSV. if we use the original 06.pms.csv rename to 06.vmd.csv ebusd detected a los of entitys. type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment#,VMD01,VMS 8/D,0020071488 243,,,,,,,,,, ##### Generell #####,,,,,,,,,,,,,r,,T5,T5 Sensor,,,,"0500",,,tempsensor,,,Solar collector Temperature If we use .csv of @pagaille with name of sensor changed. type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment#,VMD01,VMS 8/D,0020071488 243,,,,,,,,,, ##### Generell #####,,,,,,,,,,,,,r,,Ntc2Sensor,Ntc2Sensor,,,,"0600",,,tempsensor,,,Temperature in solar back flow (to solar collector) Ebus d detected sensor and valor less Ntc2 and Ntc4 If we changed the name os sensor, eBusd detected sensor but without valor. type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment#,VMD01,VMS 8/D,0020071488 243,,,,,,,,,, ##### Generell #####,,,,,,,,,,,,,r,,Sensor2,T2 Sensor,,,,"0600",,,tempsensor,,,Temperature in solar back flow (to solar collector) It's very strange, only changed the name, sensor name and valor are showed. I thinked that the name in .csv is not important but if we use T5 instead of Ntc1Sensor sensor and value not displayed |
Hi all,
new to eBusd, but curious to know what it can mean to my setup:
Installed ebusd with USB adapter on a raspberry pi. Scanning results are:
ebusd command line gives:
I can read some stuff:
But when using hot water (with solar boiler under threshold temperature), the flame remained off whilst the VCW was actively heating the water.
Other commands are failing:
So my questions are:
Thanks for your feedback!
The text was updated successfully, but these errors were encountered: