Search found 6 matches
- Friday 19 October 2018 13:52
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 549850
Re: Controlicz - Domoticz to Google Home/Assistant integration
Google assistant supports Dutch language these days so I can just select Dutch language. Is Swedish supported?
Thanks for the answer! Yes swedish got supported about the same time as Dutch. I managed to get it working with controlicz after a while.
First I tried to add controlicz link in the ...
- Wednesday 17 October 2018 12:35
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 549850
Re: Controlicz - Domoticz to Google Home/Assistant integration
Are you able to connect controlicz to your google assistant while the phone is set to dutch? I'm on swedish and if i use swedish as language on the phone and search for "actions" in google assistant to add/link controlicz nothing shows up.
So to connect/link controlicz my phone must be on english ...
So to connect/link controlicz my phone must be on english ...
- Monday 19 February 2018 14:07
- Forum: LUA
- Topic: Read text file and assign value to virtual temp sensor?
- Replies: 3
- Views: 2687
Re: Read text file and assign value to virtual temp sensor?
It was a mess before :lol:
I have tried around with mixing different examples now. And it seems to be working, but I will be glad for any comments to make it more "correct" of course.
commandArray = {}
now=os.date("*t")
if now.min % 5 == 0 then -- set interval of script running
local f = assert ...
I have tried around with mixing different examples now. And it seems to be working, but I will be glad for any comments to make it more "correct" of course.
commandArray = {}
now=os.date("*t")
if now.min % 5 == 0 then -- set interval of script running
local f = assert ...
- Monday 19 February 2018 7:39
- Forum: LUA
- Topic: Read text file and assign value to virtual temp sensor?
- Replies: 3
- Views: 2687
Read text file and assign value to virtual temp sensor?
I would like to read a text file located on a local webserver with adress: http://192.168.0.3/rgt.txt
The only contet in the text file is the current exhaust gas tempereature of my boiler with one decimal, example: 231.8
Every five minutes I would like to assign/store the temperature to a virtual ...
The only contet in the text file is the current exhaust gas tempereature of my boiler with one decimal, example: 231.8
Every five minutes I would like to assign/store the temperature to a virtual ...
- Thursday 17 November 2016 12:46
- Forum: PHP and all others
- Topic: Delta temp+hum from devices stored as virtual device?
- Replies: 3
- Views: 1112
Re: Delta temp+hum from devices stored as virtual device?
Thank you! I tried to understand how to set your script up, is this correct?
1) Make sure i have JSON.lua and ee5_base64.lua in my script folder
2) Install php5 and php5-cli
3) Save script_device_pass2php.lua in domoticz script folder with my own paths
JSON=loadfile('/volume1/@appstore/domoticz ...
1) Make sure i have JSON.lua and ee5_base64.lua in my script folder
2) Install php5 and php5-cli
3) Save script_device_pass2php.lua in domoticz script folder with my own paths
JSON=loadfile('/volume1/@appstore/domoticz ...
- Wednesday 16 November 2016 12:47
- Forum: PHP and all others
- Topic: Delta temp+hum from devices stored as virtual device?
- Replies: 3
- Views: 1112
Delta temp+hum from devices stored as virtual device?
Im quite new to domoticz. I have two temperature + humidity 433mhz sensors added to Domoticz.
I would like to get the difference between these two as a virutal device.
Adding the virutal device was easy, but now I don't really know how to get the difference stored to it.
Seems its not possible to ...
I would like to get the difference between these two as a virutal device.
Adding the virutal device was easy, but now I don't really know how to get the difference stored to it.
Seems its not possible to ...