deg0nz / MMM-Fronius2

MagicMirror2 module that shows data from a Fronius power converter
MIT License
0 stars 1 forks source link

[Feature Request] configurable values to display #3

Open aop-ch opened 2 years ago

aop-ch commented 2 years ago

Hello many thanks for the project. I'm very glad that I can include solar power data on my MagicMirror. I changed the code to show ENERGY_NOW, POWER_LOAD, POWER_AKKU, POWER_GRID instead of the other value. So there is no need the change anything. But if you like to change the SW I suggest you enable the config file to activate values in the value list. Like:

config: {
  ip: "1.1.1.1",
  values: ["E_Day","E_Total","E_Year","P", "BackupMode","E_Day","E_Total","E_Year","P_Akku","P_Grid","P_Load","P_PV","rel_Autonomy","rel_SelfConsumption"]
}
deg0nz commented 2 years ago

This was kind of my plan to incorporate all the possible values and let the user decide which ones they want to show. They are already fetched by the module but are not shown.

So hang on, It will be implemented at some point :)