This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
casper
About
- Username
- casper
- Joined
- Visits
- 46
- Last Active
- Roles
- Member
Comments
-
Hi! The problem is that you're making a PUT request instead of a POST request . The following should work: $text = 'Hello, world!'; $curl = curl_init('http://YOUR-HOMEY-IP/api/manager/speech-output/'); curl_setop…
-
NewTon said: @casperboone I found this information source: Samsung Smartview SDK . Already known to you? Unfortunately, this is about something different then we need. Thanks for sharing!
-
RichardR said: D8000 not found or compatible There is a D-series prototype which you can try, which I posted a few pages back. Don't expect too much from it, since it is a prototype, but you might want to take a look at it.
-
EvertorN said: Is it possible to add a 'Set Volume' action? This would be sooo handy, because I often want to set the volume to a certain level, rather than increasing/decreasing it. As far as I know, this is not possible unfortunately. …
-
Well, it's still sort of supported, just not very actively . As far as I know the app still works on the newest Homey versions. However, I don't use my Homey very often mainly because I simply don't have the time for it, let alone have the time to w…
-
Forgot to hit publish again, but 0.1.0 is available now.
-
New flow cards Also in the newest version - Fix for failing retrieval of sources (usually when tv is off) - Improved stability in initialisation of devices (in case you're tv crashed (i.e. rebooted) when pairing or when restarting the app, tha…
-
jtebbens said: Ok for those that face the crash like me: (TypeError: Cannot read property '0' of undefined at /samsung-tv-sources.js:74:108) Try this patched version: https://github.com/jtebbens/homey-samsung-smart-tv Normally it would cr…
-
woei said: Even with their new API they think about controller a TV in a user/remote control centric way in stead of a programmatic way in my opinion. Why can you only execute volume up/down and channel up/down for example? I would expect in t…
-
Jschuetz said: Maybe this helps https://github.com/andrei10k/new-samsung-remote Really glad to see Samsung switched to a more modern implementation for their newer TVs. At the moment I'm focussing on the TVs <2015. However, when there…
-
Put the temporary 'working' version for the D-series in a separate branch if you'd like to play around with it: https://github.com/casperboone/homey-samsung-smart-tv/tree/d-series. (some knowledge of git / athom's dev tools required, cannot give sup…
-
posthok said: @DieterKoblenz Casper told me recently that the app was ready to go to the appstore That's not what I said . There needs to be some work done first for a good release, but I explained that I already have a working version f…
-
Hi guys, thanks for your interest. I've not been able to spend a lot (or actually any at all) time on the app lately. I hope to be able to work on it soon. Someone from the community is already running a working prototype that I've created for the D…
-
Good news btw, first steps in adding support for the D-series (2012) are succesful, so this series will soon be supported by the app. Thanks to zathras for letting me play around with his tv .
-
jtebbens said: version 0.0.4 still crashes: stack trace: Stack trace: TypeError: Cannot read property '0' of undefined at /samsung-tv-sources.js:74:108 at /samsung-tv-soap-api.js:72:51 at Parser. (/node_modules/xml2js/lib/xml2js.js:484:18) a…
-
Earlier today 0.0.4 was approved and released. Unfortunately this update has not resolved the major issues some of you were experiencing, I will investigate it further and try to come up with a new solution asap.
-
jose said: Hallo casper Ik heb 2 Samsung smarttv de UE40KU6020 en de UE55D7000 allebei vind homey niet Groetjes jose Hi Jose, thanks for reporting this. At the moment only the F series is supported.
-
jtebbens said: Homey v 0.10.3 Appv 0.0.3 App keeps crashing: TypeError: Cannot read property '0' of undefined at /samsung-tv-sources.js:74:108 at /samsung-tv-soap-api.js:72:51 at Parser. (/node_modules/xml2js/lib/xml2js.js:484:18) at emitOne …
-
Oops, at least now it is, forget to press the actual submit button.
-
An (probably successful) attempt to fix that has been submitted for review last Thursday, so will be available soon .
-
Update that fixes the 'Select a TV' issue has been submitted for review. Should be available later this week.
-
Homealone said: I tried the App today for the first time (0.10.1), paired with UE46F6510, but when using the cards "set TV to source" or "set TV to channel" an error message "select a tv" shows up. Am I doing something wrong? I also wonder why …
-
For some reason the number of crashes increased hugely somewhere around 0.9.3 / 0.10.0. Could also be a coincidental increased number of installs of course. Seeing some stack traces similar to the ones in your images. Also getting a "missing_listen…
-
@Qx5 You can see 'the reason' (a stack trace) why it crashed when you go to Settings > Apps. In case it happens again please let me know, try to remember if there was a specific action you (or Homey) did to let it crash, and provide me some deta…
-
mistercage said: Jeroenvano said: I am no programmer but would like to see the newer 2015+ J/K Tizen series supported. Not sure if this is easy done but found some online doc: https://www.samsungdforum.com/TizenGuide/tizen231/index.ht…
-
Qx5 said: Nice work @casper !! My UE40F6400 is controlled like a charm! I made a flow that mutes the TV when homey starts talking and unmutes it again after. Seems to work in 70% of the times. I might change that one to an IR command when it…
-
Reemster said: Sure: UE46F5500AW Thanks, added it to the list: https://github.com/casperboone/homey-samsung-smart-tv/blob/master/README.md#known-supported-models.
-
Reemster said: Super awesome! V0.02 working perfect! great job, Casper! Good to hear . Do you mind sharing your model number so I can add it to list with supported models?
-
JanH said: casper said: Well, if all those things are controlled by your settopbox, then this app won't be able to help you indeed. The things below are not directly aimed at you. Tnx Casper for your quick response an…
-
Also, if you encounter any crashes of the app please let me know (personally). I'm getting some crash reports, but need to know a bit more about the circumstances, before I can look into possible solutions.