Search found 5 matches

by fratton
Tuesday 26 February 2019 11:47
Forum: Speech & Voice Systems
Topic: Ask domoticz for value of sensor value using Google Assistant
Replies: 5
Views: 4715

Re: Ask domoticz for value of sensor value using Google Assistant

I use : https://github.com/dohliam/stream2chromecast SH: #!/bin/bash fichier=/tmp/message.mp3 IPGH="192.168.1.78" message=$1 # text message kill -9 `ps aux | grep 'stream2chromecast.py' | awk '{print $2}'` rm -f $fichier curl -s -G "http://translate.google.com/translate_tts" --data "ie=UTF-8&total=1 ...
by fratton
Friday 31 August 2018 11:57
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97934

Re: [REQUEST] Plugin for Tuya

you can use ifttt to control from domoticz with webhook request same :
domo.png
domo.png (84.97 KiB) Viewed 36546 times
webhook.jpg
webhook.jpg (57.31 KiB) Viewed 36546 times
by fratton
Wednesday 17 August 2016 20:47
Forum: Suggestions
Topic: forecast.io device cloudCover
Replies: 1
Views: 910

forecast.io device cloudCover

Hello,

Can you add the "cloudCover" information for api forecast.io :

https://developer.forecast.io/docs/v2
cloudCover: A numerical value between 0 and 1 (inclusive) representing the percentage of sky occluded by clouds.
It's very important for astronomy.

Thanks
by fratton
Wednesday 09 December 2015 9:01
Forum: Blockly
Topic: Problem using TIME user variables in blocky
Replies: 5
Views: 3787

Re: Problem using TIME user variables in blocky

The problem is that time user variables do not work in blocly since long time
by fratton
Tuesday 08 December 2015 17:31
Forum: Blockly
Topic: Problem using TIME user variables in blocky
Replies: 5
Views: 3787

Re: Problem using TIME user variables in blocky

Always this problem in 2.3684 with time user variables in blockly :(