Jens B.

Results 96 comments of Jens B.

@FireSale14 @mabeca96 has reported several codes that work with the SJB (see https://github.com/jnsbyr/esp8266-intexsbh20/issues/13#issuecomment-1194086643). So the hardware and the software of this project seem to be compatible. Now someone with an...

I will be happy to include anything you can find out. Maybe you need no logic analyser for this. First look at [comment #13](https://github.com/jnsbyr/esp8266-intexsbh20/issues/13#issuecomment-1194086643). It already contains more than half...

@algermi Can't help you much with HomeKit, but you basic understanding of MQTT seems to be right. If a node "publishes" something, that's the output to the MQTT server. And...

@algermi Deutsch ist kein Problem, aber wir sollten auf GitHub bleiben. Öffne die Datei [SBH20IO.cpp](https://github.com/jnsbyr/esp8266-intexsbh20/tree/master/SBH20IO.cpp) mit deiner IDE (z.B. Arduino). Ab Zeile 86 findest du das Button-Mapping *namespace FRAME_BUTTON*. Ändere...

@algermi Danke, dass du die Zuordnung der Button-Codes für SJB-HS ausgetestet hast. 0x0001 DISINFECTION ##tested 
0x0002 BUBBLE ##tested 
0x0004 
0x0008 JET ##tested 
0x0010 
0x0020 
0x0040 
0x0080 FILTER ##tested 0x0100 
0x0200 
...

@algermi Super, das sind echte Fortschritte. Bitte gib noch die Codes für TEMP_UP und TEMP_UNIT an, die du heraus gefunden hast. Habe mit der Programmierung begonnen. Das Projekt komplett auf...

@Elektroarzt: If you still think adding the Node Red flow to project is a good idea, please proceed or close this issue.

>it would be essential to have an easy configurable line at the beginning Agree form the user standpoint. But due to the many different hardware platforms that are supported this...

This feature can be enabled and configured in EthernetClientStream.h, EthernetServerStream.h and WiFiStream.h respectively by `#define WRITE_BUFFER_SIZE 40` It is enabled by default. The default size may be increased depending on...

This is a platform and hardware dependent issue I am unable to resolve by myself because my use cases are limited to AVR and ESP8266 After some diggig through the...