1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.55k stars 784 forks source link

tests v0.9beta #318

Closed 1technophile closed 5 years ago

1technophile commented 5 years ago

Non regression testing of v0.9beta:

Here is below the functions to test https://docs.google.com/spreadsheets/d/1_5fQjAixzRtepkykmL-3uN3G5bLfQ0zMajM9OBZ1bx0/edit?pli=1#gid=0

Take the code from the master branch

BeryBurnout commented 5 years ago

Hello, if i comment "#define subjectHomePresence Base_Topic "home_presence/" Gateway_Name" i get no more Data via MQTT or on the serial monitor, on the serial monitor i get multiple "Creating BLE buffer" , same if i comment the whole section, commenting #define pubBLEServiceData true doesn´t help too. if i uncomment the home_presence line i get data over mqtt and on the serial monitor, so what i´m doing wrong?

1technophile commented 5 years ago

Hello, could you indicates what do you want to achieve?

BeryBurnout commented 5 years ago

yes, just wanted to check the normal function, have no experience with HOME ASSISTANT, so i wanted to get the BTtoMQTT topic, like in the examples in the wiki and use them in Node red and domoticz, want to see what data i get from all the Bluetooth and BLE things in my home and find a way to use this data. My first try with ESP32, RF and DHT-11 works great, installed OMG on 2 different ESP32 modules with exactly the same result.

jeanniquini commented 5 years ago

@1technophile Any progress in combining RF + BLE? The limit to the service data string size prevent the crashes but the RF stops working after a while.

1technophile commented 5 years ago

@jeanniquini not yet, I will open a separate issue