pvh0

Results 9 comments of pvh0

I think you forgot to change the first dip switch on the nfc board to on?

And I think you got the soldering wrong, nfc bord is not connected to 5v?

Good to hear it helped. I’m jealous since I was also struggling today to get it working on esp32 but no luck yet!

> Just found this pull request: [esphome/esphome#3625](https://github.com/esphome/esphome/pull/3625) Got this working with: # Example config.yaml ``` external_components: - source: github://pr#3625 components: [ gc9a01 ] spi: mosi_pin: GPIO13 clk_pin: GPIO14 display: -...

> > I actually managed to get it to work. Sorry for the confusion. > > Can you please share the yaml you used to get this display working? Probably...

Got something similar but not sure if I should post under a new issue...: ```jinja 2024-02-09 14:02:26.090 WARNING (SyncWorker_8) [homeassistant.components.sonos] Failed to add SonosSpeaker using : HTTPConnectionPool(host='192.168.2.196', port=1400): Max retries...

Hi all, I get the same indeed, with a "Samsung The Frame". Reading the error it could have something todo with the delay of the off button for the Frame?...

Hello, same issue here: `19.01.2024 22:46:01 [error] MqDockerUp stopped due to an error 19.01.2024 22:46:01 [error] object 19.01.2024 22:46:02 [error] SyntaxError: Unexpected end of JSON input at JSON.parse () at...

Had the same issue here with the following docker command to startup the initial container: `docker run -it -p 8091:8091 -p 3000:3000 --name zwavejsui --device=/dev/ttyUSB-zwave:/dev/zwave --mount type=bind,source=/volume1/homes/username/docker/zwave2jsui/_data,target=/usr/src/app/store zwavejs/zwave-js-ui:latest ` Modified...