Search found 86 matches

by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

Set-TDSensor -NewName can not be used to delete the name (set it to blank) ?! Seems you're right. I can't get the API explorer to clear the name of a sensor either. If I post a empty value using the Telldus Live! web page it does set the name of the sensor to "(no name)", but as soon as a...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

I was just made aware of a problem with authenticating this module when it's used initially or without using a stored credential that sadly seems to have been going on for a while, my apologies to anyone who's been affected by this (I used a service to provide shortened urls that was depricated this...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

So, with the release of PowerShell 6.0 aka PowerShell Core, I wanted to revisit this project a bit. (see: https://blogs.msdn.microsoft.com/powershell/2018/01/10/powershell-core-6-0-generally-available-ga-and-supported/ ) The goal is to enable cross platform support (PowerShell core runs on Windows, ...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

A few other tasks that we have to log on to Teldus Live manually to perform would be nice to be able to do via the CMDLet: Turn on/off the Telldus live's 'store history'-function for sensors. Set the Ignore/Show switch for devices/sensors Implemented in the new module (Set-TDSensor)! Also added Get...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

Just wanted to let you know that I've upgraded the "backend part" to newer infrastructure. Shouldn't make any difference whatsoever in terms of how to use the module etc. but hopefully it will be slightly faster now :-) If you notice something weird then please reach out and I'll have a lo...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

Ahh, thanks for reporting back! I've added a fix to the module for that but I'm working a few other changes as well so I'd rather wait and release them all at the same time. Not sure when I'll do the release but I'll post back when I do!
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Hårdvara
Topic: Net v2 och Nexa wmr-1000 funkar väldigt dåligt.
Replies: 2
Views: 2597

Re: Net v2 och Nexa wmr-1000 funkar väldigt dåligt.

Har ett gäng wmr-250 som beter sig likadant. Efter ett tag går dom ner sig och funkar sällan/aldrig.
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

hmm, odd. Just tried it on one of my sensors and it worked fine for me.

You ran something like:
Set-TDSensor -DeviceID 123456 -IgnoreSensor $true

or?
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

hmm, alright I get the problem at least. Might not be easy to solve "client side" but I guess I could potentially add a switch (-ConfirmCommand or something like that) that polls the history and wait for the verification to be registered, and if not resend the same command as a "retry...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

That is really weird, when I run it against one of my sensors I get a success status back and the sensor gets ignored.

Not sure it's related... But Telldus returns a "editable" property for all sensors, is that set to True or False for the sensor you try to ignore?
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

Very odd indeed, not sure what's failing.

I guess the easiest way would be to simply run Get-TDSensor, it returns the "editable" property :-)
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

Alright, not sure what can cause that then.

Does it work if you just check the "Ignored" checkbox through live.telldus.com and hit save? (I know you tried posting it in the URL, just want to make sure you also tried the standard "UI" way :-) )
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: HTTP-begäran till tex Google Docs?
Replies: 3
Views: 10946

Re: HTTP-begäran till tex Google Docs?

Kan bara hålla med... Dock så kan man faktiskt trigga IFTTT applets via http requester också (webhooks), så jag har några såna där det går över http till IFTTT och sen får den appleten vara "brygga" till "resten av världen" som precis som du säger gått över till https :-) Inte en...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

Hmm... That seems weird. What do you mean by not being able to query the state value? Is the value wrong, missing or something else? The module just gets the data from the Telldus API, hopefully that should be correct. But if not, I'll be happy to take a closer look on what's up! (I actually don't h...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 147922

Re: PowerShell based cmdlets / Commands

Ahh, I get what you mean now.

Just as you said, I guess the status in Telldus Live! is simply kept in sync/updated on an event basis. So as long as the internet connection isn't dropped or there is a service error or similar, the status should be trustworthy I guess :)

Glad it works :D