mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-19 00:56:53 -04:00
minor: Fix some unwanted chars in input files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# EC3k Energy Count Control
|
||||
#
|
||||
# "Voltcraft Energy Count 3000" (868.3 MHz) sensor sold by Conrad
|
||||
# aka “Velleman NETBSEM4”
|
||||
# aka “La Crosse Technology Remote Cost Control Monitor – RS3620”.
|
||||
# aka "Velleman NETBSEM4"
|
||||
# aka "La Crosse Technology Remote Cost Control Monitor – RS3620".
|
||||
# aka "ELV Cost Control"
|
||||
#
|
||||
# Stub driver
|
||||
|
||||
@@ -27,7 +27,7 @@ Modulation:
|
||||
S.a. #1824
|
||||
|
||||
Temperature is 16 bit, degrees F, scaled x10 +900.
|
||||
The first reading is the “Meat” channel and the second is for the “Ambient” or grill temperature.
|
||||
The first reading is the "Meat" channel and the second is for the "Ambient" or grill temperature.
|
||||
The range would be around -57F to 572F with the manual stating temps higher than 700F could damage the sensor.
|
||||
|
||||
- A value of 0x1b58 (7000 / 610F) indicates the sensor is unplugged and sending an E1 error to the displays.
|
||||
|
||||
@@ -33,7 +33,7 @@ http://jeelabs.org/2011/06/09/rf12-packet-format-and-design/
|
||||
The RFM69 chip misses out the zero bit at the end of the
|
||||
0xAA 0xAA 0xAA preamble; the receivers only use it to set
|
||||
up the bit timing, and they look for the 0x2D at the start
|
||||
of the packet. So we'll do the same — except since we're
|
||||
of the packet. So we'll do the same -- except since we're
|
||||
specifically looking for emonTx packets, we can require a
|
||||
little bit more. We look for a group of 0xD2, and we
|
||||
expect the CDA bits in the header to all be zero:
|
||||
|
||||
@@ -31,11 +31,11 @@ or as follows:
|
||||
|
||||
1. On the display, hold down the <- and +> buttons together for 3 seconds.
|
||||
2. At the next screen, hold down the middle button for 3 seconds until the
|
||||
display shows “Pair?”
|
||||
display shows "Pair?"
|
||||
3. On the sensor, press and hold the pair button (next to the red light)
|
||||
until the red LED light illuminates.
|
||||
4. Release the pair button and the LED flashes as the transmitter pairs.
|
||||
5. The display should now read “Paired CT"
|
||||
5. The display should now read "Paired CT"
|
||||
|
||||
When paired the display listens for sensor packets and then transmits a
|
||||
summary packet using the same protocol.
|
||||
|
||||
@@ -29,7 +29,7 @@ Proove packet structure (32 bits or 36 bits with dimmer value):
|
||||
|
||||
HHHH HHHH HHHH HHHH HHHH HHHH HHGO CCEE [DDDD]
|
||||
|
||||
- H = The first 26 bits are transmitter unique codes, and it is this code that the receiver “learns” to recognize.
|
||||
- H = The first 26 bits are transmitter unique codes, and it is this code that the receiver "learns" to recognize.
|
||||
- G = Group command. Set to 1 for on, 0 for off.
|
||||
- O = On/Off bit. Set to 1 for on, 0 for off.
|
||||
- C = Channel bits (inverted).
|
||||
|
||||
@@ -13,14 +13,13 @@
|
||||
TFA Dostmann Marbella (30.3238.06).
|
||||
|
||||
Main display cat no: 3066.01
|
||||

|
||||
External links
|
||||

|
||||
https://www.tfa-dostmann.de/produkt/funk-poolthermometer-marbella-30-3066/
|
||||
https://clientmedia.trade-server.net/1768_tfadost/media/3/52/21352.pdf
|
||||
|
||||
External links:
|
||||
- https://www.tfa-dostmann.de/produkt/funk-poolthermometer-marbella-30-3066/
|
||||
- https://clientmedia.trade-server.net/1768_tfadost/media/3/52/21352.pdf
|
||||
|
||||
The Marbella sensor operates at 868MHz frequency band.
|
||||

|
||||
|
||||
FSK_PCM with 105 us long high durations
|
||||
|
||||
AA 2D D4 68 3F 16 0A 31 9A AA XX
|
||||
|
||||
Reference in New Issue
Block a user