Search found 313 matches

by stefangsbb
Sun Aug 27, 2017 12:10 pm
Forum: Hardware
Topic: Support for IKEA Trådfri
Replies: 20
Views: 43348

Re: Support for IKEA Trådfri

You are welcome, I am glad to help! I did try this for Philips Hue, as it looked in the API as it would work - it did not. When it comes to the IKEA lamps, they have not released any API Documentation (that I am aware of), so I have had to reverse engineer and rely on others on the net that has done...
by stefangsbb
Sun Aug 27, 2017 12:03 pm
Forum: Software
Topic: Controlling brightness (dim level) based on gauge value
Replies: 1
Views: 5040

Re: Controlling brightness (dim level) based on gauge value

Aha cool!
Yes, you are right, the ValueTrigger-Item is the right one, and you may have to use multiple if you want more levels. I have been thinking about adding "ActionOnBetween" and "ActionWhileBetween" on the Item, so you can at lease cover three cases with one Item.
by stefangsbb
Sun Aug 27, 2017 11:58 am
Forum: Software
Topic: Multiple Tellstick Duo
Replies: 6
Views: 9361

Re: Multiple Tellstick Duo

ah, that was a clever workaround! I agree with your point previously, that it would make sense to configure rooms in the sending device. There are two problems involved: First of all, the events does not currently contain information about the sender. Either I would have to add that code to all lamp...
by stefangsbb
Sat Aug 26, 2017 7:15 pm
Forum: Software
Topic: Exec and pipes
Replies: 8
Views: 11286

Re: Exec and pipes

Ok, now I am finally understanding what you are trying to do. The problem is still that all these special characters mess things up when Java tries to execute shell commands. Try to build a script that takes parameters without special characters. say for example that the script looks like this: /bin...
by stefangsbb
Fri Aug 25, 2017 9:39 pm
Forum: Software
Topic: Exec and pipes
Replies: 8
Views: 11286

Re: Exec and pipes

Well, there are a few complications here. First of all, the TCPCommandPort does not allow the "exec" command. This is simple way to reduce the risk of malicious use of remote access. You can go around this by first create a Scene-Item where the first action is the exec you want to do. Then...
by stefangsbb
Wed Aug 23, 2017 5:38 pm
Forum: Software
Topic: Exec and pipes
Replies: 8
Views: 11286

Re: Exec and pipes

Hi I am not sure what you are exactly trying to do here, but one thing to notice is that the exec-command does currently not return any result values, so doing an exec with a echo does not do anything. Also you have to start with an echo if you want to pipe into netcat. Here is one example that turn...
by stefangsbb
Tue Aug 22, 2017 7:33 pm
Forum: Hardware
Topic: Support for IKEA Trådfri
Replies: 20
Views: 43348

Re: Support for IKEA Trådfri

Ok, I am really glad that the problem seems to be solved! I am still very surprised about the cause though... I find it hard to understand how either of those two causes could have had the effect that it worked for a while and then stopped (but not for the app). Well, hardware related issues can be ...
by stefangsbb
Mon Aug 21, 2017 6:42 pm
Forum: Software
Topic: Multiple Tellstick Duo
Replies: 6
Views: 9361

Re: Multiple Tellstick Duo

That would make a lot of sense from the user perspective, since the room indicate physical location. Unfortunately it would be harder to implement. The way it works right now, the lamp-Item sends an event on the internal event bus to send the ON command. This event can be picked up by any other Item...
by stefangsbb
Sun Aug 20, 2017 8:43 pm
Forum: Software
Topic: Multiple Tellstick Duo
Replies: 6
Views: 9361

Re: Multiple Tellstick Duo

Hi PeterS, Thanks, I am glad you like the stuff!! Your problem is not new, this subject has been brought up before. There are currently only two solutions to the problem: One is to separate the two transmitters so far, so they do not interfere with each other. The other solution is to use different ...
by stefangsbb
Sun Aug 20, 2017 3:24 pm
Forum: Hardware
Topic: Support for IKEA Trådfri
Replies: 20
Views: 43348

Re: Support for IKEA Trådfri

There is another possibility - that the GW changes port is uses. I have now implemented an updated version where the GW-Item also reads the port from the mDNS reply, and also updates the port (and IP) if it changes in later mDNS entries. It is in the nightly build.