Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

openhab-android

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Julian Catoni authored
    1305368c
    History

    Fork of original openHAB Android App

    Original remote: https://github.com/openhab/openhab-android

    Local setup

    • Connect to the Pi running at 141.76.65.29 with the known credentials and a local port-forward from 8080 to 127.0.0.1:8080, or use the following ssh config:
    Host openhab-pi
      HostName 141.76.65.26
      User pi
      LocalForward 8080 127.0.0.1:8080
    • Now, you can open http://localhost:8080
    • To use this within the openHAB app, change the settings to not use demo mode, and the local server to http://10.0.2.2:8080 (See a StackOverflow thread why to use this IP instead of localhost)