You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, that is a known issue
since the REST-API uses he name of the component to access it via GET/POST requests there is currently now way to show and access more components with the same name.
It would be possible to use the internally assigned id of the component and use that for the REST-API, but the you would need to find out that id which consists of the component name (number, binary_sensor, ..) and some "random" numbers.
or as you specified it here id: ${name}_${inverter}_ac_output_voltage
When adding sensors to the YAML configuration as shown below, only one sensor output is displayed because both sensors use the same name,
Voltage
.The text was updated successfully, but these errors were encountered: