Replies: 13 comments
-
Try look into attributes of sensor named |
Beta Was this translation helpful? Give feedback.
-
Hi, I already looked everywhere and could not find anything Thanks |
Beta Was this translation helpful? Give feedback.
-
What profile? |
Beta Was this translation helpful? Give feedback.
-
Hi, Deye Hybrid I also noticed that if the generator was turned ON automatically by the inverter due to low battery, there is no sensor to see status So a person would also not know that the generator turned ON There is only a sensor for if the generator was turned ON manually with Gen force It means a labelling difference should also be made between Gen Force and automatically turned on Generator And if a sensor can also be added to show status in general, for whether it is ON due to Gen force or automatic So I guess that makes it three sensors, such as: Gen Force (can toggle) Thanks |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Yes, I see it in attributes under the following sensor sensor.yourinverter_inverter_device However, how do you access them directly, if I want to display or use them? As for the generator status... binary_sensor.yourinverter_inverter_generator I do use that sensor, and it works fine when the generator is turned ON manually But when it turns on automatically, nothing shows Thank you for your help |
Beta Was this translation helpful? Give feedback.
-
https://community.home-assistant.io/t/display-an-entitys-attribute/197721/4
That's rather about how the device itself treats this registry value, integration just shows it. So I really don't know why your device does not signal automatically turned on generator. I was looking into the docs but could not find any other register for that, sadly... |
Beta Was this translation helpful? Give feedback.
-
Ok, trying to do it, but nothing displaying so far
Then, It might be using logic as follows: If "switch.yourinverter_inverter_battery_generator_charging" is set to ON AND "sensor.yourinverter_inverter_battery" is less than "number.yourinverter_inverter_battery_generator_charging_start" Then turn ON generator However, it means there still should be some register somewhere to do the actual turning ON in such a case But I think we can still use the above logic to replicate the scenario, but unfortunately nothing physical to test in case something goes wrong |
Beta Was this translation helpful? Give feedback.
-
In SG04LP3 for example there is a register which shows state of the AC relay from which is read for example if grid is on but also even when the generator/smartload is on. But could not find this register for Hybrid though... |
Beta Was this translation helpful? Give feedback.
-
Weird, because I thought this was there before I did not have this problem in the past Also, I am still unable to display the version number in the dashboard This is my yaml
|
Beta Was this translation helpful? Give feedback.
-
Because static info does not need their own sensor. You have to set the attribute to the exact name as it is when you list the attributes so it's |
Beta Was this translation helpful? Give feedback.
-
Sorry, that was my latest attempt I tried what you suggested first |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I was hoping for the possibility to see the following information to be returned:
This information was very useful to easily recognize the differences between the different inverters if more than one are displayed in the app.
It also made it easy to keep track of firmware versions in case they needed to be changed or updated.
This extra information is also useful in case a person wants to receive automated notifications of older firmware when an additional inverter is added or an older one replaced.
Thanks again for the great work
Beta Was this translation helpful? Give feedback.
All reactions