OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
155 stars 107 forks source link

Matter Support #781

Open uppercaseVar opened 6 months ago

uppercaseVar commented 6 months ago

Would it be possible to add matter support so that the EVSE can be controlled by a smart home app like Google Home, Alexa, HomeKit, or Samsung SmartThings? I know matter doesn’t officially support an EVSE device type but until it does the outlet device type can be used.

chris1howell commented 6 months ago

Looks like it is possible. There is a ESP32 library for Matter.

https://github.com/espressif/esp-matter

ausil commented 2 months ago

matter 1.3 was just released which introduced support for EVSE's https://csa-iot.org/newsroom/matter-1-3-specification-released/ It would be great to add support to simplify integration into smart home ecosystems

KipK commented 1 month ago

Esp32 matter needs a bunch of ram based on what I saw. Plus squetch size would be too big on previous evse wifi module. Matter needs BLE compiled in because of Bluetooth commissioning. The new wifi module with bigger flash, + some SPRAM could make it.

An interesting discussion about it here: https://github.com/espressif/esp-matter/issues/363