Kind of pulling my hair out with this for some reason. The controller seems to pair OK and shows-up with the right device handler. Get very occasional volume turn events but nothing else (no button pushes) in the live logging. Tried deleting and re-adding controller multiple times and re-publishing device handler/smart app. Even tried earlier versions of each. Any tips? Maybe the hardware itself is bad, but surprised it would even pair if it was.
Hello
I really cant get this to work at all. It pairs, i have everything installed as it should be, smartthings has discovered my symfonisk controller as it should but I get 0% battery all the time. If i assign single press/double press etc they do nothing. Ive assigned my sonos speakers and ive tried them one by one. Nothing.
Im clearly being dumb or its broken!
Any help would be great. Thanks
Same for me. Nothing works
thanks @Waldo68 ! just trying to get the dimming functionality working with the new Smartthings app? All pairing and button presses are working and I can even see the dimming values changing in the device menu, but I donât know how to assign the dimming to a bulb?
I got the button paired and the press buttons work to play my sonos speaker but volume dimmer does not adjust the volume, nothing happens on the sonos speaker. I can see in the logs that the action is recorded:
Creating event: [name:button, value:held, data:[buttonNumber:2], descriptionText:SYMFONISK Sound Controller volume button was held, isStateChange:true]
Got it working. I forgot to set the Sonos Remote Control app.
Submitted a PR to get the dimmer working again with the new app. @jusa1980, please take a look!
Iâve set up the Device and Smartapp but I get no response from my dial.
Battery level reported as Zero. Anything I should be checking?
Hello,
I succeed to install the DH and Smart App. I assigned stop and play. But How to assign the volume to the Sonos controller?
THX.
I also had the issue that rotating the dial did nothing but button presses worked.
For me this was resolved by looking at the device and manually changing the dimmer slider up.
After that, rotation does raise/lower volumes.
I really wanted this to work, so I didnât have to use the Ikea hub.
i am fairly new to the smartthings world, but I was able to manually install the DH and smart app (adding from repo encountered an error, same as someone had already posted here) but thatâs where it ended. i was unable to find the new device type or pair the button. any baseline instructions for noobs would be appreciated.
I also can no longer access this Smartapp. It is listed under the IDE page but I cannot delete it or update from repo (error).
Just wanting to confirm since thereâs not much going on here; Does this still work for using the Symfonisk remote to control lights?
Likewise. Iâve published the code to my Device Handlers, but it doesnât pair with my hub properly. I do the usual IKEA pairing method of 4 presses on the pair button, but it comes up as a generic device called âThingâ everytime and you canât even access it. I changed the device type in the IDE to the name of the DH, and that makes it accessible, but I canât do anything in it like the others since the device basically isnât registering at all. Also tried @Luis_Pintoâs DH since it said it was updated 4 months ago, but I get the same results and have to still add it manually in IDE (and still get no functionality).
Similar results with this recentlyâŚ
It was working for me previously - Symfonisk with DH and Smartapp.
Recently I had to remove the device and re-pair it. It pairs ok, but nothing registers when pushing the button or rotating the dial.
And when turning on/off via the app, I get the error âA network or server error occurredâ.
Any feedback would be appreciated.
So mine was working the last I checked, but I want to modify the smartapp to use this on my blinds.
Iâm a bit lost on how to link
to the commands.
Can I simply replace Sonos.Pause with Axis.Pause for example?
This is a great smartapp for handling the Symfonisk Controller.
Unfortunatly, it offers only control of rgb lights. My Hue warm light didnt even show in the list of available controllable devices.
Since the original creator doesnt seem active to handle update, I forked his code, and created a new version of the light control smart app, to allow control of all dimmable devices (devices that has level).
This includes My white philips Hue lights, and should also include the blinds you are talking about. However I dont have this kind of blinds, so please test it and let me know.
Here is the source code for the new complete project if you are setting it up for the first time :
But if you had the old version, all you have to do is to update your smartapp with this new version :
Let me know how your test goes.
Here is how I fixed the issue.
Problem:
- I paired it by pressing the pair button on the back 4 times until red light came on
- Scan near me in app
- Shows up as âThingâ
- Edited the device to set the DH to the custom DH Symfonisk Controller
- Nothing works
Solution:
- Do the âproblemâ steps above and make sure you do (4). This way ST now knows which DH to apply to this custom device.
- WITHOUT removing the device from ST, press link button 4 times again. Red light blinks.
- In the App, Scan Now
- It will re-add it and this time it will show the device as whatever you named it previously with CORRECT DH!
- Enjoy
WHY
I think the fingerprint matching in the DH code is wrong/dated. This is why it shows up as a âThingâ and just goes into a weird state and never initializes the device. By assigning it the correct DH and then âre-pairingâ, it is forced to initialize but with correct DH.
Any chance this will be updated with a new edge driver or is there a generic one which can be used? Thanks
After they migrate to new edge driver platform the smartapps stop working and now I cannot control volume from button. Had anyone managed to solve this problem?