Search found 86 matches

by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Se vilka som är hemma
Replies: 10
Views: 11679

Re: Se vilka som är hemma

Tillhållarlåset var ju faktiskt smart. Enda nackdelen jag kan komma på jämfört med att kolla WiFi är att man inte kan veta hur många/vilka som har kommit hem. (Plus lite stök när ens bättre hälft "låser in en" av misstag (I hope) på morgonen vilket händer ibland hos oss ;-) ) Använder möjl...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Powershell Webserver
Replies: 2
Views: 10743

Re: Powershell Webserver

Hej! Kul att se fler här på forumet som upptäckt PowerShells användbarhet inom detta område! Har själv gjort större delen av min hemautomation med PowerShell, t.ex. en modul för Tellstick Net (http://www.telldus.com/forum/viewtopic.php?f=22&t=3367). Lägger även ut det mesta på min blogg om du vi...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Soluppgång i sovrummet?
Replies: 7
Views: 5917

Re: Soluppgång i sovrummet?

Jag gör just detta med powershell. Men det hade helt klart varit enklare med en färdig funktion... Jag triggar "soluppgången" baserat på när köerna till jobbet släpper... :) Mer info finns på: http://dollarunderscore.azurewebsites.net/?p=951 Vill du bara sätta igång den baserat på tid behö...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Checking if anyone is home (PowerShell script)
Replies: 1
Views: 10791

Checking if anyone is home (PowerShell script)

There are probably many ways of doing this, but I thought I could share my way of doing it here aswell. I made a post about it on my blog at: http://dollarunderscore.azurewebsites.net/?p=2851 It's basically a script that runs every 1 or 5 minutes that checks which of our phones are connected to WiFi...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Se vilka som är hemma
Replies: 10
Views: 11679

Se vilka som är hemma

Tänkte höra vilka lösningar ni har hittat för detta? Känns som en ganska central del för att få hemautomationen att fungera bra; bara tända upp alla lampor när första personen kommer hem, släcka när alla verkligen är borta o.s.v.... Försökte söka i forumet men har inte hittat så mycket matnyttigt, k...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Se vilka som är hemma
Replies: 10
Views: 11679

Re: Se vilka som är hemma

Ah, en fördel (till) med att inte köra ett mobil-os som är nerlåst... Kan den även skicka iväg en signal när du lämnar hemcellerna? Håller med angående WiFi, det kan ta ett tag innan den kopplar upp sig, inte helt optimalt. Jag har löst just den biten genom att har en IR-sensor vid dörröppningen hem...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Hårdvara
Topic: Termometer från Kjell.com
Replies: 12
Views: 14202

Re: Termometer från Kjell.com

Använder du lithium batterier?

Jag hade en sån med vanliga batterier, det fungerande inte alls. Fick den faktiskt bytt, den nya satte jag i dyra lithium-batterier i, den har fungerat klockrent sen dess!
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Se vilka som är hemma
Replies: 10
Views: 11679

Re: Se vilka som är hemma

Väldigt sant...

Att kolla efter WiFi-enheter kanske inte är så tokigt ändå. Kombinerat med en annan trigger (IR-sensorn) för när någon kommer hem blir ju fördröjningen inget problem egentligen.
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 148601

Re: PowerShell based cmdlets / Commands

Oh, one more thing... after you've added the commands you want to run after the code above you save everything in a ".ps1"-file. To run this from a .bat-file you can add the following line: PowerShell.exe -File "C:\SomePath\MyFile.ps1" You might need to change your PowerShell exe...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 148601

Re: PowerShell based cmdlets / Commands

Updated version available! Information about the update: (mainly a separate connect-cmdlet, and some changes in output, and improved performance) http://dollarunderscore.azurewebsites.net/?p=1661 Directlink to the code: http://poshcode.org/5013 Since it now has a separate "Connect-TelldusLive&q...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Program för att logga temperatur?
Replies: 2
Views: 3144

Re: Program för att logga temperatur?

Funkar även med powershell:
http://www.telldus.com/forum/viewtopic.php?f=14&t=3483

Då får du (t.ex.) en csv som går utmärkt att öppna i Excel.
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Free virtual server at Amazon
Replies: 1
Views: 4826

Re: Free virtual server at Amazon

Yes, one micro-instance for one year! But there are a few limits on the server (bandwidth etc.), and I think you "only" have 2 million I/Os per month included for free, which is fine when just running scripts. But during the first weeks if you are installing some software etc. it might go ...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Demonstration videos and tutorials
Replies: 1
Views: 3528

Re: Demonstration videos and tutorials

Thanks! Got some ideas from your videos :-)

Realised I could do voice recognition natively in powershell! Very cool :-)
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PowerShell based cmdlets / Commands
Replies: 123
Views: 148601

Re: PowerShell based cmdlets / Commands

New version available. Notes: Set-TDDimmer is now available. Help is added to all commands State, methods etc. is now working Other improvements such as tab completion on possible values, some validation of input etc... Available at the same link: http://pastebin.com/pTvs44ZF This is how it looks no...
by c8h10n4o2
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Free virtual server at Amazon
Replies: 1
Views: 4826

Free virtual server at Amazon

Just thought I could share this with everyone here... I (and probably a lot of you) run my scripts (templogging, watering plants based on temperature etc.) scheduled, but I rather not be dependent on my home PC to do this. An alternative is to run a virtual server in the cloud, but this is usally ra...