diff --git a/README.md b/README.md index 422f32244cf..ce98818afef 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,10 @@ Done. Start it now by running `python start.py` Web interface and API --------------------- -Home Assistent runs a webserver accessible by default on port 8080. At / it will provide a debug interface showing the current state of the system. At /api/ it provides an API so it can be controlled from other devices through HTTP POST requests. +Home Assistent runs a webserver accessible on port 8123. At http://localhost:8123/ it will provide a debug interface showing the current state of the system. At http://localhost:8123/api/ it provides a password protected API so it can be controlled from other devices through HTTP POST requests. + +![screenshot-debug-interface](https://raw.github.com/balloob/home-assistant/master/docs/screenshot-debug-interface.png) +
A screenshot of the debug interface (battery and charging states are controlled by my phone)
To interface with the API requests should include the parameter api_password which matches the api_password in home-assistant.conf. diff --git a/docs/screenshot-debug-interface.png b/docs/screenshot-debug-interface.png new file mode 100644 index 00000000000..35b0dd86ff8 Binary files /dev/null and b/docs/screenshot-debug-interface.png differ