Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

ConnectorIO/connectorio-io-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is archived

Functionality provided by this extension is now included in modules provided by ConnectorIO Addons.

ConnectorIO IO HTTP

This tiny project allows to proxy requests coming to a given path into service deployed elsewhere. You can use this project to deploy an endpoint which will re-route requests to LAN resources.

Configuration

Example configuration (org.openhab.proxy.cfg or services/proxy.cfg):

proxy.hvac.path = /hvac
proxy.hvac.port = 80
proxy.hvac.host = 192.168.1.2
proxy.hvac.dashboard-name = HVAC

proxy.influx.path = /influx
proxy.influx.port = 8086
proxy.influx.host = 192.168.1.3
proxy.influx.dashboard-name = Influx
proxy.influx.dashboard-image = /grafana/public/app/plugins/datasource/influxdb/img/influxdb_logo.svg

proxy.grafana.path = /grafana
proxy.grafana.port = 3000
proxy.grafana.host = 192.168.1.4
proxy.grafana.dashboard-name = Grafana
proxy.grafana.dashboard-image = /grafana/public/img/grafana_icon.svg

About

A very basic io module which allows to proxy http requests from Eclipse SmartHome / openHAB.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages