Skip to content

Commit 9b50b98

Browse files
committed
Update README.md
Fix link to weather.sh.
1 parent fe56761 commit 9b50b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Characteristic | OpenTherm | ID
6464
-- | -- | --
6565
_Current Temperature_ | Outside Temperature | 27
6666

67-
My boiler has no outside temperature sensor, but I'm feeding the outside temperature from OpenWeatherMap to the OTGW gateway. Currently I'm doing this by running a small `bash` script, [`weather.sh`](https://github/com/ebaauw/homebridge-otgw/cli/weather.sh), every 15 minutes from `cron`. It would be nicer instead to link to a _Temperature Sensor_ exposed by another homebridge plugin (like [homebridge-ws](https://github.com/ebaauw/homebridge-ws)), but that needs [homebridge v0.5](https://github.com/nfarina/homebridge/issues/1039).
67+
My boiler has no outside temperature sensor, but I'm feeding the outside temperature from OpenWeatherMap to the OTGW gateway. Currently I'm doing this by running a small `bash` script, [`weather.sh`](https://github.com/ebaauw/homebridge-otgw/blob/master/cli/weather.sh), every 15 minutes from `cron`. It would be nicer instead to link to a _Temperature Sensor_ exposed by another homebridge plugin (like [homebridge-ws](https://github.com/ebaauw/homebridge-ws)), but that needs [homebridge v0.5](https://github.com/nfarina/homebridge/issues/1039).
6868

6969
Ideally I would like to enable CH Comfort mode (or fireplace mode) from here (control the boiler based on the Outside Temperature instead of on the Room Temperature), but this seems to be a local setting on the thermostat, not exposed over OpenTherm.
7070

0 commit comments

Comments
 (0)