Search found 7 matches

by Tharland
Sunday 16 October 2016 20:04
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 205518

Re: [MyDomoAtHome] Support thread

i followed the guide, and see my devices with ip:port booth gateway and domoticz but in the app it doesn´t show the devices or anything. i get "ISS system success"

EDIT: On android it works.. not on iphone/ipad
by Tharland
Saturday 15 October 2016 14:45
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 279542

Re: Siri / HomeKit support for Domoticz

Marci wrote:'Hey Siri, turn on {name of device}'
thanks! maybe should change siri to english, simplier :)
by Tharland
Saturday 15 October 2016 13:58
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 279542

Re: Siri / HomeKit support for Domoticz

i have installed homebridge, and i see my accessories but when i speak to siri she doenst understand what to do... how i i activate siri to turn on lights ?
by Tharland
Sunday 09 October 2016 14:19
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 79286

Re: Step by step guide: Sonos integration

In the root folder If you want to change default settings, you can create a settings.json file and put in the root folder. See: https://github.com/jishi/node-sonos-http-api which root folder? i only get a message about i need to register api key, but i have done this. and created a settings.json ...
by Tharland
Friday 07 October 2016 22:03
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 79286

Re: Step by step guide: Sonos integration

Get a free api-key from http://www.voicerss.org/ and you can get spoken (TTS) messages like: "The lights are off" when switching lights off. usage example : http://yourserver:5005/LiveRoom/say/The lights are off Ps: did anyone find a way the display the artist/track info in Domoticz ? anyone know ...
by Tharland
Thursday 06 October 2016 21:32
Forum: LUA
Topic: LUA script for Sony Bravia TV
Replies: 48
Views: 46138

Re: LUA script for Sony Bravia TV

@electronicsguy I have a Sony TV with options for side view that is set to "on". I can control the tv with app for smartphone. But this isn't maybe the same?
by Tharland
Wednesday 05 October 2016 16:19
Forum: LUA
Topic: LUA script for Sony Bravia TV
Replies: 48
Views: 46138

Re: LUA script for Sony Bravia TV

Prerequisites: Create a virtual switch (On/Off) named "TV" Create a user variable (integer) named "TVOnlyStatusUpdate", with value 0 Install etherwake (sudo apt-get install etherwake) Enable remote start on your TV: [Settings] → [Network] → [Home Network Setup] → [Remote Start] → [On] Enable pre-shar ...