Search found 86 matches
- Tue Jun 24, 2014 6:29 am
- Forum: OSA General
- Topic: Nest announces smart home API
- Replies: 35
- Views: 17894
Nest announces smart home API
http://www.connectedly.com/google-announces-smart-home-api-nest-brings-third-party-integration?utm_source=dlvr.it&utm_medium=gplus Neat. About to go look at the dev site. This may make me spend way too much on a thermostat. I've always thought nest was cool but the price and lack of openness kept me...
- Wed Jun 11, 2014 9:52 am
- Forum: Developers
- Topic: Chromecast to show screens.aspx
- Replies: 4
- Views: 2449
Re: Chromecast to show screens.aspx
Guess I need to get to work adding it to the android app then. So far I've just tested it with modifying the sample hello world app that can send text to display on the chromecast. Instead of txt I send the url of the screens page and load it into an iframe. You may be able to test just casting the ...
- Wed Jun 11, 2014 9:29 am
- Forum: OSA General
- Topic: Pattern Matching in 0.4.4
- Replies: 11
- Views: 4150
Re: Pattern Matching in 0.4.4
Awesome work. I second matching methods as well. Having the ability to call methods would help me eliminate a ton of pattern matching scripts for my media center objects. I have one suggestion. A way to give nicknames to certain objects. For instance I have four media center objects (Hearth Room Med...
- Fri Jun 06, 2014 12:04 pm
- Forum: Developers
- Topic: Chromecast to show screens.aspx
- Replies: 4
- Views: 2449
Re: Chromecast to show screens.aspx
I was able to make it a little more secure. changed <allow users="*"/> back to <deny users="?"/> in Web.config to turn the security back on. I then changed Page_Load of Default.aspx to check for the user agent of the client making the request. If it contains "CrKey" like all chromecasts do then I wr...
- Fri Jun 06, 2014 9:28 am
- Forum: Developers
- Topic: Chromecast to show screens.aspx
- Replies: 4
- Views: 2449
Chromecast to show screens.aspx
I had the thought the other day that a chromecast would be a good device to show osa screens for a quick glimpse status of your system. So I thought I'd add chromecast support to the android app to allow casting your screens to your tv. I was able to get it to work but since the website uses authent...
- Wed Apr 16, 2014 6:42 am
- Forum: Plugins
- Topic: Android Plugin and Amazon Fire TV.
- Replies: 2
- Views: 2679
Re: Android Plugin and Amazon Fire TV.
Let me read up on Amazon's development docs for the Fire TV. I will see if there is anything I can add to the app to get the remote functioning properly.
May be hard to test without a fire tv. If I figure anything out I may pass you a few test apks to try out.
May be hard to test without a fire tv. If I figure anything out I may pass you a few test apks to try out.
- Fri Mar 21, 2014 9:41 am
- Forum: OSA General
- Topic: Android Wear/ Android Notifications
- Replies: 0
- Views: 3963
Android Wear/ Android Notifications
Last week Google introduced Android Wear an OS for wearables. Pretty neat stuff. http://developer.android.com/wear/index.html The way they have done it, any notifications from your Android phone can go to your smartwatch. So I instantly thought, cool notifications from OSA can go to your wrist. But ...
- Wed Feb 05, 2014 10:13 am
- Forum: Bug Reports and Testing
- Topic: Web UI Screen's does not time out login
- Replies: 8
- Views: 5464
Re: Web UI Screen's does not time out login
Good work. I hated having to log on over and over.
- Mon Feb 03, 2014 9:48 am
- Forum: Bug Reports and Testing
- Topic: Issues with Mobile web page
- Replies: 61
- Views: 21110
Re: Issues with Mobile web page
Also does it work from the browser on your phone? http://<OSA Server Address or Name>:8081/mobile/index.aspx If it does work from browser but not android app then check under the settings in the android app and make sure the 'Server Address' and 'Server HTTP Port' are set correctly. Also make sure t...
- Thu Jan 30, 2014 6:37 pm
- Forum: Bug Reports and Testing
- Topic: Off Timer not executing
- Replies: 5
- Views: 2536
Re: Off Timer not executing
Nevermind.
I remembered I had an old install on another computer. Looked up how to create an event then grabbed the code the event executes from the old install.
Now my off timers are functioning.
Now I have to do the same for the day, minute, hour and month timers.
I remembered I had an old install on another computer. Looked up how to create an event then grabbed the code the event executes from the old install.
Now my off timers are functioning.
Now I have to do the same for the day, minute, hour and month timers.