Dieses Wiki ist ein Archiv bis 2023. Das aktuelle Wiki findet sich unter https://wiki.hamburg.ccc.de/
Difference between revisions of "Item:HomieRF"
(Adding Devices / Codes) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
|- | |- | ||
! Repository | ! Repository | ||
− | | [https://gitlab.hamburg.ccc.de/jalmeroth/HomieRF | + | | [https://gitlab.hamburg.ccc.de/jalmeroth/HomieRF https://gitlab.hamburg.ccc.de/jalmeroth/HomieRF] |
|- | |- | ||
! Documentation | ! Documentation | ||
Line 38: | Line 38: | ||
== Überblick == | == Überblick == | ||
− | HomieRF is a ESP8266 project running [http://marvinroger.github.io/homie-esp8266 | + | HomieRF is a ESP8266 project running [http://marvinroger.github.io/homie-esp8266 Homie 2.0]. |
The aim of this project is to provide a universal service that is able to send/receive RF signals and to push status updates via MQTT. | The aim of this project is to provide a universal service that is able to send/receive RF signals and to push status updates via MQTT. | ||
− | The [https://github.com/sui77/rc-switch | + | The [https://github.com/sui77/rc-switch rc-switch] library is used to issue RF signals. |
== Komponenten == | == Komponenten == | ||
− | * | + | * [https://wiki.wemos.cc/products:d1:d1_mini Wemos D1 mini] |
+ | * USB-Netzteil | ||
+ | * RF Receiver | ||
+ | * RF Sender | ||
+ | * Jumper Wires | ||
+ | * Breadboard | ||
== Devices / Codes == | == Devices / Codes == | ||
Line 81: | Line 86: | ||
|Aus | |Aus | ||
|switchOff(11111, 00100) | |switchOff(11111, 00100) | ||
+ | |- | ||
+ | |Leinwand | ||
+ | |8269730 | ||
+ | |Rauf | ||
+ | | | ||
+ | |- | ||
+ | |Leinwand | ||
+ | |8269732 | ||
+ | |Runter | ||
+ | | | ||
+ | |- | ||
+ | |Leinwand | ||
+ | |8269736 | ||
+ | |Stopp | ||
+ | | | ||
|} | |} | ||
+ | |||
+ | == Dokumente == | ||
+ | * [[:File:How-to-make-a-Air-Cooled-433MHz-antenna.pdf]] | ||
== Änderungen == | == Änderungen == |
Latest revision as of 22:49, 7 September 2017
Name | HomieRF |
---|---|
Owner(s) | jalmeroth |
Maintainers(s) |
|
Contact | jalmeroth on hackint |
Since | 2017-09-07 |
Components | Komponenten |
Repository | https://gitlab.hamburg.ccc.de/jalmeroth/HomieRF |
Documentation | read this page |
Permissions |
|
QR-Code |
Überblick
HomieRF is a ESP8266 project running Homie 2.0. The aim of this project is to provide a universal service that is able to send/receive RF signals and to push status updates via MQTT. The rc-switch library is used to issue RF signals.
Komponenten
- Wemos D1 mini
- USB-Netzteil
- RF Receiver
- RF Sender
- Jumper Wires
- Breadboard
Devices / Codes
Device | Code | Action | Code (alternativ) |
---|---|---|---|
Boxen (Tafel) | 1361 | An | switchOn(11111, 10000) |
Boxen (Tafel) | 1364 | Aus | switchOff(11111, 10000) |
Boxen (Hinten) | 4433 | An | switchOn(11111, 01000) |
Boxen (Hinten) | 4436 | Aus | switchOff(11111, 01000) |
Sub-Woofer (?) | 5201 | An | switchOn(11111, 00100) |
Sub-Woofer (?) | 5204 | Aus | switchOff(11111, 00100) |
Leinwand | 8269730 | Rauf | |
Leinwand | 8269732 | Runter | |
Leinwand | 8269736 | Stopp |