stefan
stefan
I'm pretty sure that should read "airsonos &" instead of "aisonos #". the "&" tells your system to put the task in the background where it should keep running even...
With the latest firmware updates Sonnen has changed the numbering and thus the names of the variables. So instead of `sensor.sonnenbatterie_200526_meter_production_4_1_w_total` it's now `sensor.sonnenbatterie_200526_meter_production_0_1_w_total` and for `sensor.sonnenbatterie_200526_meter_consumption_4_2_w_total` you now have...
For the other ones that "don't exist" check that these aren't just _disabled_. Happened to me after the firmware upgrade with quite a lot of the sensors.
I think a better approach would be to just add functionality to call the `charge` and `discharge` API endpoints with arbitrary values (and make sure the value passed doesn't exceed...
I'll have a look, sounds interesting ;)
@whistlebare After checking the API docs I'd say that you could solve your problem using the `/api/v2/setpoint/charge/{watt}` API endpoint together with timed automations and the [RESTful Command integration](https://www.home-assistant.io/integrations/rest_command/) in HA....
@whistlebare > 1. I put all these Rest commands code into a configuration.yaml file right, I don't need to install 'Rest' in HA, it's part of the OS? Correct. >...
@whistlebare > @RustyDust got it, that make perfect sense now you've spelt it out like you are talking to a minor 😆. Oops, not intentionally. It's just that English isn't...
@atimgraves > Be warned there is one known outstanding problem which is that sometimes (but not every time) the two out of three of the settings for battery reserve, operating...