Bad
312ef858c1
Modify new BT config using MQTT ( #1259 )
...
* Move BTConfig_default to ZgatewayBT.ino as BTConfig_init()
* Remove unused function declaration & typo
* Move bleconnect outside of ifdef ESP32
* Add new parameters to json payload on MQTTtoBT/config
And move them to function BTConfig_fromJson()
new parameters: [presenceEnable, presenceTopic, presenceUseBeaconUuid, extDecoderEnable,
extDecoderTopic, filterConnectable, pubKnownServiceData,
pubUnknownServiceData, pubKnownManufData, pubUnknownManufData,
pubServiceDataUUID, pubBeaconUuidForTopic]
* Add ignoreWBlist as new configuration parameter
* Keep hasspresence keyword (do not use presenceEnable)
* Documentation
* Typos & Optimizations arround RemoveJsonPropertyIf
* Template for BT config update
* Ensure BTConfig.minRssi sign does not matter
* Report configuration change on topic /commands/BTtoMQTT/config
# Conflicts:
# main/ZgatewayBT.ino
* Add BT config bool commands (init, load, erase & save) to persist config parameters
* Documentation
* Fix pre-compilation issue
* Fix Code Format
* Use Preference only for ESP32
* Update Doc
2022-09-03 15:08:07 -05:00
Bad
8f9db357e9
Initial doc for Jeedom integration ( #1255 )
...
* Initial doc for Jeedom integration
* Fix Daemon-OK img name
2022-08-13 09:32:22 -05:00
Florian
63e3dd9530
Add OpenHAB3 tutorial and BLE binary ( #1254 )
...
* Add OpenHAB3 tutorial and BLE binary
* Small text changes
Just a few small text changes, also writing out OMG as OpenMQTTGateway, probably clearer for new to OMG users.
Co-authored-by: DigiH <github@digih.net >
2022-08-13 08:57:08 -05:00
DigiH
c4300a002f
MQTT-MAC-IP-mDNS ( #1245 )
2022-07-19 12:10:51 -05:00
Florian
dcbce352be
AWS IOT compatibility
...
implement compatibility with Amazon Web Services IOT through an MQTT connection with certificates. (#1099 )
2021-11-07 07:44:50 -06:00
Alessandro Staniscia
e9ce921717
Add support for discovery device trigger ( #1090 )
...
* Add announce of DeviceTrigger + Update doc
2021-10-24 08:30:36 -05:00
Daniël Kluivingh
b2c09d1fae
Added a manual integration for temperature sensor ( #1036 )
2021-07-27 05:32:07 -05:00
Florian
4f1960a566
node-red tutorial ( #1024 )
...
* node-red tutorial for ble temperature sensor
2021-07-16 20:53:04 -05:00
h2zero
e244decbed
Set BLE_FILTER_CONNECTABLE default to 0. ( #1017 )
2021-07-11 20:20:48 -05:00
Florian
e1aef48296
[Breaking] Deactivate Home Assistant presence per default ( #915 )
...
And enable to activate it by MQTT
2021-04-04 19:34:36 -05:00
Florian
adc5f157cd
Add hass auto discovery gif and img ( #916 )
...
and update M5Stack docs
2021-04-04 14:53:00 -05:00
Stephen Littman
2693f291a8
added room presence yaml to docs ( #869 )
...
* added room presence yaml to docs
Found how to set this up in the issues, so I figured I'd add it to the docs because it works great for me
2021-02-13 12:16:12 -06:00
Florian
2d377a1c3f
Auto discovery deactivation at runtime by MQTT command ( #856 )
...
and switch automatic creation for it in HASS (by autodiscovery :-)
2021-01-31 13:41:22 -06:00
Florian
4d03aa441b
[DOCS] Add Home Assistant user creation note ( #831 )
...
#793
2020-12-11 16:18:33 -06:00
Florian
8b34fbb904
[DOCS] - integration switch ( #817 )
...
Use json insteal of simplePublishing / receiving
2020-11-29 17:40:43 -06:00
tiagofreire-pt
a184355f9b
Xiaomi Mi Scale V2 BLE (XMTZC05HM) configuration ( #796 )
...
Xiaomi Mi Scale V2 BLE (XMTZC05HM) yaml configuration for Home Assistant
2020-11-08 06:30:09 -06:00
Florian
9a66c9ef09
HASS gateway Discovery improvements ( #792 )
...
* MQTT discovery improvements
-remove gatewayBT
-remove device class formaldehyde (not existing in HASS)
-add SYStoMQTT new parameters
-attach connectivity parameter to the device
-add BT gateway infos and switches
-refactor modules storage and publication
2020-11-04 11:53:55 -06:00
Leon Kiefer
b5527d2e7b
added support for secure TLS connections ( #699 )
...
* added support for secure TLS connections
on ESP32 and ESP8266 close #101
* added TLS test builds
* added documentation for TLS
fixed some some issues in the documentation
* added documentation for error code=54
2020-08-02 11:29:28 -05:00
Jon
61f7843e40
[Breaking Change] Change HCSR501 MQTT key to 'presence' ( #710 )
...
* Change HCSR501 MQTT key to 'presence'
2020-07-26 08:14:06 -05:00
Florian
489ce99659
Implement OpenHAB autodiscovery ( #612 )
2020-05-12 15:05:37 -05:00
jrockstad
86f3286ed1
Update home_assistant.md ( #515 )
...
add manual integration example for mi jia
2019-12-23 14:56:57 +01:00
Florian
aa263dc559
Docs vuepress ( #476 )
...
Convert docs to vuepress
2019-10-30 22:15:40 +01:00