DigiH

Results 234 comments of DigiH

> Did we solve your problem? Nope, unfortunately you didn't, the recent textual update just made it worse ;( as the hack we previously found for a manual updating of...

I think you meant Theengs Explorer, and yes, he's already on it and looking forward to hopefully get it nicely running with the latest textual update.

When compiling your builds in the Arduino IDE or platformio you can define your own PIN DEFINITIONS as you require in https://github.com/1technophile/OpenMQTTGateway/blob/development/main/config_RF.h#L124 Hope this helps

Sorry, I don't quite understand that question, but maybe if you have a look at the CC1101 related documentation regarding the pinouts, as well as the required **ZradioCC1101** it becomes...

On the web-install with predefined binaries there is no possibility to define your own GPIO pins or make any other build customisations. For that you would need to use the...

This has been implemented with the 0.9.15 release of OpenMQTTGateway https://github.com/1technophile/OpenMQTTGateway/releases/tag/v0.9.15

Hi, I think it could be `# ${libraries.wifimanager8266}` being commented out. Introduced in 0.9.9 under BREAKING. Hope this helps

@sergeolkhovik Sorry, I thought you made a self-built image for that with the above environment details ;) ``` [env:rfbridge] platform = ${com.esp8266_platform} board = esp8285 lib_deps = ${com-esp.lib_deps} # ${libraries.wifimanager8266}...

Hi @00pi @Foguet @joselito11 @steigerbalett I've created an initial test decoder for the Braun BT toothbrushes. If you could test it with your respective models and give some feedback, that...

> `{"id":"A0:A0:A0:33:33:55","mac_type":0,"name":"Oral-B Toothbrush","rssi":-78,"txpower":0,"brand":"Braun","model":"Toothbrush","model_id":"Braun_BT","state":"idle","mode":"off","pressure":50,"time":0}` Thanks for the feedback @Foguet, it also showing that the toothbrush broadcasts a name. Could you also tell us which model your Oral-B toothbrush it is, iO...