othorg
othorg
``` def set_wb_charge_toggle(self, enable, keepAlive=False): """Setting the Wallbox charge function via rscp protocol locally. Args: enable (bool): True/False keepAlive (Optional[bool]): True to keep connection alive Returns: 0 if success -1...
As i wrote before... Sun Mode has to be off. For me it works actually. We should figure out what in which modus your wallbox is (Sunmode or Mixed mode)...
ok. Did you ever seen the Button "Ladevorgang starten"? Than we should compare the wallbox settings on S10 itself... 
Oh my fault... you are right. I had used following code ``` def set_wb_charge_toggle(self, enable, keepAlive=False): """Setting the Wallbox charge function via rscp protocol locally. Args: enable (bool): True/False keepAlive...
> not sure what you mean with the controller method. I would not want to have a user of the library need to handle bytearrays just for toggle switches in...
@mdhom i checked/tested your code. Everything works as expected. Thank you very much for your work! For me, it's a great enhancement! Two suggestions only: Description in function toggle_wallbox_charging should...
> Yes you're right, I forgot that and also setting the number of phases. I added both functionalities right now, please test once again. I remember that the new wallboxes...
> Is that really the case? I think it toggles the `chargingCanceled` flag even if sunMode is on. It behaves kind of a switch that can actively prohibit charging if...
@mdhom regarding #59 set_wallbox_max_charge_current... Do you think it's useful to build an exception, if the parameter value (int) is higher as the possible/permitted value in the S10 (I think 16A/32A)?
Hi, you're fast @mdhom ;-) Funny.... My code is near the same... i played the last two hours... ``` def set_sun_mode(self, enable, keepAlive=False): """Setting the Wallbox Sun mode function via...