Hi Giuseppe,
the integration is great. But unfortunately my Raspy is too far away. And spontaneously I don’t have a solution for placing it closer, just for testing.
@siggy:
i have a provisional solution for the webcontrol.
In NodeRed I have created http requests for every roller shutter / blind in the usual positions.
Then I trigger the commands time-controlled, wind or sun-dependent:
ip-address / protocol.xml? protocol = 9004082100000364AAffffff & _ = 1586803111 ’
ip address from your web control
then the code:
90 - I don’t know
04 - Counter it always has to be different, I have the first digit for the room and the second for the position, but I can also make something that automatically counts up
0821 - move command
00 - room (as in the web interface, starts counting at 0)
00 - roller shutter in the room (as in the web interface, starts counting at 0)
03 - Fixed value I have no idea
64 - Position for roller shutters or external venetian blinds (Pos * 2 in Hex)
AA - Angle (only with external venetian blinds) I have a table, but no access at the moment, but if necessary I can search for the determined values.
I didn’t do anything to the rest.
If you copy the “Link” into your browser, you can test whether it works like this.
It is laborious and unconvincing, but currently a solution for me because our house is large and the actuators forward the signals from the WebControl.
Unfortunately, there is no feedback either, I thought about creating input_booleans, which I then also control, then at least I know at which position. I am.
I don’t have a weather station from Warema.
I also have major problems with the WebControl, I often have no connection, then I have to restart it, I have installed a relay in my distribution, so that it is always restarted at night, then it works. The support can’t help me here, they don’t know anything about that.
Unfortunately, the request to an API was also unsuccessful.
And you have to delay the control of the roller shutters / venetian blinds (I have it for two seconds, then it works)
Greetings Stephan