danielperna84 / hahomematic

Python 3 Interface for Home Assistant to interact with HomeMatic devices
MIT License
131 stars 21 forks source link

[HM-LC-RGBW-WM] Light effects not working #1355

Closed klassm closed 10 months ago

klassm commented 10 months ago

I agree to the following

The problem

When enabling a light effect, the LED device shortly switches, then jumps back to the original color ignoring the selected effect. When enabling the effect via RaspberryMatic, it works works as expected.

The same thing also happens when trying to enable the effect via a service call:

service: light.turn_on
target:
  entity_id: light.my_led
data:
  effect: Campfire

It quickly jumps to another color, then goes back to the original state.

image

What version of HomematicIP (local) has the issue?

1.52.0

What was the last working version of HomematicIP (local)?

No response

What type of installation are you running?

Home Assistant OS

What type of installation are you running for your homematic backend?

RaspberryMatic HA-Addon

Which version of your homematic backend are you running?

3.73.9.20231130

What hardware are you running for your system?

Pi4

Which config details do you use

Which interfaces do you use?

Diagnostics information

home-assistant_homematicip_local_2024-01-04T18-30-00.837Z.log

Anything in the logs that might be useful for us? The log (full log) is the best source to support trouble shooting!

No response

Additional information

No response

SukramJ commented 10 months ago

I don't have this device and therefore can't say anything about how the correct control for effects should be done. Sometimes the devices are quite unique.

What happens if you execute this service:

service: homematicip_local.set_device_value
data:
  device_address: REQ0192450
  channel: 3
  parameter: PROGRAM
  value: 4
klassm commented 10 months ago

Thanks :-). This properly starts the program, just like when I start it via RaspberryMatic.

klassm commented 10 months ago

Thank you so much! :-)

SukramJ commented 10 months ago

Please test with version 1.53.0b0. Beta can be enabled in HACS.

klassm commented 10 months ago

It works just nice, perfectly fine. Absolutely awesome, thank you so much! Enjoy the rest of your Sunday evening :-)