Skip to content
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

Change Smoke-GS558, Akhan-100F14 to default disabled BREAKING CHANGE #2958

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
[45] emonTx OpenEnergyMonitor
[46] HT680 Remote control
[47] Conrad S3318P, FreeTec NC-5849-913 temperature humidity sensor, ORIA WA50 ST389 temperature sensor
[48] Akhan 100F14 remote keyless entry
[48]* Akhan 100F14 remote keyless entry
[49] Quhwa
[50] OSv1 Temperature Sensor
[51] Proove / Nexa / KlikAanKlikUit Wireless Switch
Expand Down Expand Up @@ -171,7 +171,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
[83] Oil Ultrasonic STANDARD ASK
[84] Thermopro TP11 Thermometer
[85] Solight TE44/TE66, EMOS E0107T, NX-6876-917
[86] Wireless Smoke and Heat Detector GS 558
[86]* Wireless Smoke and Heat Detector GS 558
[87] Generic wireless motion sensor
[88] Toyota TPMS
[89] Ford TPMS
Expand Down
6 changes: 3 additions & 3 deletions conf/rtl_433.example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ convert si
protocol 45 # emonTx OpenEnergyMonitor
protocol 46 # HT680 Remote control
protocol 47 # Conrad S3318P, FreeTec NC-5849-913 temperature humidity sensor, ORIA WA50 ST389 temperature sensor
protocol 48 # Akhan 100F14 remote keyless entry
# protocol 48 # Akhan 100F14 remote keyless entry
protocol 49 # Quhwa
protocol 50 # OSv1 Temperature Sensor
protocol 51 # Proove / Nexa / KlikAanKlikUit Wireless Switch
Expand Down Expand Up @@ -312,7 +312,7 @@ convert si
protocol 83 # Oil Ultrasonic STANDARD ASK
protocol 84 # Thermopro TP11 Thermometer
protocol 85 # Solight TE44/TE66, EMOS E0107T, NX-6876-917
protocol 86 # Wireless Smoke and Heat Detector GS 558
# protocol 86 # Wireless Smoke and Heat Detector GS 558
protocol 87 # Generic wireless motion sensor
protocol 88 # Toyota TPMS
protocol 89 # Ford TPMS
Expand Down Expand Up @@ -447,7 +447,7 @@ convert si
protocol 218 # Microchip HCS200/HCS300 KeeLoq Hopping Encoder based remotes (FSK)
protocol 219 # Fine Offset Electronics WH45 air quality sensor
protocol 220 # Maverick XR-30 BBQ Sensor
protocol 221 # Fine Offset Electronics WN34 temperature sensor
protocol 221 # Fine Offset Electronics WN34S/L/D and Froggit DP150/D35 temperature sensor
protocol 222 # Rubicson Pool Thermometer 48942
protocol 223 # Badger ORION water meter, 100kbps (-f 916.45M -s 1200k)
protocol 224 # GEO minim+ energy monitor
Expand Down
1 change: 1 addition & 0 deletions src/devices/akhan_100F14.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ r_device const akhan_100F14 = {
.tolerance = 80, // us
.decode_fn = &akhan_rke_callback,
.fields = output_fields,
.disabled = 1, // false positives with generic EV1527 devices
};
1 change: 1 addition & 0 deletions src/devices/smoke_gs558.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ r_device const smoke_gs558 = {
.reset_limit = 11764 * 1.2f, // Maximum gap size before End Of Message [us]
.decode_fn = &smoke_gs558_callback,
.fields = output_fields,
.disabled = 1, // false positives with generic EV1527 devices
};
Loading