error response on phone is is A type is missing a value
-
I got fed up with the way that Apple and the BBC refuse to play nice. I want to stream BBC radio stations through my HomePod. So I set up a flic to auto stream the radio from my mac to the HomePod. The steps are:
Open the BBC radio station URL in Music (e.g. itls://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_two/bbc_radio_two.isml/bbc_radio_two-audio=320000.m3u8) and add it to a playlist (e.g. "BBC Radio 2") Create a folder within plugins called PlayRadio2. Within that folder create an AppleScript called Radio2.scpt tell application "Music" play playlist "BBC Radio 2" set airPlayDevices to (get name of AirPlay devices) --returns a list of names set current AirPlay devices to AirPlay device (item 2 of airPlayDevices) --sets device to item 2 of list end tell Also create a config.json file containing { "pluginName": "Radio2", "pluginDescription": "Starts Playing Radio 2 and streams to HomePod Mini", "protocolVersion": 1, "actions": [ { "actionName": "PlayRadio2", "fileName": "Radio2.scpt" } ] } Reload plugins and off you go... -
My flic hub LR started acting up.
Yesterday, I tried a factory reset, to no avail. IN FACT, I could not get logged into it from my iPhone afterwards with the default password written on the back ( but it did lose its assigned name)
In troubleshooting, i discovered I could get into it, but only with the old manually assigned password, so it would SEEM that the factory reset, doesn't.
I did verify it has current firmware after the reset.
I can add NEW buttons to it, but I can't seem to read any old buttons from the previous build, even if I do a factory reset on the button and try adding it again.
Hen a new button IS added, and proxied to HomeKit, the assigned button name is disregarded, if comes in with the button ID code.
I suspect that some of the old parameters are not being cleared on the factory reset ( password, button assignment by mac layer, etc).
Serial HBACE28-29634
Any suggestions?
-
-
After searching through previous posts, I found mentions of a planned release for the Twist SDK.
As of November 13, 2024, has the HubSDK for Flic Twist been released?Upon reviewing the documentation at
hubsdk.flic.io/static/documentation/
I noticed information on modules such as Button, IR Sensor, HTTP, TCP, UDP, Network, and HubInfo, but nothing related to Twist.
Hence, I wanted to ask if the HubSDK for Flic Twist is indeed still unavailable.