OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
173 stars 116 forks source link

Matter Support #781

Open uppercaseVar opened 10 months ago

uppercaseVar commented 10 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 10 months ago

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

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

ausil commented 6 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 6 months 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

quicklywilliam commented 1 month ago

Curious if this is possible on the current WiFi module. The recent catastrophic demise of Juicebox/EnelX has me thinking a lot about the importance of chargers that support widely adopted open standards. For commercial chargers that’s OCPP, for residential it seems like Matter is probably the best bet?