Ludwig Hubert

Results 20 comments of Ludwig Hubert

Hi @karltaylor, OK this was quite some time ago but I can see my reasons for doing it like this again! 😅 The fix that you have proposed in the...

Hi @karltaylor, Yes, this would also be a good approach! I like the `react-select` way of doing this as well. But currently `react-collapsible` is only using the class names, that's...

Can you give me sme hints on how to debug and approach this? I'd be happy to help! :)

It looks like that it is kind of a bug in the homematic firmware, but it should be possible to get the current level out of channel 3 instead of...

Thanks! Do you know an easy way to test the idea I have for fixing this? I can't get the pyhomematic Code to be overridden by my Code in home...

OK Thank you! I'm currently testing a few ways on how to solve this and I have a question: https://github.com/danielperna84/pyhomematic/blob/8b91f3e84c83f05d289c740d507293a0d6759d8e/pyhomematic/devicetypes/generic.py#L330 Shouldn't the channel parameter be used as a override when...

> Yes. If you don't provide a channel, then a default value (nodeChannelList[0]) is being used. The way it is implemented currently, channel parameter is only used if nothing is...

Yes, but if an override is handed in it makes sense to use it and it doesn't matter how many other values are present I think? Hm unfortunately I can't...

> A callback function is used. The CCU / Homegear sends events to HASS. They are handled here. Which is actually the biggest problem you might be facing. After some...

Hi @basekk, sorry for the late response. As described, I added some lines to init.py:_subscribe_homematic_events() of the homematic component (you can just copy it to your configuration to overwrite it):...