homebridge-fhem icon indicating copy to clipboard operation
homebridge-fhem copied to clipboard

a fhem platform plugin for homebridge

Results 28 homebridge-fhem issues
Sort by recently updated
recently updated
newest added

Hey, had your plugin run for month without complications. Updated today to the newest version of [email protected] and [email protected] and since them my Homematic blinds are not detected as such....

Hey, i have a couple of switches in FHEM and when I turn them on over the Home App, they turn on and off. that works fine but if I...

HI, I think I found an issue with the homebridgeMapping for TargetTemperature. In my setup I use the Reading for TargetTemperature from another device (Heizung3). So my mapping looks like:...

Hi, it's more a request for a code change than a bug report. Please check line 1177: ``this.mappings.On = { reading: 'pct', valueOff: '0', cmdOn: 'on', cmdOff: 'off' };`` The...

With current mapping TargetTemperature and CurrentTemperature don't use cached value from fhem. ``` homebridgeMapping TargetTemperature=desired-temp::desired-temp,minValue=5,maxValue=35,minStep=0.5,nocache=true CurrentTemperature=BZ_Heizung_01_Clima:measured-temp,nocache=true StatusLowBattery=BZ_Heizung_01:battery,values=ok:BATTERY_LEVEL_NORMAL;;/^.*/:BATTERY_LEVEL_LOW TargetHeatingCoolingState=heatingState,values=OFF:0;;HEAT:1;;COOL:2;;AUTO:3,cmds=OFF:controlManu+off;;HEAT:controlMode+boost;;AUTO:controlMode+auto;;COOL:controlManu+17.0 CurrentHeatingCoolingState=heatingState,values=OFF:0;;HEAT:1;;COOL:2;;AUTO:0 ``` the output of homebridge looks ``` 2017-02-15 18:49:15 caching: BZ_Heizung_01_Clima-desired-temp:...

This is my definition in FHEM: attr mydevicehomebridgeMapping clear ProgrammableSwitchEvent=click,nocache=true,values=single:SINGLE_PRESS;;;;double:DOUBLE_PRESS But Homebridge only sends when the status has changed. However, this is rather pointless with ProgrammableSwitchEvent. This is also adressed...

Hallo, ich probiere erfolglos ein Heizkörper-Thermostat OHNE die Funktionen Cooling/Auto zu übermitteln. Nutze ich das homebridge-homematic plugin für das Thermostat werden nur die Stati Heizen und Off angezeigt - leider...

Die Geräte-Serial in Homebridge wird für das Modul HMCCU bei HMCCUCHN und HMCCUDEV grundsätzlich anhand des Internals ccuaddr gebildet. Wenn dieses Internal aber aufgrund des noch nicht erfolgreichen Connects von...