Search found 7 matches

by Lullen
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Dimming with c#
Replies: 4
Views: 7753

Dimming with c#

I have recently bought a tellstick (usb) to play a bit with and everything seems to work great except that the dimming does not fully work for me. When I try to set the dim level to 130,140,150,160 it lowers to minimum. On the rest of the values most work as they should. I want to have at least 25 d...
by Lullen
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Getting protocols and models
Replies: 5
Views: 9084

Re: Getting protocols and models

I found it by going and looking in the source code. But I have a problem when creating a new device, after Creation Everything looks good in telldus center, the model,unit and remote all look right. When I have created a device I try to use the telldus center to learn my nexa switch. For some reason...
by Lullen
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Getting protocols and models
Replies: 5
Views: 9084

Re: Getting protocols and models

Oh I found the problem, it wasnt the code but that the nexa device could not store more controller so I had to start it and pressed "all off" on the remote.
So if i want to do this in my program, how do I do it?
by Lullen
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Dimming with c#
Replies: 4
Views: 7753

Re: Dimming with c#

Aha so they only have 16 steps. Why does the code accept from 0-255 then? Then I suppose there is a step each 16 value. But what happends in the code if lets say I send the value of 36? As it does not get set to 0 I might suspect that it is set to the step2(value 31) or 3(value 47)? I am able to set...
by Lullen
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Getting protocols and models
Replies: 5
Views: 9084

Re: Getting protocols and models

Okay I will look into it. Maybe I will if the code is easy enough to change for someone who never written a single line of c :) Just need to find a solution first...
by Lullen
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Dimming with c#
Replies: 4
Views: 7753

Re: Dimming with c#

Aha then it works as I suspected.
by Lullen
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Getting protocols and models
Replies: 5
Views: 9084

Getting protocols and models

I have been struggling to find out how to get the available protocols and models without success. As there is no GetProtocols() in the wrapper I suppose there isnt one in the c api. I tried to look it up by seaching on the SetDeviceParameter() function(which I suppose is the one to set the model and...