Homematic HMIP-MP3P

Hi everyone,

I am trying to integrate a HMIP-MP3P into Homeassistant.
Unfortunately i couldnt make it yet.
I used to habe a Openhab instance. There you had to send
a “string” to the device, for example: “L=100,DV=3,DU=0,RTV=0,RTU=0,C=5” for the light.

Has anyone an idea how to get this done in HA ?

thanks a lot !

martin

The integration provides a set_device_value service. It’s part of the documentation.

Hi,
Thanks for your answer, i looked up in the docu and tried a lot of ways to use it. unfortunately without success.
i found the following and tried it as well: Homematic - Send parameter to channel of a switch - #3 by the78mole
But i cant make it work :frowning:
In the logfile it says:

2023-05-01 09:51:09.038 WARNING (MainThread) [hahomematic.client] SET_VALUE failed with ClientException [(<Fault -5: 'Invalid parameter or value'>,)]: 00151BE98DD937:1, STATE, L=100,DV=2,DU=0,RTV=10,RTU=0,C=1
2023-05-01 10:01:57.796 WARNING (MainThread) [hahomematic.client] SET_VALUE failed with ClientException [(<Fault -5: 'Invalid parameter or value'>,)]: 00151BE98DD937:6, SUBMIT, L=100,DV=2,DU=0,RTV=10,RTU=0,C=1
2023-05-01 10:04:12.157 WARNING (MainThread) [hahomematic.client] SET_VALUE failed with ClientException [(<Fault -5: 'Invalid parameter or value'>,)]: 00151BE98DD937:6, SUBMIT, L=100,DV=5,DU=0,RTV=0,RTU=1,C=1
2023-05-01 10:04:25.165 WARNING (MainThread) [hahomematic.client] SET_VALUE failed with ClientException [(<Fault -5: 'Invalid parameter or value'>,)]: 00151BE98DD937:6, STATE, L=100,DV=5,DU=0,RTV=0,RTU=1,C=1
2023-05-01 10:05:02.790 WARNING (MainThread) [hahomematic.client] SET_VALUE failed with ClientException [(<Fault -5: 'Invalid parameter or value'>,)]: 00151BE98DD937:6, SUBMIT, 100,5,0,0,1,1 

this is just a part of the logs from my tries.

you can see, that i tried to change the channel, the parameter, the value (looked up how the ccu3 shows the value in its own program)… nothing works.

Any idea or tip which way i can go ?

thanks for any help !!
martin