Domi04151309 / HomeApp

HomeApp is a small and easy to use smart home app with a simple framework.

Home Page:https://f-droid.org/packages/io.github.domi04151309.home/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleHome API Python Example

clach04 opened this issue · comments

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)?

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

Missing:

  • other mode types
  • discovery

All mode type samples added :-)

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