One of the most used apps in my phone is the GarageDoor app (iOS) that I custom made to control my garage door remotely.
To make this app I had to develop two supporting backend services. I’m running these services on a Raspberry Pi at home. I have been running this for the past 6 months with no issues.
A service that tells me if the garage door Wyze Sense contact sensor is open/close. I used my un-official Wyze API.
A service that captures a snapshot from a Wyze Camera running RTSP firmware. The service gets the snapshot from the internal IP RTSP live feed.
Finally I created my own Garage Door opener using an ESP-8266 Microcontroller with a Relay.
So to summarize this is my Wyze Whislist:
A public API where I can query sensor data.
A public API to access a snapshot of a Wyze Camera.