Domi04151309 / HomeApp

HomeApp is a small and easy to use smart home app with a simple framework.
https://f-droid.org/packages/io.github.domi04151309.home/
GNU General Public License v3.0
106 stars 24 forks source link

SimpleHome API Python Example #88

Open clach04 opened 1 year ago

clach04 commented 1 year ago

More docs in https://github.com/Domi04151309/HomeApp/wiki/SimpleHome-API

  1. I think this is your own protocol?
  2. be good to make clear it is http/https GET based.
  3. "auto" type is the default if type is omitted?
  4. "none" type is read only (e.g. for temperature)?
clach04 commented 1 year ago

I started on https://github.com/clach04/homeapp_demo_server as a demo - only commands and the example from wiki.

Missing:

clach04 commented 1 year ago

All mode type samples added :-)

Domi04151309 commented 1 year ago

Thanks for your suggestions! I have updated the wiki accordingly.