Holger Müller

Results 15 issues of Holger Müller

I am new to homA and just installed this and node.js on a RPi running jessie. After npm install and running demo I got an error message: ` self.mqttClient =...

This is based on the esp_mqtt_proj example but slightly modified. Sorry that this pull request includes all the code style corrections and g++ compile warning fixes. I did this in...

### Basic Infos - [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [x] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...

Hi, since PR #8821 I get this output from ESP8266WebServer: ``` [String] 'Content-Ty ... ires: -1 ': Reallocating large String(140 -> 162 bytes) ``` It's from this line https://github.com/esp8266/Arduino/blob/be02af0504869e2bf119a013fe8fd6cf5ed8e411/libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h#L433 if...

To solve #840 in a better way this PR uses delegate constructors to always initialize the members of the class.

To make it easier to find the reason where and when the mqtt connection fails I added some debug outputs that are default off. Enable e.g. with `-D DEBUG_MQTT` in...

What do you mean with `Beginning with version 2.6, the message payload is sent directly during publishing.`? https://github.com/256dpi/arduino-mqtt/blob/master/README.md#notes There is no version 2.6 ...

Fixed a few things to make build work on macOS.

During compilation of the plugins I get these warnings: ``` [ 85%] Linking CXX shared library ../libpaintPlugin.dylib ld: warning: ignoring duplicate libraries: '-lc++' ld: warning: search path '.../nomacs.hmueller01/build/libs' not found...

Can we add a function to publish messages in one call like this ``` int MqttClient::publish(const char* topic, const char *payload, bool retain = false, uint8_t qos = 0, bool...

type: enhancement
topic: code