riegelbrau

Results 28 comments of riegelbrau

I am running rtl_433 with 433.92 MHz. The MQTT messages show two frequencies: ![grafik](https://github.com/NorthernMan54/rtl_433_ESP/assets/73437730/9ab41685-0249-416a-a16a-fc876ce028d8) One is very near to 433.92 and the other is lower. I tried both with OMG...

How can I create and run this example on my Lilygo TTGO Lora32 T3 V1.6.1 and produce a log like above? For the test the device needs to be filtered...

I've got managed to compile the OOK_Receiver example only with the compiler settings for setBitrate and -DsetRxBW. With -DsetFrequencyDeviation I get compiler errors: ``` Compiling .pio\build\esp32_lilygo\libb82\RadioLib\modules\RFM9x\RFM96.cpp.o : error: expected unqualified-id...

Without any parameter, like the actual OS system time?

I have a Viessmann VScotHO1 with ID=20CB and the samples above did not work in my environment with version 0.98.10-24-ge424ec4 of both vcontrold and vclient. I checked the XML variants...

I face the same issue on OH 4.1.2. Unfortunately the workaround mentioned above, does not change anything. The problem persists. Any new ideas?

I solved my problem. Sorry, it was my own mistake. I had a trailing blank in the password field, may be from copy/paste. After deleting the blank, all is running...

I tried to figure out, where in the code the wrong stat_t payload is created, but without success, because I am not familiar with this kind of cpp development. May...

Thanks for the hint! I tried to figure out, where the state topic is created and I feel it could be here: ![grafik](https://github.com/1technophile/OpenMQTTGateway/assets/73437730/0d32c72e-4fe8-431a-a609-7db038d07680) I cannot see, what the code exactly...

I found the reason for the wrong state topic. This code: `// Remove the key from the unique id to extract the device id String idWoKeyAndModel = idWoKey; idWoKeyAndModel.remove(0, strlen(pdevice->modelName));...