Search found 20 matches
- Wednesday 08 November 2017 20:45
- Forum: Python
- Topic: Improved Presence Detection / Ping Script:
- Replies: 19
- Views: 9222
Re: Improved Presence Detection / Ping Script:
Installation instructions added in first post.
- Wednesday 08 November 2017 18:58
- Forum: Other questions and discussions
- Topic: How to switch silent with api?
- Replies: 1
- Views: 789
How to switch silent with api?
Hello, is it possible to switch a device silent (without trigger eventsystem lua/blocky/dzvents) on or off with the rest api? This does not work silent. http://IP:PORT/json.htm?type=command¶m=udevice&idx=1&nvalue=0 dzVents does offer the function to switch silent. I hope this is also possible ...
- Wednesday 19 July 2017 18:00
- Forum: Python
- Topic: Improved Presence Detection / Ping Script:
- Replies: 19
- Views: 9222
Improved Presence Detection / Ping Script:
Hello, i have something for you. Many people use the phyton ping script from wiki. https://www.domoticz.com/wiki/Presence_detection But i missed some functions. So it was time to improve it. New Functions: - Sync Status Old script does only set the device status. If the switch was directly changed ...
- Wednesday 19 July 2017 17:27
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hey madgeni,
some smarthome skills like Philips Hue have the scenes in the scene section in alexa not in devices.
Are there differences or only for better view?
I would like to control my color hue lights with domoticz.
Switch on or off works in alexa but i can't set colors.
Any ideas?
Thanks
some smarthome skills like Philips Hue have the scenes in the scene section in alexa not in devices.
Are there differences or only for better view?
I would like to control my color hue lights with domoticz.
Switch on or off works in alexa but i can't set colors.
Any ideas?
Thanks
- Friday 07 July 2017 19:20
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
I thought if i can ask alexa for the temperature, it is already included.
Then i have to wait for the release in DE.
Then i have to wait for the release in DE.

- Friday 07 July 2017 18:51
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
@madgeni
yes, this is the continental use of the comma for decimals
yes, this is the continental use of the comma for decimals
- Friday 07 July 2017 18:31
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
@madgeni, if I ask Alexa "what is the temperature" in my room, then she speaks the temperature as a date. I think the point in the temperature (26.5) from domoticz is the issue. Can you help me to add a line in the alexa code to replace the dot with a comma? 26.5 --> 26,5 I hope this solves the ...
- Sunday 02 July 2017 18:38
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hey madgeni,
now it's working. I had only devices in room plans.
I thought the room plan restriction is only for devices.
Thanks
now it's working. I had only devices in room plans.
I thought the room plan restriction is only for devices.

Thanks
- Sunday 02 July 2017 13:09
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
@madgeni,
your current version on github does not find any scenes or groups from domoticz.
your current version on github does not find any scenes or groups from domoticz.
- Monday 15 May 2017 19:38
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
@swifty: sorry for late reply. My nginx reverse proxy has a self-signed webserver certificate. Amazon AWS is talking to my proxy and forwards the packages to domoticz. Thats all. In aws i have no own (client) certificates. AWS accepts in dev mode self signed certs. @Madgeni, i will send you a new ...
- Tuesday 02 May 2017 20:14
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
@swifty you can use a secure nginx proxy with a self signed certificate. In domoticz the same. I use the secure nginx proxy and domoticz with my self signed certificate. If you need a program to create easy self signed certificates with your own ca, then google "xca". I think amazon requires only a ...
- Wednesday 19 April 2017 19:04
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
i prefer the friendlyname to be the custom name (alexa_name) and the friendlyDescription to be the devType.
The ha bridge does the same.
If someone want the domoticz device name in the friendlyDescription, then the person can change the line.
The ha bridge does the same.
If someone want the domoticz device name in the friendlyDescription, then the person can change the line.

- Wednesday 19 April 2017 18:40
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
if i change the lines (306 and 307 from domapi.js) back to
friendlyName: dz_name,
friendlyDescription: devType,
than the old view with alexa_name and devType is back.
You had dz_name by friendlyDescription.
Did you want that?
friendlyName: dz_name,
friendlyDescription: devType,
than the old view with alexa_name and devType is back.
You had dz_name by friendlyDescription.
Did you want that?
- Wednesday 19 April 2017 18:14
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
@madgeni,
i can confirm, that there is something wrong.
The domoticz device name is the alexa device name and
the alexa_name is now the type.
The first attachment is with the new version.
The second attachment is the old.
i can confirm, that there is something wrong.
The domoticz device name is the alexa device name and
the alexa_name is now the type.
The first attachment is with the new version.
The second attachment is the old.
- Sunday 16 April 2017 0:37
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
@qwerk, why do you want use a special room for alexa devices? Domoticz has a integrated rights user management. Allow your alexa remote access account (used in conf.json) only access to your allowed devices. I think it's the best way to do this. Each remote access should be controled with access ...
- Saturday 08 April 2017 0:27
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hey john,
i can confirm, that the skill adapter is missing at the moment.
Please try it tomorrow again. Maybe amazon is working on it.
i can confirm, that the skill adapter is missing at the moment.
Please try it tomorrow again. Maybe amazon is working on it.
- Friday 07 April 2017 20:05
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Some informations for you In some cases you want another name in alexa then the device name in domoticz. Because alexa does not unterstand the name or the name is too long to speak. Now it's possible (with the new version of domapi.js) to set the device name for alexa in the description field of ...
- Friday 17 March 2017 18:02
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hey Madgeni,
now it is working.
I am so happy.
Thank you very much for your help und these scripts, that makes the domoticz skill possible.
now it is working.
I am so happy.
Thank you very much for your help und these scripts, that makes the domoticz skill possible.
- Friday 17 March 2017 8:21
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
No, German DE.
- Wednesday 15 March 2017 19:28
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139118
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
@Madgeni, i need your help. The device discovery in alexa does not find any device. I have hosted your scripts in amazon virginia. If i run the test with discovery or turn on/off on the webpage, it is working. But if search the devices in alexa, no device appears. My friend tried it too, with the ...