Simon Christmann

Results 16 issues of Simon Christmann

Only one of my devices is available via MQTT. This might be due to a space in one of the Chromecast's friendly name `Simon's Zimmer`: ``` INFO:event:added device Simon's Zimmer...

bug

Regular labels: Round labels:

Many extensions need to know the base path of the currently rendered Markdown file, as they are supposed to include assets relative to the markdown file. Two of them are:...

Needs design decision

Since some Update (I didn't keep track of that but right now I'm running 10.14.2) the ability to always show the Muse controls is gone. Formerly: Open Spotiy, Open Muse,...

Two points about the script itself: * Default the mqttHost and mqttPort to the current browser location. This is very convenient if you set-up a web socket relay on `ws://thisaddress/mqtt`...

Due to current implementation of [this line](https://github.com/dersimn/owrtwifi2mqtt/blob/2b1e4ffa29d39bd0e080685c9b2ca70dcfdde403/example/OpenHAB/rules/wifi_detection.rules#L6) in `wifi_detection.rules`, persistence detection is not working under the following circumstances: - When Persistence of the items `Person_X_Wifi_LastSeen_Seconds` is not set to restore...

When using for e.g. `spotifyApi.refreshAccessToken();` (which uses [`new Buffer()`](https://github.com/thelinmichael/spotify-web-api-node/blob/be15f1c742b35134ce5bd35521d8bf1ab1ba67cf/src/server-methods.js#L98)): ``` (node:79216) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods...

How do you feel about a function like this? ```javascript spotifyApi.getGeneric('https://api.spotify.com/v1/users/USERID/playlists?offset=20&limit=20') ``` It would make things like this possible (see tutorial folder for working example): ```javascript // Get first batch...