Nickolai Golubev

Results 6 comments of Nickolai Golubev

I am getting the same behavior after installing this plugin on the latest Home Assistant 0.104.3 on a RPi. I can see the CP on http://hassio.local:8090/ but can no longer...

> > > @EtoTen the behavior you describe is expected (and indeed documented in the usage instructions for this add-on). When the add-on starts OZWCP, it must stop HA since...

proposed fix for issue: https://github.com/exothink/eXoCAN/issues/20

Just tried with a rpi4, same exact behaviour with a fresh install.

**Update** Adding: ARDUINO_ADAFRUIT_FEATHER_ESP32S2 manually to the build flags, let it build ok. I guess that definition is not getting set automatically in PlatformIO for the "featheresp32-s2" maybe it is in...

Try ```cpp Serial.println( "DNS:" + WiFi.dnsIP().toString());` ``` also try ```cpp WiFi.config(WiFi.localIP(),` WiFi.gatewayIP(), WiFi.subnetMask(), IPAddress(8,8,8,8)); ``` ( from https://github.com/espressif/arduino-esp32/issues/2990 )