DigiH

Results 229 comments of DigiH

Ok, I've bumped **MILIGHT_HUB_SETTINGS_BUFFER_SIZE** up to 6144 (from the previous default 4096) for now and all is fine even with my longer Device Names and newly added bulbs. So no...

@VDRainer Also possible across restarts with my comment in https://github.com/sidoh/esp8266_milight_hub/issues/765#issuecomment-1627745981

Closing as fixed with 0.1.4 and https://github.com/NorthernMan54/rtl_433_ESP/pull/43 there are only very sporadic TFA-303221 recognitions of my LaCrosse-TX141THBv2 thermometers. Thanks

This is implemented in OpenMQTTGateway already, sending separate messages with the different serviceuuids and servicedata to Decoder to also allow for single uuid/servicedata model condition recognitions.

Implemented model condition access to device's MAC address in correct order or reversed with https://github.com/theengs/decoder/pull/263

Hi @chrismox The WebUI is only available for ESP32 based pre-built binaries, not ESP8266 https://docs.openmqttgateway.com/use/webui.html#webui > "modules":["RF"] There is no WebUI module installed on your gateway, so obviously you will...

Hi @ilgrank The SJWS01LM seems to only be supported by decrypting the encrypted BLE advertising data, along with the individual key. https://custom-components.github.io/ble_monitor/by_brand#xiaomi Decryption is currently not yet supported by OpenMQTTGateway,...

The example given does require the bindkey to then be able to decrypt. Not possible with OpenMQTTGateway currently, but something we are looking into for the future. Also, are you...

I have to admit I haven't fully read the related issue through enough to know if or if not the Telink Flasher removes any need for a bindkey, but I...