Search found 40 matches

by oopee
Friday 02 June 2017 8:43
Forum: RFLink Transceiver
Topic: Digoo DG-R8S
Replies: 6
Views: 6097

Re: Digoo DG-R8S

I got a 3 of those. Not worth the money. One device is working fine (with RFLink), other two not really. And as a silly bonus, if humidity is low they all kind of crash. Spend a few more bucks and get working devices.
by oopee
Monday 28 November 2016 12:18
Forum: PHP and all others
Topic: Play Audio alert / Sound using the 3.5 MM Raspberry Pi connector
Replies: 17
Views: 18690

Re: Play Audio alert / Sound using the 3.5 MM Raspberry Pi connector

If above (script path) does not help, try to include full path to aplay in your script.
by oopee
Thursday 24 November 2016 14:07
Forum: Others
Topic: Housing for outdoor UV sensor ? What to use as "window" that wont block UV ?
Replies: 2
Views: 1959

Re: Housing for outdoor UV sensor ? What to use as "window" that wont block UV ?

I have the sensor part but haven't got time/inspiration to do assembly of the actual device yet... but I was going to do tests with a box with a hole covered with microscope slide cover slip. That is very thin piece of glass that covers the specimen. My daughter has a microscope (kind of a toy) with ...
by oopee
Sunday 13 November 2016 19:15
Forum: PHP and all others
Topic: Parsing JSON with JQ
Replies: 5
Views: 2615

Re: Parsing JSON with JQ

I use curl and jq in a bash script like this:

Code: Select all

temperature1=$(/usr/bin/curl -S -s 'http://dom.ipa.ddr.ess:8080/json.htm?type=devices&rid=172' | /home/pi/jq-1.5/jq -r .result[]."Temp")
by oopee
Thursday 10 November 2016 17:50
Forum: Rfxcom Transceiver
Topic: Why so hard to switch off?
Replies: 0
Views: 582

Why so hard to switch off?

