Search found 86 matches

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

Re: PowerShell based cmdlets / Commands

This would indeed be awesome. I'm glad to help if you want to (I'm doing quite a lot of powershell at work and home), I started looking at this but did'nt have the time to learn how to solve the oauth authentication... If you wan't to share that part of your code I'd obviously be very grateful :wave...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Autospelande högtalare?
Replies: 8
Views: 7979

Re: Autospelande högtalare?

Jag gör detta med PowerShell idag, fast baserat på device i Telldus Live!. Använder det i dagsläget för att spela bakgrundsmusik när man kommer hem. Har lagt ut lite info under följande länk: http://dollarunderscore.azurewebsites.net/?p=1811 Tror att det finns plugins för Onkyo (förstärkaren) för li...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 144960

Re: PowerShell based cmdlets / Commands

I'll look into it and get back to you!
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 144960

Re: PowerShell based cmdlets / Commands

So glad to hear that, thanks for telling me :-)

Feel free to post any feature requests you might want in this thread and I'll try to take a look at them when I get some time.
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 144960

Re: PowerShell based cmdlets / Commands

Will there be any Get-TDSensorHistory soon ? The data from Telldus Live may be available now like it is with the Device-History ? Sadly, there is no function to call for sensor history afaik, I have made a cmdlet/function for the detvice history though, the full module is available at github: https...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick Net XBMC plugin
Replies: 130
Views: 97365

Re:

Jag har hittat ett tillägg som kan öppna filer eller liknande vid ex play eller paus. Men frågan e hur man ska kunna avända det till tellstick net. Någon som vet om man kan skicka kommando direkt till sin tellstick net ex via en fil man kör? Det skulle funka att köra ihop med PowerShell-funktionern...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick Net XBMC plugin
Replies: 130
Views: 97365

Re: Tellstick Net XBMC plugin

Gör så! :) @Exile82, det blir enklare att köra allt på samma dator, men jag skulle väl i och för sig kunna sätta upp ett REST-api eller dylikt framför också. Har velat lära mig Python ett tag, det vore väl egentligen det bästa för att få det att fungera bra i XBMC, men har lite längre startsträcka d...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick Net XBMC plugin
Replies: 130
Views: 97365

Re: Tellstick Net XBMC plugin

Ville bara återkoppla... Jag har med hjälp av följande addon: https://github.com/KenV99/service.xbmc.callbacks2 Lyckats få det att fungera på Windows genom att ropa på PowerShell-script. Så jag är glad nu! :D Men som jag förstod det var jag lite ensam om att köra XBMC på Windows? Men! Rätta mig om j...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick Net XBMC plugin
Replies: 130
Views: 97365

Re: Tellstick Net XBMC plugin

Det går ju såklart att lägga ett webapi eller dylikt emellan... Men borde det inte gå att köra tdtool direkt på Openelec?

Har dålig koll på den själv, men tror att den är perl eller python-baserad, så borde ju gå att köra tycker jag :)
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 144960

Re: PowerShell based cmdlets / Commands

No problem, I'd love to help if I can :) It seems everything is working fine for you, that code is meant to connect to Telldus Live!, nothing else. It is also meant to be used within a script file (non interactively), but it works in a normal powershell prompt aswell. (but if you run it interactivel...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 144960

Re: PowerShell based cmdlets / Commands

Nice work! I agree OAuth is better since it complies better with the API, but I never got that to work using native .Net classes, dependencies on 3rd party dll's makes things less portable imho. But great work, I might take that for a testdrive later :) (btw, I was a bit scared that this would stop ...