Skip to content

Commit

Permalink
doc: Add warning about network dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Berger authored and XavierBerger committed Oct 28, 2024
1 parent d37ac84 commit d9fbe3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/power_meter_fronius.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ See [proxy example](proxy_example.md) to see how to implement it.
http_request:
esp8266_disable_ssl_support: True
```
See [HTTP Request component](https://esphome.io/components/http_request.html#esp8266-disable-ssl-support) for details
See [HTTP Request component](https://esphome.io/components/http_request.html#esp8266-disable-ssl-support) for details

!!! warning "Network dependency"
This power meter require the network to gather information about energy exchanged with the grid.
5 changes: 4 additions & 1 deletion docs/power_meter_proxy_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ substitutions:
power_meter_ip_address: "192.168.1.21"
```

This integration is activated/deactivated with a global variable `power_meter_activated`. This `globals` is provided by the [solar router engine](engine.md) package.
This integration is activated/deactivated with a global variable `power_meter_activated`. This `globals` is provided by the [solar router engine](engine.md) package.

!!! warning "Network dependency"
This power meter require the network to gather information about energy exchanged with the grid.
2 changes: 1 addition & 1 deletion docs/solar_router.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solar router

**Solar Router for [ESPHome](http://esphome.io)** has been designed to work with [Home Assistant](http://home-assistant.io) and it requires the installation of [ESPHome integration](https://www.home-assistant.io/integrations/esphome/).
**Solar Router for [ESPHome](http://esphome.io)** has been designed to work with [Home Assistant](http://home-assistant.io) and it requires the installation of [ESPHome integration](https://www.home-assistant.io/integrations/esphome/).

![HA](images/SolarRouterInHomeAssistant.png){ align=left }
!!! note ""
Expand Down

0 comments on commit d9fbe3d

Please sign in to comment.