puuu

Results 44 comments of puuu

Hi, thanks for using MQTT433gateway! I could not observe such a behaviour. What protocol you are using? Did you get any message on the serial interface? You can try to...

This behaviour I also can not observe. But it is difficult to test, because there is always a message arriving on 433 MHz, e.g., every 10 minutes from one of...

Most 433MHz protocols do not have any data integrity bits. They simply send the same message multiple time (e.g. more than 5 times). To check the integrity of a message,...

I did not saw any error like this, but I have no possibility to test it with a Mac. I tested with Linux and Atom (you can also check the...

@ratawit sorry for the late reply, I totally missed this issue. Are you sure that this is a `arctech_switch_old` remote? The output only indicates the pulse behaviour is similar, but...

Hi, nice to hear that USIWire is of interest. Feel free to use USIWire as you like. In fact, [ATTinyCore](/SpenceKonde/ATTinyCore) bundled it. Unfortunately, changes do not come back to this...

> The library itself and the object is called Wire. However, the class is called TwoWire. [Here](https://github.com/MCUdude/SigmaDSP/blob/f2a7be955a124bddbd94d2342afc2514b9276a07/src/SigmaDSP.cpp#L16-L20) and [here](https://github.com/adafruit/Adafruit_SSD1306/blob/673fc5d974eec96d6368c46d48a81e9447463b61/Adafruit_SSD1306.cpp#L171-L181) is examples of libraries that expect a TwoWire object to be...

Hi, thank you for testing USIWire. Unfortunately, I can confirm that the test not always run successfully. Tuning of the `delay()` may help. The current `delay()` values were tested with...

`umqtt.robust` works fine as it should. Tested with mosquitto mqtt broker (1.3.4) on Debian/Jessie (default configuration on Debian is `persistence true`). 1. start `example_sub_robust.py` on ESP8266 or unix port (you...

For the bot: the parent esphome/esphome#3333 pull request is still alive.