Peter Kappelt

Results 16 comments of Peter Kappelt

Well, I've put a lot of thought into this issue. I've expected me to unavailble to continue developing on this just for a short time. However, eventually I'd like to...

The IKEA Ecosystem doesn't support that, so this module won't too. The controller just writes transparently a new value to a group. It doesn't appear as a device as you...

User in FHEM-forum found workaround: https://forum.fhem.de/index.php/topic,70653.msg753242.html#msg753242 Replacing (TradfriUtils.pm, Line 102) ``` if ($opt eq "toggle") { $opt = (ReadingsVal($hash->{name}, 'onoff', 0) eq 'off') ? "on" : "off"; }elsif($opt eq "on"){...

A listen address for JTradfri can now be set with the command-line parameter "--listen-address". The hostname in the FHEM-module must still be set manually. Feedback is appreciated.

I don't really think that my commit causes this inconsistency with the spec to be honest. What I did was only: - renaming heimanSpecific cluster to more general PM25 cluster...

What would maybe the cleanest way to get around this: - Rename measuredValue to measuredValueLegacyHeimann and change it for all the existing devices - Rename measuredValueIkea to measuredValue and remove...