Marci

Results 39 comments of Marci

Ditto... `[Mon Aug 22 2016 19:32:29 GMT+0100 (BST)] Loading 0 accessories... events.js:85 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE at exports._errnoException (util.js:746:11) at Server._listen2 (net.js:1129:14) at listen...

(See https://github.com/TheNetworg/oauth2-azure/issues/98#issuecomment-595552194 for example)

Something along the lines of... ``` // Get Azure Graph token... $token = $provider->getAccessToken( 'authorization_code', [ 'code' => $_GET['code'], 'resource' => 'https://graph.windows.net', ]); // switch resource from Azure Graph to...

Need the full Domoticz JSON API output for the device please. Will need a custom rule to divide it's output by 5.

In progress... using the built in `this.api.publishExternalAccessory` method rather than having to spool up a 2nd platform. Also adds Category.TELEVISION as appropriate. Just testing at the mo.

Think I need to make some changes @sander1988… for both my TVs, the input selector is on a different hwId to the rest of the controls (ir blaster controlling a...

Question is whether HomeKit supports blinds with a stop option… needs to be a suitable Service type for the ‘entire’ device with the relevant Characteristics available for each control element...

(Blinds are the bane of my existence, as I don’t own any with which to test / experiment… and it would appear the variation between requirements of non-native blinds is...

You’d need to subscribe to the domoticz/out MQTT feed with an MQTT client and grab the MQTT messages sent as it’s definitely that which isn’t being handled... Either the MQTT...