I have strong feeling that switching ON a 433MHz device is more reliable (less susceptible to interference maybe) than switching a device OFF. Been struggling with HE105 thermostat lately. The darned thing responses to on command almost flawlessly, but off signal is not received (or sent from RFXCOM ...
by oopee
Wednesday 12 October 2016 10:39
Forum: RFLink Transceiver
Topic: RFlink firmware R43 is available now!
Replies: 42
Views: 11262

Re: RFlink firmware R43 is available now!

I have an existing 433mhz wireless pulse counter from a foogadgets which i used with my old home automation system. I was able to use it to measure electric consumptios from a blinking led. It uses fineoffset2 protocol to send the data. Is it possible to get this to work with Rflink + domoticz ...
by oopee
Sunday 25 September 2016 9:53
Forum: Others
Topic: Compatible Smoke detectors
Replies: 48
Views: 31784

Re: Compatible Smoke detectors

Got Banggood smoke alarm http://www.banggood.com/433MHZ-Home-Sec ... 67105.html, it works fine with Domoticz and RFLink. Was less than $9. Use learn new switch -method. One way only (EV1527 based), so cannot use it as alarm triggered by Domoticz.
by oopee
Monday 19 September 2016 14:28
Forum: PHP and all others
Topic: ON action url in switched is changed by domoticz
Replies: 4
Views: 2823

Re: ON action url in switched is changed by domoticz

Maybe related to my problem with on action scripts? http://www.domoticz.com/forum/viewtopic.php?f=6&t=13389
by oopee
Tuesday 31 May 2016 20:45
Forum: PHP and all others
Topic: Domoticz + Harmony Hub + ChromeCast
Replies: 4
Views: 2044

Re: Domoticz + Harmony Hub + ChromeCast

Pierryck wrote:Good! & how do you send your music to the Logitech Bluetooth Adapter?
I mainly use Spotify on tablets etc. In my setup, Domoticz does not have much role in AV usage. Led back-light of my TV is controlled by Domoticz and is dependent of Harmony Activities.
by oopee
Tuesday 31 May 2016 7:50
Forum: PHP and all others
Topic: Domoticz + Harmony Hub + ChromeCast
Replies: 4
Views: 2044

Re: Domoticz + Harmony Hub + ChromeCast

Hello, I have Harmony Hub (and remote), Logitech Bluetooth adapter and Chromecast. You can use Domoticz to see/set status of Harmony Activities. So, you can start "Listen Logitech adapter" on Domoticz and then Harmony starts your AV Receiver and set input for BT adapter. It could set sound level if ...
by oopee
Friday 13 May 2016 10:50
Forum: RFLink Transceiver
Topic: 4-Relay board 433MHz, does it work with RFLink?
Replies: 12
Views: 3303

Re: 4-Relay board 433MHz, does it work with RFLink?

Should I create one Push On button and one Push Off button to manage one relay? :? You can but it's not very helpful because both are actually toggles, same signal to on and off. Domoticz does not know the status of the relay. Actual wireless blind control boxes (+Domoticz) do this much more ...
by oopee
Thursday 12 May 2016 10:54
Forum: RFLink Transceiver
Topic: 4-Relay board 433MHz, does it work with RFLink?
Replies: 12
Views: 3303

Re: 4-Relay board 433MHz, does it work with RFLink?

See Domoticz manual page 27. You have to experiment with protocol type etc. Use the Test button to send command while the board is in learning mode.
by oopee
Thursday 12 May 2016 7:59
Forum: RFLink Transceiver
Topic: 4-Relay board 433MHz, does it work with RFLink?
Replies: 12
Views: 3303

Re: 4-Relay board 433MHz, does it work with RFLink?

Well, it's a learning relay board - in Domoticz, create manually a new switch for every relay. Then use the learning button on your board to assign each switch to relay.
by oopee
Tuesday 26 April 2016 10:36
Forum: Suggestions
Topic: Suggestion: Improve temp sensor adjustment method
Replies: 0
Views: 868

Suggestion: Improve temp sensor adjustment method

Calibration curve of temperature sensors are often non-linear. The measurement error increases as the temperature approaches the max/min values the sensor can handle. Simple and constant adjustment value is usable only in relatively limited range of temperature values. Exact calibration calculations ...
by oopee
Monday 11 April 2016 10:12
Forum: Other questions and discussions
Topic: Review: KAKU ACM-LV24 LED Dimmer, 12-24Volt, max. 75Watt
Replies: 4
Views: 2480

Re: Review: KAKU ACM-LV24 LED Dimmer, 12-24Volt, max. 75Watt

Good review! Similar (identical?) product: Nexa LDR-075
by oopee
Friday 01 April 2016 22:45
Forum: PHP and all others
Topic: send values to dweet
Replies: 2
Views: 1310

Re: send values to dweet

Just got my Freeboard dashboard online. I used curl and jq to parse Domoticz sensors json, then curl again to push the data to Dweet. All this in a bash script. Scheduled in crontab to run every 10 mins. I'm not a developer so it's not pretty but working ok.
by oopee
Tuesday 09 February 2016 13:48
Forum: Blockly
Topic: Execute bash from Blocky
Replies: 9
Views: 4819

Re: Execute bash from Blocky

I personally hate to make virtual switches for every issue like this but, again, it's easy work-around.
by oopee
Wednesday 27 January 2016 10:37
Forum: Others
Topic: Cheap wireless temp/humidity sensors in Scandinavia
Replies: 9
Views: 3901

Re: Cheap wireless temp/humidity sensors in Scandinavia

Good to know, thanks! I've tested 84-056 with no luck (rfxcom/rflink).
by oopee
Wednesday 13 January 2016 16:45
Forum: Other questions and discussions
Topic: Translation issue
Replies: 2
Views: 1074

Re: Translation issue

Yes, information about context would be very helpful indeed!
by oopee
Sunday 27 September 2015 10:27
Forum: RFLink Transceiver
Topic: RFLink: List of supported devices
Replies: 58
Views: 60779

Re: RFLink: List of supported devices

To me, added values are:
- Able to receive some sensors that are not supported by RFXCOM.
- Able to use AC, lightning4 type devices so I can disable these protocols in RFXCOM. Those protocols interfere with many others in RXFCOM.