Search found 57 matches

by denisj
Monday 23 January 2017 17:07
Forum: RFLink Transceiver
Topic: Send data to RFLink but not sensor
Replies: 6
Views: 2360

Re: Send data to RFLink but not sensor

The text message "I need water" was like a joke :-) Normally in the domoticz I'll do something like: Send me the water level If is low send message to the pump in order to fill the water If it's ok then send me the PH level ... if PH level is low ... ...if te nutrient is low... etc I think that can ...
by denisj
Monday 23 January 2017 16:11
Forum: RFLink Transceiver
Topic: Send data to RFLink but not sensor
Replies: 6
Views: 2360

Re: Send data to RFLink but not sensor

I think I'm little confusing ... If I understand, RFLink use some modulation or protocol, I don't know the name ...but can be OOK, FSK etc... in order to talk with a lot of devices. Well first think I want ask is, can I use an arduino mega with RFM69HCW module and with the RFM69 lib (from ...
by denisj
Friday 20 January 2017 7:17
Forum: RFLink Transceiver
Topic: Send data to RFLink but not sensor
Replies: 6
Views: 2360

Re: Send data to RFLink but not sensor

I try node 10,11, and 20 but rflink don't show me nothing in the log. The struct data I try is like: char Payload[] = "11;20;0B;NewKaku;ID=000005;SWITCH=2;CMD=ON;CR/LF"; char Payload[] = "11;20;0B;NewKaku;ID=000005;SWITCH=2;CMD=ON;"; char Payload[] = "11;20;0B;NewKaku;ID=000005;SWITCH=2;CMD=ON;/n ...
by denisj
Wednesday 18 January 2017 11:34
Forum: RFLink Transceiver
Topic: Send data to RFLink but not sensor
Replies: 6
Views: 2360

Re: Send data to RFLink but not sensor

I forget to put CR/LF at the end
so:
20;ID=6969;MyGarden;LABEL='id003 - missing water';CR/LF
Will be OK ?

Thanks again
Denis
by denisj
Wednesday 18 January 2017 11:05
Forum: RFLink Transceiver
Topic: Send data to RFLink but not sensor
Replies: 6
Views: 2360

Send data to RFLink but not sensor

Hi there all, I want to send data from a narduino mega 2560 equipped with an RFM69HCW transceiver to the RFLink (Raspberry PI 3). i begin to use the LowPowerLab lib for the RFM69HCW transceiver in order to send data. So I'm not send from a official sensor, but from my garden project arduino. What I ...
by denisj
Sunday 08 January 2017 20:28
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 103437

Re: FlatZ Frontpage

If I remember there is a unzip command on raspberry
try
unzip filename.zip

Denis
by denisj
Saturday 07 January 2017 9:23
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416380

Re: NEW frontpage.html - request comments

Dear all, With all the examples and code in this forum, I have managed to create a pretty good frontpage which runs on a wall mounted tablet. http://www.voetenwerkmargot.nl/images/frontpage.PNG Albert, can you please upload your frontpage packet some wear in order to download it and take some ...
by denisj
Wednesday 04 January 2017 20:37
Forum: RFLink Transceiver
Topic: RFLink with FW that receive from RFLink with out FW
Replies: 5
Views: 1315

Re: RFLink with FW that receive from RFLink with out FW

Now that I'm home I can show you a better sample: #include <VirtualWire.h> const int led_pin = 11; const int transmit_pin = 12; const int receive_pin = 2; const int transmit_en_pin = 3; void setup() { // Initialise the IO and ISR vw_set_tx_pin(transmit_pin); vw_set_rx_pin(receive_pin); vw_set_ptt ...
by denisj
Wednesday 04 January 2017 19:14
Forum: RFLink Transceiver
Topic: RFLink with FW that receive from RFLink with out FW
Replies: 5
Views: 1315

Re: RFLink with FW that receive from RFLink with out FW

I will write a sketch in order to mantain my future hydroponic garfen.
And from the garden I will send statistics about PH, nutrient, water level etc... to domoticz.

Before to begin I want just to send a Hello World msg. to
domoticz server.

Thanks again
Denis
by denisj
Wednesday 04 January 2017 17:30
Forum: RFLink Transceiver
Topic: RFLink with FW that receive from RFLink with out FW
Replies: 5
Views: 1315

Re: RFLink with FW that receive from RFLink with out FW

I'm sure that just a lib can be suficent in order to make work the rf part.
But that's not the real problem... can be 2 or 3 or 4.

What I want is to use the second arduino+RFLink
for other projects and put my sketch inside.

Thanks
Denis
by denisj
Wednesday 04 January 2017 16:32
Forum: RFLink Transceiver
Topic: OWL Intuition
Replies: 2
Views: 1286

Re: OWL Intuition

Is this one
http://www.theowl.com/index.php/energy- ... uition-pv/

Have 2 sensors in the kit.
An no, I still no see it yet.

Do you have one ?

Thanks
Denis
by denisj
Wednesday 04 January 2017 14:41
Forum: RFLink Transceiver
Topic: OWL Intuition
Replies: 2
Views: 1286

OWL Intuition

Hi there all,
I have a rasp+RFLink on domoticz and I want to find my OWL Intuition (FV energy monitoring)

Is there any wiki page please ?
I didn't find it yet.

Thanks in advance
Denis
by denisj
Wednesday 04 January 2017 12:04
Forum: RFLink Transceiver
Topic: RFLink with FW that receive from RFLink with out FW
Replies: 5
Views: 1315

RFLink with FW that receive from RFLink with out FW

Hi there all, I just receive 2 kits of the RFLink. One of this I charge the firmware and I linked it to my domoticz raspberry and it's work great :-) The other RFLink hardware (arduino + RFLink), I want to use it in a garden project and I want to make my custom schetch on it, so I don't want to ...
by denisj
Tuesday 03 January 2017 17:00
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416380

Re: NEW frontpage.html - request comments

... However, I would like to adjust the frontpage so it will be full screen on my tablet (1920x1200). I cannot get this to work. I also want to change the screen res. in order to run on my tablet. I think that in some place of code it take the max resolution of the screen and then it reduce it ...
by denisj
Friday 30 December 2016 6:37
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416380

Re: NEW frontpage.html - request comments

Hi there all, I found a little traffic problem with the popup_camera script: <div id="popup_camera"><img src="http://casuta.me/camsnapshot.jpg?idx=1&t=" onClick="lightbox_close('camera');" width="640" height="480" onload= 'setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new ...
by denisj
Thursday 29 December 2016 12:54
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416380

Re: NEW frontpage.html - request comments

I think is better if you take a look at the original frontend file here:
https://github.com/gerard33/frontpage/b ... tpage.html

And the control your strings of "camera" ...see if there is some difference.

Denis
by denisj
Thursday 29 December 2016 12:13
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416380

Re: NEW frontpage.html - request comments

Try to take out the double quote here:
class='bigcamera' " /></div>

Denis
by denisj
Thursday 29 December 2016 12:11
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416380

Re: NEW frontpage.html - request comments

<div id="popup_camera1"><img src="http://192.168.1.133:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=Username&pwd=Password&t=" onClick="lightbox_close('camera');" width="640" height="480" onload='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 100 ...
by denisj
Thursday 29 December 2016 10:54
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416380

Re: RE: Re: NEW frontpage.html - request comments

Check the javascript code... sometimes copy/paste doesn't work, including 'hidden' formatting or other code. Also check the url. Syntax means simply said theres a call which isn't correctly formed. Missing closing single qoute, double quote, round or square hooks. Thanks a lot ... there was missing ...
by denisj
Thursday 29 December 2016 10:40
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416380

Re: NEW frontpage.html - request comments

But the name ... camera1, camera2 etc... where is get from ?
Must be declared in some place, but I didn't find

Thanks again
Denis