snizzleorg
snizzleorg
I was wondering if I could extend my airplay setup with some songs speakers. Did you get the SYNC problem resolved?
it's implemented now: https://esphome.io/components/binary_sensor/pn532.html
as I see there now is NDEF support: ``` pn532_i2c: id: pn532_board on_tag: then: - homeassistant.tag_scanned: !lambda | if (!tag.has_ndef_message()) { ESP_LOGD("tagreader", "No NDEF"); return x; } auto message =...
@luka6000 I tested your mod but unfortunately it crashes upon reading a URL. normal tags do work ``` [22:10:05][I][app:102]: ESPHome version 2022.2.6 compiled on Mar 11 2022, 21:52:38 [22:10:05][I][app:104]: Project...
When I use serial logging I get a little more info: ``` INFO Reading configuration /config/esphome/tagreader-99b7b9.yaml... INFO Starting log output from /dev/ttyUSB0 with baud rate 115200 [22:11:46][D][pn532:283]: Mifare ultralight [22:11:46][D][tagreader:260]:...
That's working! and it is really cool! Thanks!
And how do you get the sonos:// url for a specific station? I don't see any share functionality in the sonos app.
@luka6000 any idea how to get podcasts working? It seems that https://open.spotify.com/show/ is the link but I guess then the way of passing that onto the Sonos would be different......
@luka6000 podcasts show up as sonos albums. So it seems not to be possible. I am using your blueprint and it really works great.
``` steffen@automator ~ $ node -v v4.2.1 steffen@automator ~ $ npm -v 2.14.7 ``` ``` steffen@automator ~/OpenHAB-HomeKit-Bridge $ npm install npm WARN deprecated [email protected]: lodash@ [email protected] install /home/steffen/OpenHAB-HomeKit-Bridge/node_modules/ws/node_modules/utf-8-validate > node-gyp...