An entity has one state value and can have multiple attributes. What is shown in your screenshot are a climate entity’s attributes. A climate entity has several services to control it but none of them are designed to directly change the value of real_power.
Which integration did you use to produce this climate entity for your stove? Sometimes the integration provides additional services.
Its a custom integration that provides no additional services beyond the ones available for the climate integration. Therefore, as mentioned, there’s no service call to set the value of real_power.
There is a python_script posted elsewhere in the forum that can be used to change the value of any attribute. However, this change is not communicated to the physical device and is not permanent. If you restart Home Assistant (or the next time the integration refreshes its attributes) the attribute’s value becomes whatever the integration sets it to and not what you had set it to with the python_script.