Skip to content

Verbindung über BLE und RS485 nicht möglich #125

Answered by syssi
romeox44 asked this question in Q&A
Discussion options

You must be logged in to vote

Bei der BLE-Verbindung musst du zwingend auf das Framework esp-idf setzen. Das Framework arduino crasht bei der ersten empfangenen Nachricht. Vom Crash siehst du leider nichts, weil du das Logbuch ueber WiFi konsumierst. Bitte aendere diese Zeilen:

esp32:
  board: esp32dev
  framework:
   type: arduino

in

esp32:
  board: esp32dev
  framework:
    type: esp-idf
    version: latest

Bitte stell sicher, dass du esphome in der Version >2022.5.0 einsetzt, da die mqtt-Komponente in früheren Versionen nur mit dem Arduino-Framework kompatibel war.

Bei deinem ESP8266-Setup mit der seriellen Verbindung ist meine Empfehlung den logger mit deaktivierter serieller Schnittstelle zu laden ansonsten wir…

Replies: 12 comments 18 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by syssi
Comment options

You must be logged in to vote
2 replies
@syssi
Comment options

syssi Jun 7, 2022
Maintainer

@syssi
Comment options

syssi Jun 8, 2022
Maintainer

Comment options

You must be logged in to vote
1 reply
@syssi
Comment options

syssi Jun 7, 2022
Maintainer

Comment options

You must be logged in to vote
2 replies
@syssi
Comment options

syssi Jun 7, 2022
Maintainer

@user0x01
Comment options

Comment options

You must be logged in to vote
2 replies
@syssi
Comment options

syssi Jun 8, 2022
Maintainer

@syssi
Comment options

syssi Jun 8, 2022
Maintainer

Comment options

You must be logged in to vote
1 reply
@syssi
Comment options

syssi Jun 8, 2022
Maintainer

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@syssi
Comment options

syssi Jun 8, 2022
Maintainer

@syssi
Comment options

syssi Jun 8, 2022
Maintainer

@romeox44
Comment options

@romeox44
Comment options

@syssi
Comment options

syssi Jun 8, 2022
Maintainer

Comment options

You must be logged in to vote
1 reply
@romeox44
Comment options

Comment options

You must be logged in to vote
3 replies
@romeox44
Comment options

@syssi
Comment options

syssi Jun 9, 2022
Maintainer

@robio339
Comment options

Comment options

You must be logged in to vote
1 reply
@syssi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants