esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 36 forks source link

ESP32 mit MCP2515 extended_ID wird nicht empfangen #4885

Open Grisu74 opened 1 year ago

Grisu74 commented 1 year ago

The problem

Hallo,

esphome mit esp32 und MCP2515 kann keine extended_id empfangen Senden geht und Standard_id funktioniert auch.

Wo ist das Problem?

Which version of ESPHome has the issue?

2023.8.3

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2023.9.2

What platform are you using?

ESP32

Board

ESP32 Dev Kit C V2

Component causing the issue

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

ssieb commented 1 year ago

You didn't include any info. What have you tried? What isn't working?

Grisu74 commented 1 year ago

Hello,

here is my code.

I want to control a charger via CanBus. I use an ESP32 with MCP2515 and the MCP library. This is connected to CanHack. Communication with the charger works. If I integrate ESP32 and MCP2515 into the ESPHOME bus system, everything works except for receiving extended IDs. Sending works!! StandardID works.

`captive_portal:

spi: id: McpSpi clk_pin: GPIO18 mosi_pin: GPIO23 miso_pin: GPIO19

switch:

canbus:

SpenZerX commented 9 months ago

LOOPBACK mode gives no echo on tx with extended id ... Please fix.