Benutzer-Werkzeuge

Webseiten-Werkzeuge


hardware:vaillantvrt340f_implementing

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
hardware:vaillantvrt340f_implementing [2017/05/05 15:37] reinholdhardware:vaillantvrt340f_implementing [2017/05/11 17:22] (aktuell) reinhold
Zeile 38: Zeile 38:
 ====== Implementing support for the device in rtl_433 ====== ====== Implementing support for the device in rtl_433 ======
  
-Yet to be done...+Adding support for the heating control in rtl_433 is actually quite easy, once you realize that OOK_PULSE_CLOCK_BITS is actually differential Manchester encoding. Unfortunately, bit-unstuffing and changing bytes from least-significant-bit first to last needs to be done manually. 
 + 
 +All this can be seen in my Pull request for the rtl_433 github repo: https://github.com/merbanan/rtl_433/pull/532/ 
 + 
 +If you clone this PR (or use the latest rtl_433 once it is merged), one can tune rtl_433 to 868MHz and see the captured signals analyzed: 
 + 
 +<code>reinhold@laptop:~/Software/rtl_433$ ./src/rtl_433 -f 868275000  
 +[...] 
 +Registering protocol [57] "Vaillant calorMatic 340f Central Heating Control" 
 +[...] 
 +Registered 59 out of 79 device decoding protocols 
 +Found 1 device(s): 
 +  0:  Realtek, RTL2838UHIDIR, SN: 00000001 
 + 
 +Using device 0: Generic RTL2832U OEM 
 +Found Rafael Micro R820T tuner 
 +Exact sample rate is: 250000.000414 Hz 
 +[R82XX] PLL not locked! 
 +Sample rate set to 250000. 
 +Bit detection level set to 0 (Auto). 
 +Tuner gain set to Auto. 
 +Reading samples in async mode... 
 +Tuned to 868275000 Hz. 
 +2017-05-11 19:19:52 :   Vaillant VRT340f Central Heating Thermostat 
 +        Device ID:       0x6DF6 
 +        Heating Mode:    ON (2-point) 
 +        Heating Water Temp.:     52 
 +        Pre-heated Water:        ON 
 +        Battery:         Ok 
 +2017-05-11 19:20:12 :   Vaillant VRT340f Central Heating Thermostat 
 +        Device ID:       0x6DF6 
 +        Heating Mode:    OFF 
 +        Heating Water Temp.:     0 
 +        Pre-heated Water:        ON 
 +        Battery:         Ok 
 +</code> 
 + 
 +====== Implementing support for the device in RFLink ====== 
 + 
 +Yet to come (I don't have a 868MHz receiver for RFLink yet, and RFLink does not support both 433MHz and 868MHz receivers at the same time, so I'm waiting until they implement support for the CC1101). 
hardware/vaillantvrt340f_implementing.txt · Zuletzt geändert: 2017/05/11 17:22 von reinhold

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki