Skip to content

Commit

Permalink
Merge pull request #52 from henricm/remove-integration-name
Browse files Browse the repository at this point in the history
feat: remove integration name from sensor names
  • Loading branch information
argoyle authored Aug 9, 2021
2 parents a35ce0c + a15ec5a commit 9d6fc9c
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 224 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Install HACS and add the repository to the Custom repositories under HACS Settin
2. Set a name for the integration as well as the MQTT-prefix where updates are sent (default values are probably fine for a standard-setup but if a bridge-connection is used the MQTT-topics can be re-mapped)
3. Wait for all the devices to become present (EnergyHub, SSO's, ESOs and ESMs depending on your setup. Be patient since ESMs are only updated every 60 seconds.)

This integration will add some sensors with the prefix `<integration name>_`. For the SSO and ESO sensors, they will include the id of the SSO or ESO unit, eg `sensor.ferroamp_sso_123456_pv_string_power`.
This integration will add lots of sensors for the installed hardware with the prefix `<integration name>_`. For the SSO and ESO sensors, they will include the id of the SSO or ESO unit, eg `sensor.ferroamp_sso_123456_pv_string_power`.

I'm also still figuring out what some of the sensors actually are, since the Ferroamp API documentaiton still seems to be incomplete in some areas.

Expand Down
Loading

0 comments on commit 9d6fc9c

Please sign in to comment.