Search found 8 matches

by marstc1
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Get Dim Level?
Replies: 1
Views: 3750

Get Dim Level?

Hi,

Is it possible to get the current set Dim level of a device using the the TelldusNETWrapper?

Many thanks


Chris
by marstc1
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Help I want to build a web based app
Replies: 9
Views: 8961

Help I want to build a web based app

Hi guys, As it says in the title I would like to build a web based app to control my tellstick but don't know where to start, any help / advice would be much appreciated. I am currently training to be an MVC web application developer using C# so idealy this would be the technology I would like to us...
by marstc1
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Help I want to build a web based app
Replies: 9
Views: 8961

Re: Help I want to build a web based app

Has anyone had any success using C#?
by marstc1
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Help I want to build a web based app
Replies: 9
Views: 8961

Re: Help I want to build a web based app

Wow, switch king is impressive!

Was it the TelldusNETWrapper.dll which you used located in the development folder after installation?
by marstc1
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Help I want to build a web based app
Replies: 9
Views: 8961

Re: Help I want to build a web based app

Thanks guys, I have managed to take a step forward however I have hit another problem ... I have managed to successfully use the following methods to list my devices .. :D TelldusNETWrapper.tdGetNumberOfDevices() TelldusNETWrapper.tdGetDeviceId() TelldusNETWrapper.tdGetName() However when I try to u...
by marstc1
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Help I want to build a web based app
Replies: 9
Views: 8961

Re: Help I want to build a web based app

Code Sample - Here is my class ... using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using TelldusWrapper; using Tellstick.Models; namespace Tellstick.Controllers { public class HomeController : Controller { int SUPPORTED_METHODS = TelldusNET...
by marstc1
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Help I want to build a web based app
Replies: 9
Views: 8961

Re: Help I want to build a web based app

[SOLVED]

Well done! .. your suspisions were correct. The tellduscore.dll in system32 was an old version, an uninstall and reinstall done the trick. :D

Many thanks for your assistance with this issue.
by marstc1
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Callback in C#
Replies: 53
Views: 72845

Re: Callback in C#

Hi Guys,

Any news on this please?

I would love to know which temp sensors are compatible with the DUO and the tellNETwrapper ao that I can try and read the temp readings into my app.

We have a Clas Ohlson store near by so further details on that brand would be ideal.

Many thanks


Chris