Search found 45 matches
- Thu Nov 29, 2018 8:50 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
Soooo...what about getting sensordata other than temperature and humidity? Is it possible and will you fix it? You see I got this raincollector-thing from Oregon. It is detected just fine on telldus-web interface and it shows values for both current measurement and an average of rain per hours. Both...
- Tue Oct 23, 2018 4:27 pm
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
Both works fine now 

- Thu Oct 18, 2018 6:34 pm
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
Same problem with Set-TDSensor and -NewName-switch....
- Tue Oct 09, 2018 7:01 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
Having a problem with renaming a telldus device to a name containing country-spesific charachters (in my case norwegian). Works manually via normal web-input on Telldus Live site, but not when using Rename-TDDevice. I think this used to work just fine on older versions. Or maybe Telldus-site/api has...
- Thu Jul 19, 2018 9:38 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
A completely different question: Does anyone know why each sensor has its own 'SensorID' in addition to already having its own unique 'DeviceID'. What is it (or can it be) used for? 

- Thu Jul 19, 2018 9:33 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
Also good to know regarding this issue: The collecting/maintaining of historydata even for ignored sensors still is working as usual (if the 'Save historydata' is checked). :D So the "Get-TDSensorHistoryData"-function WILL still get the all historydata for both ignored and not ignored sensors (i.e. ...
- Thu Jul 19, 2018 9:02 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
Ah, OK. Seems they have no plans to fix it? Oh well, at least it's fixable by them manually then. Thanks for reporting back! From Telldus support: "Hopefully our developers can solve this later in the fall when everyone is back from vacation again. Please note that this bug only occurs for TellStic...
- Thu Jul 19, 2018 8:59 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
btw: can confirm that the -IncludeIgnored switch works in 1.1.5
- Thu Jul 19, 2018 8:43 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
I don't know yet, I asked them if it will be fixed, but hasn't got an answer for that..yet?
- Thu Jul 19, 2018 8:31 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
The unignore-thing is a bug in Tellstick NET. Got this answer from support:
"Yes, I´m afraid that is right.
There is a bug that occurs when you have TellStick Net that doesnt allow users to take back ignored sensors.
We can do this manually though."
"Yes, I´m afraid that is right.
There is a bug that occurs when you have TellStick Net that doesnt allow users to take back ignored sensors.
We can do this manually though."
- Thu Jul 19, 2018 6:47 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
And this line: '$SensorData=Get-TDSensor | Get-TDSensorData' does not collect ignored sensors?!
- Thu Jul 19, 2018 6:35 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
There seems to be a problem with Set-TDSensor. Ignoring a sensor works fine, but unignoring it does not. This may be an api-problem because when trying the same thing manually on Telldus Live web-site also fails. The sensor seems to be 'unignored' on the screen, but the setting won't stick, the sens...
- Sat Jun 23, 2018 6:27 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
Log inn manually on web and accept the new 'terms&conditions'. The modules should work again after this. Worked for me when they stopped workng like that 10-12 days ago
- Sat Feb 17, 2018 7:48 am
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
Yes, I know. I' m still on Win7, Office 2010 and Delphi 7........"When things stops working, THEN fix it" 

- Fri Feb 16, 2018 7:42 pm
- Forum: General
- Topic: PowerShell based cmdlets / Commands
- Replies: 123
- Views: 63176
Re: PowerShell based cmdlets / Commands
YES, there it was. The clue you need to understand why it not worked for me is that I am still using older version of 'teldus.psm1'-module and have forked the new Set-TDSensor function into it (with some changes to the login-stuff and URI invoking-stuff, i.e. I use the live.telldus.com endpoint yes....