Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidortinau/OpenSesame
Poorly named holiday experiment. A MyQ garage door opener with voice command support and a little animation.
https://github.com/davidortinau/OpenSesame
azure-cognitive-services myq-garage-door reactiveui xamarin-forms
Last synced: 2 months ago
JSON representation
Poorly named holiday experiment. A MyQ garage door opener with voice command support and a little animation.
- Host: GitHub
- URL: https://github.com/davidortinau/OpenSesame
- Owner: davidortinau
- License: mit
- Created: 2017-12-29T04:08:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T20:36:42.000Z (about 7 years ago)
- Last Synced: 2024-10-11T22:21:53.317Z (3 months ago)
- Topics: azure-cognitive-services, myq-garage-door, reactiveui, xamarin-forms
- Language: C#
- Homepage:
- Size: 785 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Holiday 2017 Experiment
I broke our 20+ year old garage door opener...pieces flew everwhere in a glorious demise. The new "garage bot" is wifi enabled, so of course I must tinker. It's nothing mind-blowing, but it has been a good excuse to spend some time using a variety of things I've been wanting to explore:- [Flurl HTTP Client](https://github.com/tmenier/Flurl)
- [SkiaSharp SVG](https://github.com/mono/SkiaSharp)
- Reactive Extensions and [ReactiveUI](https://reactiveui.net/)
- [Xamarin.Forms CSS Stylesheets](https://github.com/xamarin/Xamarin.Forms/pull/1207)
- Azure Cognitive Services and Bing Speech Recognition![login closed](https://github.com/davidortinau/OpenSesame/blob/master/Screenshots/login-closed.gif)
![opening](https://github.com/davidortinau/OpenSesame/blob/master/Screenshots/opening.gif)## OpenSesame Garage Door Opener
Talking to the MyQ API. Supported actions:
- Login
- GetDevices
- GetDeviceState
- SetDeviceState (open and close)> If you want to use the MyQ API and (obviously) have a compatible garage door openeers, setup a Chamberlain or LiftMaster account through their website or app.
## MyQ Resources
https://unofficialliftmastermyq.docs.apiary.io/#
https://www.npmjs.com/package/myq-api
## Azure Cognitive Services and Bing Speech Recognition
https://developer.xamarin.com/guides/xamarin-forms/cloud-services/cognitive-services/speech-recognition/
https://azure.microsoft.com/en-us/services/cognitive-services/
> API Key required. Be sure to get a key from the link above and add it on the Settings view of the app.
## Other
Xamarin.Forms Nightly Builds - https://github.com/xamarin/Xamarin.Forms/wiki/Nightly-Builds