-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
home Handle connection Error Exception
added host hover orgenized services added webapps in separate yaml update all cfg copies handles hue rescheck loop on bridge not available
- Loading branch information
Showing
8 changed files
with
118 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
10.0.0.58 tv_set.shelly | ||
10.0.0.59 freezer.shelly | ||
10.0.0.62 routers.shelly | ||
10.0.0.16 hover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,54 @@ | ||
container: | ||
- mosquitto | ||
- influx | ||
- grafana | ||
- zigbee2mqtt | ||
- homeassistant | ||
- nginx | ||
- zigAssMano | ||
- zigAssLifo | ||
- deconz | ||
webapps: | ||
- overview | ||
- bed_heating | ||
- heating | ||
- leds_panel | ||
- mesh_view | ||
- zigbee_graph_view | ||
- next-home-control | ||
python: | ||
- nrf_mesh | ||
- udp2mqtt | ||
- mqtt2influx | ||
- bathroom_fan | ||
- huelight_control | ||
- home_status | ||
nodejs: | ||
- lapse | ||
- lifx | ||
- pc_power | ||
- watch_bots | ||
- roll | ||
native: | ||
- openthread | ||
used: | ||
python: | ||
- heat_cut : 'py/heating' cuts a rooms heat when a room's window is open | ||
- nrf_mesh: custom RF devices to mqtt | ||
- influx_mqtt: 'py/influx' mqtt 2 influx | ||
- bathroom: manages the bathroom fan and light from switch and sensors | ||
- hue : hue light control | ||
- home_status: entrance shelly leds for heaing 'red' and open windows 'blue' | ||
nodejs: | ||
- zigbee2mqtt | ||
- pc_power | ||
- watch_bots | ||
- roll | ||
native: | ||
- influxdb | ||
- docker | ||
docker: | ||
- mosquitto: eclipse-mosquitto | ||
- nginx | ||
|
||
available: | ||
webapps: | ||
- overview | ||
- bed_heating | ||
- heating | ||
- leds_panel | ||
- mesh_view | ||
- zigbee_graph_view | ||
- next-home-control | ||
python: | ||
- heat_cut : cuts a rooms heat when a room's window is open | ||
- nrf_mesh | ||
- influx_mqtt: mqtt 2 influx | ||
- bathroom_fan | ||
- hue : hue light control | ||
- home_status | ||
- thread_tags: udp2mqtt | ||
nodejs: | ||
- zigbee2mqtt | ||
- lapse | ||
- lifx | ||
- pc_power | ||
- watch_bots | ||
- roll | ||
native: | ||
- influxdb | ||
- openthread : https://www.homesmartmesh.com/docs/networks/thread/#raspberry-pi | ||
docker: | ||
- influxdb | ||
- grafana | ||
- homeassistant | ||
- zigAssMano | ||
- zigAssLifo | ||
- deconz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
used: | ||
- overview: http://10.0.0.31/home/ | ||
- home_3d: http://10.0.0.31/3d/ | ||
- next-home-control: http://10.0.0.31/next/ | ||
- heating: http://10.0.0.31/heat/ | ||
available: | ||
- bed_heating | ||
- mesh_view | ||
- zigbee_graph_view | ||
- leds_panel: http://10.0.0.2/ | ||
- led_bar: http://10.0.0.24/ |