Une super release V1.0.0 pour OpenMQTTGateway, avec 3 gros ajouts:
- @NorthernMan54 a ajouté le support de HELTEC LORA 32 V2/V2.1 433Mhz avec RTL_433
. C’est énorme!!
Pas be soin de souder, hacker un rf bridge, ou de faire du prototypage. Webuploadé heltec-rtl_433 depuis le web upload d’OMG et vous allez bénéficier de la solution de décodage 433 open source la plus puissante! RTL_433 , nous supportons Pulse Position Modulation (OOK_PPM) et Pulse Width Modulation (OOK_PWM) pour commencer (c’est 80 decoders🙂).
Ave cette intégration vous pouvez recevoir les stations météos, sonnettes, PIR… la liste est énorme.
- En plus du 433mhz, @DigiH a fait un gros travail d’ajout de d’appareils et d’amélioration de l’existant sur le Bluetooth decoder.
Plus de 55 appareils supportés!
Vous pouvez profiter de ces changements avec OpenMQTTGateway, mais aussiTheengsGateway, Theengs App sera mis à jour prochainement.
Notez que Theengs Gateway peut aussi fonctionner avec OpenMQTTGateway come satellites/proxies. Voir MQTTtoMQTT function implementé en juin dans OMG. - Grace à @BadWolf42, nous pouvons maintenant persister la configuration BLE cela évite de se fier seulement à la rétention du broker.
Et pleins d’autres changements grâce à l’aide de nos contributeurs.
What’s Changed
Nouveaux BLE devices et changements:
Devices | Model | Measurements |
---|---|---|
Amazfit | Smart Watch/Band | steps, activity heart rate (when activated in the Zepp Life settings) |
ClearGrass | CGG1 | multi firmware support PVVX-ATC |
Hydractiva Digital | Amphiro/Oras | sessions/time/litres/temperature/energy |
April Brother | ABTemp | uuid/mfid/major/txpower @ 1 m/temperature/battery |
April Brother | N03 | temperature/humidity/luminance/battery |
ClearGrass Clock | LYWSD02 | temperature/humidity/battery |
Oria/Brifit/SigmaWit/SensorPro | TH Sensor | temperature/humidity/battery |
Qingping | CGPR1 | presence/luminance/battery |
Qingping | CGDN1 | temperature/humidity/PM2.5/PM10/carbon dioxide |
RDL52832 | mfid/uuid/minor/major/txpower @ 1 m/temperature/humidity/acceleration | |
RBaron | b-parasite | moisture/temperature/humidity/luminance (v1.1.0+)/voltage |
SmartDry | Laundry Sensor | temperature/humidity/shake/voltage/wake |
Switchbot | Motion Sensor | movement/light level/sensing distance/led/scope tested/battery |
Switchbot | Contact Sensor | contact/movement/scope tested/light level/battery |
Switchbot | Curtain | motion state/position/light level/battery/calibration state |
Thermobeacon | WS02 | temperature/humidity/voltage/timestamp/maximum temperature/maximum temperature timestamp/minimum temperature/minimum temperature timestamp |
Thermobeacon | WS08 | temperature/humidity/voltage/timestamp/maximum temperature/maximum temperature timestamp/minimum temperature/minimum temperature timestamp |
ThermoPro | TP357 | temperature/humidity |
ThermoPro | TP358 | temperature/humidity |
ThermoPro | TP359 | temperature/humidity |
Oria/Brifit/SigmaWit/SensorPro | TH Sensor | temperature/humidity/battery |
Otio/BeeWi | Door & Window Sensor | contact/battery |
Fonctions et fixes:
- Mutate relevant compilation variables into config by @BadWolf42 in #1256
- Modify new BT config using MQTT by @BadWolf42 in #1259
- valueAsASubject inconsistency fix by @DigiH in #1260
- Bump Theengs Decoder by @1technophile in #1262
- Add unit for Amphiro/Oras shower head by @1technophile in #1265
- CGDN1 classes & units for auto-discovery by @DigiH in #1268
- Update home assistant.md by @anarchking in #1264
- Additional units by @DigiH in #1271
- Re-publish discovery topics on re-connect (via cfg, disabled by default) by @ssalonen in #1274
- Revert DHT library version by @1technophile in #1276
- Docs adding-protocols BLE clarification by @DigiH in #1279
- Adding unique device names to HA discovery by @spinpwr in #1270
- Bump decoder to v0.9.0 by @1technophile in #1280
- Fix missing lowpowermode attribute by @1technophile in #1281
- [DOCS] Remove HM10 by @1technophile in #1284
- Heltec SSD1306 Display Support by @NorthernMan54 in #1283
- Update of rtl_433_ESP to version 0.1.3 - Support for SX127X transceiver… by @NorthernMan54 in #1291
- IBS-TH1 external probe differentiation by @DigiH in #211 CGG1 firmware extension by @DigiH in #218
- Re-publish BTtoMQTT Theengs discovery topics on MQTT re-connect by @ssalonen in #1290
- Defensive code for Heltec Display by @NorthernMan54 in #1296
- Fix discovery duplicates for BT devices by @1technophile in #1297
- Bump Theengs Decoder to v095 by @1technophile in #1298
- Add Heltec board into the default env by @1technophile in #1300
- Updated docs for the Heltec ESP32 Board by @NorthernMan54 in #1301
Breaking
- Unit change from kPa to bar and kpa to hpa for TPMS and CGPR1 theengs/decoder#201
- Remove HM10 support by @1technophile in #1282
Nouveau contributeur
Changelog: v0.9.16…v1.0.0