Skip to content

Commit

Permalink
Update inFactory Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed Feb 18, 2019
1 parent f878d0a commit d69b056
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
18 changes: 15 additions & 3 deletions tests/InFactroy-Temp-Humidity-Sensor-T05K-THC/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This InFactory branded sensor comes with several Wheather Stations sold by Pearl

Note that I do NOT have the weather base station, and the sensor do NOT have any kind of lcd screen to get the current Temp/Humidity

##My initial findings
## Initial findings

Sensor is transmiting 5 bytes with PWM OOK encoding + a few 0000 for preamb. Those 5 bytes are transmitted 6 times, every minute.
The PWM values looks the same as Esperanza EWS and Oregon, so RTL_433 tries to decode the frame using those decoders, but without success.

##Frame Structure
## Frame Structure

Not a lot of answers here, I need help ;-)

Expand All @@ -23,7 +23,19 @@ IIIIIIII ???????? ???????? ???????? ?????NNN
I = Sensor ID. Resets to a new value after battery is removed.
N = Those 3 bits never ever changed

##Datas
## Sensor (front)
![](front.JPG)

## Sensor (back)
![](rear.JPG)

## Sensor (inner)
![](inside.JPG)

## PCB (details)
![](PCB_details.JPG)

## Data

I grabbed the following datas. Notice that I think that there is a glitch in my RTL_433 setup, as a -A (bellow) shows empty frame. May be the same for my *.data files.

Expand Down
8 changes: 4 additions & 4 deletions tests/infactory_PV-8796-675/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ http://www.pearl.de/a-PV8796-3041.shtml
| gfile001.data | 20.5 | 73 |

## Weather Station
![](https://github.com/siriuzwhite/rtl_433_tests/blob/master/tests/infactory_PV-8796-675/STATION.jpg?raw=true)
![](STATION.jpg)

## Sensor (front)
![](https://github.com/siriuzwhite/rtl_433_tests/blob/master/tests/infactory_PV-8796-675/SENSOR_FRONT.jpg?raw=true)
![](SENSOR_FRONT.jpg)

## Sensor (back)
![](https://github.com/siriuzwhite/rtl_433_tests/blob/master/tests/infactory_PV-8796-675/SENSOR_BACK.jpg?raw=true)
![](SENSOR_BACK.jpg)

## Sensor (inner)
![](https://github.com/siriuzwhite/rtl_433_tests/blob/master/tests/infactory_PV-8796-675/SENSOR_INNER.jpg?raw=true)
![](SENSOR_INNER.jpg)

0 comments on commit d69b056

Please sign in to comment.