devWaves / SwitchBot-MQTT-BLE-ESP32

Allows for multiple SwitchBot bots and curtains to be controlled via MQTT sent to ESP32. ESP32 will send BLE commands to switchbots and return MQTT responses to the broker. Also supports Temperature, Motion, Contact sensors
MIT License
531 stars 66 forks source link

IPv6 support #47

Closed samip5 closed 2 years ago

samip5 commented 2 years ago

It would be really nice if this could be be implemented in a way that enables me to connect to an IPv6-only MQTT broker.

Example on IPv6 support on ESP8266: https://github.com/IPv6-ESP8266/IPv6-ESP8266

devWaves commented 2 years ago

I don't think this is possible yet with esp32 arduino https://github.com/espressif/arduino-esp32/issues/1261

samip5 commented 2 years ago

I don't think this is possible yet with esp32 arduino https://github.com/espressif/arduino-esp32/issues/1261

It is possible with SLAAC addresses and static ones.

devWaves commented 2 years ago

the EspMQTTClient doesn't look like it is setup for ipv6. I will close issue but will reopen if needed