Search found 10 matches
- Friday 31 August 2018 17:27
- Forum: 433 & 868 transceiver
- Topic: Strange problem with LightwaveRF relay
- Replies: 1
- Views: 1023
Strange problem with LightwaveRF relay
I've just had a replacement LightwaveRF switch sent to me after my old one shorted out and I've been trying to repair the new one with my switches. I'm using the relay to power an outdoor ELV transformer for some path lights. I have two switches I want to pair - a LightwaveRF wireless dimmer switch ...
- Tuesday 24 November 2015 2:04
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
I think I'm going to look into re-writing the Domoticz plugin and trying to get it moved into a standalone Node plugin. The underlaying HAP framework that this is based on has a much better high level API for defining accessories and characteristics (compare the code in the Nest plugin to the ...
- Tuesday 24 November 2015 2:01
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
Ok, I have also solved the other issue being that Domticz expects for RFXCOM-based (KaKu) dimmers values between 1-16, even if it reports MaxDimLevel 15 in the API. I have changed the following in the Domoticz.js file in the platforms subdirectory: In this function: dimmerLevelForValue: function ...
- Tuesday 24 November 2015 1:59
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
Ok I'm with you now, so the problem is not setting the level but that the level is not being reported correctly in the other direction? It's possible there's a similar bug, I will take a look. I still think it's a bug on the Domoticz side that it accepts levels between 1-16 if it's max dim level is ...
- Wednesday 28 October 2015 19:50
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
Thanks for checking this: As reported earlier, for my KaKu RFXCom dimmers, Domoticz returns: "MaxDimLevel" : 15 See the complete API-result { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "CustomImage" : 0, "Data" : "Set Level: 93 %, Level: 93 ...
- Wednesday 28 October 2015 11:42
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
For people who are still having issues with this, can they let me know what the Domoticz API reports for the MaxDimLevel for their device? The code in the Homebridge shim - and I've double checked it - will receive a percentage from HomeKit and it will always covert this to an integer by multiplying ...
- Wednesday 28 October 2015 11:35
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
Hello Everyone, Am using Homekit and Domoticz but It seems that the Eve app does not reflect the current state of Domoticz items if they are not switched on via Siri, is this normal ? I have scenes and events in Domoticz that fire things off and Eve never knows about this. Yes I have the same. But ...
- Wednesday 28 October 2015 11:34
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
I think there is also a conversion issue in the bridge because in the App the slider only goes to 15%. So the App - confirmed by the logging of Homebridge - only sends values between 1 - 15. No, the bridge is working correctly. If the dimmer reports its MaxDimLevel as 15 then a 100% command from ...
- Monday 19 October 2015 0:44
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
What light are you using? This sounds like a bug on the Domoticz side to me (or a change in behaviour). When you change brightness, he HomeKit level (a percentage) is translated to an integer value based on the MaxDimLevel. This value is passed to the Domoticz API using the SetLevel command. So if ...
- Sunday 18 October 2015 23:20
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279561
Re: Siri / HomeKit support for Domoticz
For those having dimmer problems, are you using the latest HEAD of Homebridge? I submitted a fix for dimmer handling which was merged. Previously the shim was not using the MaxDimLevel property but hard coding to 0-15. I fixed this so the percentage that HomeKit requests gets translated to the ...