Search found 19 matches
- Monday 03 May 2021 1:11
- Forum: 433 & 868 transceiver
- Topic: How to get a RTL-SDR receiver on a Synology NAS
- Replies: 3
- Views: 5651
Re: How to get a RTL-SDR receiver on a Synology NAS
So basically, yes you have to install the RTL_SDR driver and RTL_433 software. I just did this on my Raspberry Pi using the following. Don't know if this would be the same on the Synology box, so can't help you there ! Good Luck ! ************* Install RTL_SDR **************** From: https://www.rtl ...
- Saturday 01 May 2021 15:37
- Forum: 433 & 868 transceiver
- Topic: how is the RTL-SDR (RTL_433) implementation done?
- Replies: 1
- Views: 3981
Re: how is the RTL-SDR (RTL_433) implementation done?
Ok, I think things are working now...
Had to put this command into the rtl433 RTL_SDR Reciever parameters before starting Domoticz
-F json -M newmodel -C si -M level
Had to put this command into the rtl433 RTL_SDR Reciever parameters before starting Domoticz
-F json -M newmodel -C si -M level
- Friday 30 April 2021 21:41
- Forum: 433 & 868 transceiver
- Topic: how is the RTL-SDR (RTL_433) implementation done?
- Replies: 1
- Views: 3981
how is the RTL-SDR (RTL_433) implementation done?
Can someone explain how the RTL-SDR (RTL_433) implementation was done? I have successfully installed RTL-SDR and RTL_433 but I get problems when trying to use the device Rtl433 RTL-SDR receiver in Domoticz. Rasperry Pi - Buster Domoticz 2021.1 RTL-SDR USB Stick See below... If Rtl433 RTL-SDR is ...
- Tuesday 15 September 2020 17:25
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 176297
Re: Aurora theme
Version: 2020.2 Build Hash: b63341bc0 Compile Date: 2020-04-26 05:47:55 dzVents Version: 3.0.2 Python Version: 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.2.0] I posted this in "Problems" but thought I would check here to see if anyone else is running V2020.2 with Aurora and their dashboard is ...
- Monday 04 March 2019 17:37
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 190967
Re: Controlicz - Easy Domoticz to Alexa Integration
Update: Kudo's to Nick ! Nick has everything working great. All of my sensors (Motion and Contact) are seen in the Alexa routines device list and I can use the "when this happens" - >Select Device (known devices are shown) then add an "Action" i.e. have Alexa say "Front door is open". You can also ...
- Sunday 03 March 2019 1:34
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 190967
Re: Controlicz - Easy Domoticz to Alexa Integration
Hi Nick,
Just a FYI.
Before I would ask Alexa what the status of the front door was, and she should respond "That device doesn't support that"
Now when I ask her what the status of the front is, the response is "That's not supported yet"
Thanks
Just a FYI.
Before I would ask Alexa what the status of the front door was, and she should respond "That device doesn't support that"
Now when I ask her what the status of the front is, the response is "That's not supported yet"
Thanks
- Saturday 02 March 2019 15:32
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 190967
Re: Controlicz - Easy Domoticz to Alexa Integration
These are all door and window sensors (i.e. contact type)
Thanks
Thanks
- Saturday 02 March 2019 2:58
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 190967
Re: Controlicz - Easy Domoticz to Alexa Integration
Ok, so essentially a refresh? (when in the Device area I pull down from the top of the screen/tablet and get the circle arrow (i.e. refresh) but nothing changes.)
Still get "We were unable to find any supported Devices"
Still get "We were unable to find any supported Devices"
- Saturday 02 March 2019 1:00
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 190967
Re: Controlicz - Easy Domoticz to Alexa Integration
Not sure I understand your comments.
What do you mean by "an Amazon.com user" and "drag down on that devices page" ?
I have an Amazon.com account. I login to Alexa using that account (Alexa.amazon.com) on both windows and android devices.
What do you mean by "an Amazon.com user" and "drag down on that devices page" ?
I have an Amazon.com account. I login to Alexa using that account (Alexa.amazon.com) on both windows and android devices.
- Friday 01 March 2019 18:32
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 190967
Re: Controlicz - Easy Domoticz to Alexa Integration
So I gave the new feature a try and when going into Alexa routines and select "when this happens"-> devices it comes back with the "We were unable to find any supported Devices" In the sensor Notification, I put A|181|$value|Sensor, where 181 is the idx of the sensor. Disabled and re-enabled the ...
- Friday 01 March 2019 17:24
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 190967
Re: Controlicz - Easy Domoticz to Alexa Integration
This is great ! Just a couple of questions. In the FAQ is states: Then in your sensor – under notifications put: A|idx|$value|Sensor – eg. A|123|$value|Sensor , and enable the http toggle (disable the rest) Does this string go in the "Custom Message" field of the sensors notification? Is the idx val ...
- Tuesday 18 December 2018 17:38
- Forum: LUA
- Topic: can't get Curl -T in Lua to work. Works at command line
- Replies: 2
- Views: 899
Re: can't get Curl -T in Lua to work. Works at command line
Ok, I had one of those "Duh" moments.
Everything is working fine in the Lua script. I had forgot to add a critical keyword in the URL line to actually "Trigger" the output port. The command I was sending was just to return the state of the line. so DUH...
Thanks
Everything is working fine in the Lua script. I had forgot to add a critical keyword in the URL line to actually "Trigger" the output port. The command I was sending was just to return the state of the line. so DUH...
Thanks
- Monday 17 December 2018 20:33
- Forum: LUA
- Topic: can't get Curl -T in Lua to work. Works at command line
- Replies: 2
- Views: 899
can't get Curl -T in Lua to work. Works at command line
I am trying to send a xml file to a camera (Hikvision) to turn on it's output line. I have everything working if I submit via the Pi command line but when putting it in a Lua script it's not working. I see the script executing and it returns exit and status of 0 when using os.execute, but nothing is ...
- Friday 09 November 2018 16:40
- Forum: Other questions and discussions
- Topic: pushover sound
- Replies: 10
- Views: 1946
Re: pushover sound
Any new developments on this?
I have the same problem, when Pushover is selected, notification sound is always the "Default" regardless of what is specified.
I have the same problem, when Pushover is selected, notification sound is always the "Default" regardless of what is specified.
- Thursday 01 November 2018 21:46
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 190967
Re: Controlicz - Easy Domoticz to Alexa Integration
Is the Amazon Contact and Motion Sensor APIs and integration for Alexa routines fully implemented or planned in Controlicz? When creating an Alexa routine using the "When this happens" -> voice it seems to work ok controlling known devices, however if you try and use "When this Happens" -> Device ...
- Wednesday 07 March 2018 20:27
- Forum: Feature requests
- Topic: Dashticz - Feature Requests
- Replies: 391
- Views: 110715
Re: Dashticz - Feature Requests
A way to disable screen swiping/sliding for use with tablets. For example, when you have sliders on the first or other screens, for dimming lights, it becomes difficult to actually grab the dimming slider to move rather than the whole screen. Would be nice to be able to disable the sliding function ...
- Tuesday 30 January 2018 15:25
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 566008
Re: Dashticz - General Discussions
Wow, works perfect !! Thanks!!
- Tuesday 30 January 2018 0:07
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 566008
Re: Dashticz - Defined Buttons for screen navigation
I have scanned the forum for a way to create a button to navigate to different defined screens, but didn't find any solutions. I want to create various buttons on screen 1, that when pressed would go to a specific defined screen number. These buttons would be labeled as to the content of given ...
- Wednesday 24 January 2018 3:43
- Forum: Dashticz
- Topic: Dashticz - Function - Graphs
- Replies: 80
- Views: 22869
Re: Dashticz - Function - Graphs
Just starting with Dashticz and everything is working pretty good except I can't get any of my devices that create data (i.e. temp, humidity, voltage) to display a graph. The buttons/blocks are created and display the correct data but they are not active buttons. When I mouse over them, the cursor ...