Replies: 3 comments
|
why, don't you want to use the SolaX Modbus growatt entities directly? why having a wrapper? |
|
Because I listen to the commands you are giving to see when I should throttle. The below auto ation creates a number helper in configuration and a input_number helper that is a copy of what Bess is sending. `
|
|
This has been fixed |
Uh oh!
There was an error while loading. Please reload this page.
In the sensor configuration you can specify which sensors to use (most auto-configure). If you want, you can modify them to point to your own sensors. I use this to hook into the vpp_power control. But unfortunately, Bess requires the sensor to be a number.vpp_power entity and refuse to write to an input_number.vpp_power.
Would it be possible for bess to either check the entity name and see it is an input_number and use that write methos instead, or just first try number and if it fails try write input_number? Now I have to configure a wrapper number helper in configuration.
All reactions