Search found 46 matches
- Monday 29 October 2018 18:36
- Forum: Temperature and Weather
- Topic: Weather Underground is being discontinued
- Replies: 4
- Views: 3035
Re: Weather Underground is being discontinued
I've just registered with openweathermap and that appears to be a workable solutino
- Monday 29 October 2018 16:56
- Forum: Temperature and Weather
- Topic: Forget API Keys on WU, This is better :)
- Replies: 5
- Views: 2411
Re: Forget API Keys on WU, This is better :)
There is a LUA on the Domoticz site for using a WU feed, which I've been using for years. No need to set up a Node app.
Will be interesting to see what happens for the free API users as I can't see them continuing to support that
Will be interesting to see what happens for the free API users as I can't see them continuing to support that
- Thursday 30 November 2017 16:00
- Forum: Z-Wave
- Topic: Replace old wired room thermostat (UK)
- Replies: 3
- Views: 830
Re: Replace old wired room thermostat (UK)
Like many, I want to avoid cloud based services where possible. Not only am I paranoid about my personal data, but I don't want a system that will fail if the WiFi or internet go down. I already have a RFCOMM and a Z-Wave controller connected to my Rpi / Domoticz so I would rather use one of these ...
- Wednesday 29 November 2017 22:56
- Forum: Z-Wave
- Topic: Replace old wired room thermostat (UK)
- Replies: 3
- Views: 830
Replace old wired room thermostat (UK)
I have an ACL dial room thermostat, which is connected via wire to a Honeywell controller for my oil fired boiler. The controller has a very basic timer on it. I'm looking to replace the dial thermostat and then connect that to Domoticz so that I can manage the heating (e.g. home / away / night). I ...
- Wednesday 08 February 2017 11:44
- Forum: LUA
- Topic: Passing Argument/s to Lua Script
- Replies: 8
- Views: 3264
Re: Passing Argument/s to Lua Script
I'm just bouncing this question as I want the same answer. What I'm looking for is a more efficient way of triggering LUA scripts rather than a script_device_<whatever>.lua It seems inefficient running every device script script every time any device state changes. Is there a way to add a LUA to the ...
- Sunday 29 January 2017 20:37
- Forum: Others
- Topic: External CCTV camera recommendations
- Replies: 2
- Views: 1360
Re: External CCTV camera recommendations
Good call for ZoneMinder. I'm going to be looking at that, possibly putting in on my OnCloud, but triggering Domoticz.
- Friday 27 January 2017 13:52
- Forum: Others
- Topic: External CCTV camera recommendations
- Replies: 2
- Views: 1360
External CCTV camera recommendations
I'm looking to add my first CCTV camera to my Domoticz system and I'm looking for recommendations. Looking at the WIKI it looks like Domoticz just takes snapshots when triggered. I was hoping to record the camera output. Is it possible to have a CCTV camera that stores the output somewhere (I have ...
- Friday 13 January 2017 15:14
- Forum: LUA
- Topic: Lua: Trigger a virtual text sensor
- Replies: 7
- Views: 4182
Re: Lua: Trigger a virtual text sensor
This still appears to not work. Is there something I can do about this? I have the following LUA -- Notification data push string -- print('notification data push string') function urlencode(str) if (str) then str = string.gsub (str, "\n", "\r\n") str = string.gsub (str, "([^%w ])", function (c ...
- Thursday 12 January 2017 11:34
- Forum: Other questions and discussions
- Topic: PHP/Curl triggered JSON call not working. - SOLVED
- Replies: 4
- Views: 1876
Re: PHP/Curl triggered JSON call not working. - SOLVED
Case sensitive it is ;) I do wonder what you want to sent between vps and domoticz tough... I'm playing with Amazon Alexa - mainly in an Echo Dot which I love, but also available on my mobile phone using the comms App Roger - and IFTTT. I am already using the habridge to directly connect my Echo ...
- Wednesday 11 January 2017 18:27
- Forum: Other questions and discussions
- Topic: PHP/Curl triggered JSON call not working. - SOLVED
- Replies: 4
- Views: 1876
Re: PHP/Curl triggered JSON call not working. - SOLVED
Strip the authentication stuff and disable authentication for 127.0.0.1 under Setup -> settings -> local networks ;) Or have a look at my pass2php script how I handle the json api... My VPS is not on my LAN, it's a cloud based server. I need to keep the authentication. Most of my code is in PHP ...
- Wednesday 11 January 2017 17:10
- Forum: Other questions and discussions
- Topic: PHP/Curl triggered JSON call not working. - SOLVED
- Replies: 4
- Views: 1876
PHP/Curl triggered JSON call not working. - SOLVED
I'm trying to integrate my Domoticz system with services on my VPS box. If I issue the command wget -O - --no-check-certificate --header "Authorization: Basic $authStr" 'https://${Server}/json.htm?type=command¶m=switchlight&idx=30&switchcmd=Off' I get the following: HTTP request sent, awaiting ...
- Tuesday 20 December 2016 15:20
- Forum: Other questions and discussions
- Topic: Audible alarms throughout the home.
- Replies: 0
- Views: 457
Audible alarms throughout the home.
I'm looking for suggestions on how I can produce audible alarms around the home. For example, I have a door sensor on the garage door, and I would like to announce to the house when the door opens. I am already using Squeezebox/Squeezelite/PiCorePlayer boxes throughout the house and have considered ...
- Thursday 27 October 2016 13:07
- Forum: Z-Wave
- Topic: Fibary FGMS001 motion sensor not reporting temp
- Replies: 0
- Views: 530
Fibary FGMS001 motion sensor not reporting temp
I've seen a number of topics, and also made a number of posts on this but so far i haven't come up with a solution. I can confirm that the device used to work, but has refused to report temp readings for a number of weeks. I have replaced the battery to no effect. I have checked the settings and ...
- Wednesday 26 October 2016 11:34
- Forum: Z-Wave
- Topic: Fibaro Motion Sensor Unknown
- Replies: 42
- Views: 13951
Re: Fibaro Motion Sensor Unknown
Right, so I've got what I believe is an FGMS002, which looks exactly like my first sensor. However when I tried to install it I got the message about it not being known. I added the line to ~pi/domoticz/Config/manufacturer_specific.xml <Product type="0801" id="1001" name="FGMS002 Motion Sensor ...
- Monday 17 October 2016 12:39
- Forum: Z-Wave
- Topic: Fibaro FGMS001 stopped reporting temp
- Replies: 0
- Views: 377
Fibaro FGMS001 stopped reporting temp
So far I've only got one Z-Wave device, but I've been very happy with it, until recently. My FGMS001 has stopped reporting temperatures. I've tried going tinto Setup -> Hardware -> OpenZWave USB -> Setup -> Device and I've done the "Request current stored values from device". All of the settings ...
- Tuesday 19 April 2016 10:28
- Forum: LUA
- Topic: Vocal announcement - Good Morning Script
- Replies: 73
- Views: 21865
Re: Vocal announcement - Good Morning Script
Hi, it seems that the script doesn't like your sentence ! To be sure, just replace this line os.execute ("/usr/bin/tts "..sentence.." &") by this : sentence ="test" os.execute ("/usr/bin/tts "..sentence.." &") If this works, you must have a weird car in the sentence. show us your sentence ... Haven ...
- Wednesday 13 April 2016 15:42
- Forum: LUA
- Topic: Lua: Trigger a virtual text sensor
- Replies: 7
- Views: 4182
Re: Lua: Trigger a virtual text sensor
I've just tested this and it is still the case.
If I update my text virtual sensor using JSON it triggers a LUA event.
If I update my text virtual sensor using LUA it doesn't trigger a LUA event.
Is there any chance of fixing this?
If I update my text virtual sensor using JSON it triggers a LUA event.
If I update my text virtual sensor using LUA it doesn't trigger a LUA event.
Is there any chance of fixing this?
- Tuesday 15 March 2016 14:46
- Forum: LUA
- Topic: Vocal announcement - Good Morning Script
- Replies: 73
- Views: 21865
Re: Vocal announcement - Good Morning Script
I've got a MAX2PLAY Squeezebox / LMS multi-room setup at home using RPi's as both the server and room players (using PiCorePlayer) Can anyone say whether this would play nicely with the server? My server is in the kitchen, and is also our main player. I would like to use this system for pre-recorded ...
- Tuesday 15 March 2016 10:51
- Forum: Other questions and discussions
- Topic: Anyone using/designed a Raspberry Pi UPS?
- Replies: 40
- Views: 13185
Re: Anyone using/designed a Raspberry Pi UPS?
Not sure whether you have seen this pdf Jos Thanks for this. Yes, I have that one, as well as a fuller instruction manual, and a FAQ. Unfortunately,in places they contradict each other, and at time themselves. Controlling the UPS board is going to be quite easy as I think they've designed the ...
- Monday 14 March 2016 16:17
- Forum: Other questions and discussions
- Topic: Anyone using/designed a Raspberry Pi UPS?
- Replies: 40
- Views: 13185
Re: Anyone using/designed a Raspberry Pi UPS?
Yes please. Other than the LED's and buttons I've done very little so far