Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

Connecting a Domoticz system


emielstroeve

Question

hi all,

 

I've got a remote site with 2 sensors connected via a Aeon USB Zwave stick to a Synology running Domoticz. I would like see both Domoticz sensors on my HC2 and that should be possible using FibaroLink on the Domoticz sending info to HC2/VD.

 

how can this be done?? 

 

thanks,

emiel

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I don't use Fibaro link to my VD (Oregon sensor). Make a VD with one Label and one button. Paste the code into the button code window.

 

--[[ 
%% properties 
%% autostart
%% globals 
--]]

--devices&rid=7 = Device ID in Domoticz

local temp = 0
Domoticz = Net.FHttp("192.168.XXX.XXX",8080
response ,status, errorCode = Domoticz:GET("/json.htm?type=devices&rid=7")

jsonTable = json.decode(response)
local data = jsonTable.result[1].Data
local temp = jsonTable.result[1].Temp
local fukt = jsonTable.result[1].Humidity
local dewpoint = jsonTable.result[1].DewPoint
local status = jsonTable.result[1].HumidityStatus
fibaro:call(86,"setProperty","ui.Label1.value",data) --86 is my VD

fibaro:log"Temp: "..temp.." °C / Humidity: "..fukt.." %".." / Dewpoint: "..dewpoint.." °C".." / "..status)

fibaro:sleep(60*1000)

Link to comment
Share on other sites

  • 0

Hi

I want buy Fibaro Home Center but now i have Domoticz with connected by USB NODO RFLink 433MHz. To this RFLink i have connected Contact on Windows. Is any chance to Domoticz recive data from Contact and send this data to Fibaro ? How i can do it ? Contact in domoticz show info OPEN or CLOSED. Please expaine me step by step because i am begginer Fibaro user.

 

 

Second is that to Domoticz i also have connected by GPIO one Contact. I also can send this data from this Domoticz device to Fibaro Home Ceneter ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...