Skip to content

Commit

Permalink
feat: Use power meter proxy to test power meter shelly
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBerger authored and Xavier Berger committed Oct 30, 2024
1 parent 2168e9c commit abd227f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions esp8285-power-meter-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ wifi:

substitutions:
# Power meter source -----------------------------------------------------------
# Sensor in home assistant gathering the power consumption
main_power_sensor: sensor.solarnet_puissance_du_reseau_electrique
# Define ip address of Shelly EM probe
power_meter_ip_address: "192.168.1.26:8000"
emeter_index: "0"

# LEDs -------------------------------------------------------------------------
# Yellow LED is reflecting power meter
Expand All @@ -60,4 +61,7 @@ globals:
# Remove the following lines if you want to use the source from github
packages:
power_meter:
<<: !include solar_router/power_meter_home_assistant.yaml
<<: !include solar_router/power_meter_shelly_em.yaml

http_request:
esp8266_disable_ssl_support: True

0 comments on commit abd227f

Please sign in to comment.