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


zaanhoeve

Member
  • Posts

    34
  • Joined

  • Last visited

About zaanhoeve

Profile information

  • Gender
    Male
  • Country
    Netherlands
  • Gateway/s
    Home Center 2

Recent Profile Visitors

160 profile views

zaanhoeve's Achievements

Learner

Learner (2/8)

1

Reputation

  1. I did no change in the Lua code before. So did not do it now. Added "Darkness", run debug and works now. [DEBUG] 16:35:34: Main scene for time events version 1.2.5 - © 2016 Sankotronic [DEBUG] 16:35:34: Day time: 10:07, Night time: 20:24, Time to raise blinds: 13:07 [DEBUG] 16:35:34: DEMO MODE is turned On! No globals will be changed or scene/VD executed! [DEBUG] 16:35:34: Darkness: 0 Sunset: 17:24 (set:17:24) Sunrise: 08:07 (set:08:07) TimeOfDay: Morning Added the other variables. Why where they not added? not in VD during install? because i did not read it in any install text. edit: grin it's the next line of text after i did crash tnx for helping. tomorrow next step.
  2. Hello @Sankotronic I did delete the scene, VD sunrise and emptied all data except the table for Hometable. (see picture) running hometable gives no errors (see picture) added Sunrise_&_Sunset_v1.3.1.vfib changed room and added ip from FHC en port 80 added scene with config (see picture MSFT) and still the same problem: [DEBUG] 11:22:27: Main scene for time events version 1.2.5 - © 2016 Sankotronic [DEBUG] 11:22:27: Day time: 10:07, Night time: 20:24, Time to raise blinds: 13:07 [DEBUG] 11:22:27: DEMO MODE is turned On! No globals will be changed or scene/VD executed! [DEBUG] 11:22:27: line 924: attempt to concatenate a nil value
  3. [DEBUG] 11:55:24: Main scene for time events version 1.2.5 - © 2016 Sankotronic [DEBUG] 11:55:24: Day time: 10:09, Night time: 20:22, Time to raise blinds: 13:09 [DEBUG] 11:55:24: DEMO MODE is turned On! No globals will be changed or scene/VD executed! [DEBUG] 11:55:24: line 924: attempt to concatenate a nil value Still the same problem after edit. I will keep it in English till it's working.
  4. Hello Sankotronic, I did take a look in variables. There was no Variable "TimeOfDay". added it manualy. Still the same message: [DEBUG] 11:09:55: Main scene for time events version 1.2.5 - © 2016 Sankotronic [DEBUG] 11:09:55: Day time: 10:11, Night time: 20:20, Time to raise blinds: 13:11 [DEBUG] 11:09:55: DEMO MODE is turned On! No globals will be changed or scene/VD executed! [DEBUG] 11:09:55: line 924: attempt to concatenate a nil value Reinstalled VD Sunrise. Did not fix the problem. Did not translate any code to prevent typos resulting in errors kind regards , Kees
  5. OK Tnx The problem what is so normal for pro's could be confusing to newby's Kind regards Kees Debug gives: [DEBUG] 15:14:26: Main scene for time events version 1.2.5 - © 2016 Sankotronic [DEBUG] 15:14:26: Day time: 10:12, Night time: 20:18, Time to raise blinds: 13:12 [DEBUG] 15:14:26: DEMO MODE is turned On! No globals will be changed or scene/VD executed! [DEBUG] 15:14:26: line 924: attempt to concatenate a nil value line 924: " TimeOfDay: " .. fibaro:getGlobalValue(timeOfDay)) end Is this problem caused by demo mode?
  6. 1) done 2) created Lua scene....ok....... and copy/past CODE ......lost, wich code? Kind regards Kees
  7. well we bought the HC and did with that own the HC. It is to the users to make a workaround and lock Fibaro out off your system and still have the functions you want/need. But on our phones we install apps that can do everything. Smart TV's registering our behaviour. Our PC.s with software, Google, Facebook they all collect data( our lives). So privacy is already a long way don the drain. If we want privacy we have to drop our phones, computers and appliances with an internet connection. But that said data collecting is mostly by free software and we have paid for the HC.
  8. dankje Emiel. when I'm connected to the home network I can connect through VPN. When i connect to my telephone and try VPN : the connection is interrupted. caused by VPN transmission probable internet latency or vpn server reached capacity. I did woke up! turned on the data connection on my phone. Works fine now. Thanks for the reply. kind regards Kees
  9. Hello All, For my work i'm a lot off hours from home. The two hours at home I could better use for my wife . At my work A got a lot off time to work on the FHC2. I mean with that; try to get VD working ect. like very smart lights for example. When i'm online I can't edit/install scenes and VD. I tried to forward a port from my router to the FHC2. That did not work. Is there any solution for? kind regards Kees
  10. Hello All, Starting to implement Iungo with zero experience. Tried the complete VD en changed ip address and object ID. Noting works (for me). So I started like Jack. I did marked out water consumption for now, with "--" not used jet got the message with debug: [ERROR] 14:41:11: line 11: attempt to index global 'smartmeter' (a nil value) Can someone help me in the write direction? --[[ %% autostart %% globals --]] -- analog E meter oid: 2204995f if(HC2==nil) then HC2=Net.FHttp('192.168.0.37'); --IP Address Iungo else response,status,errorCode = smartmeter:POST("/iungo/api_request/", '{"seq":1,"method":"object_list_props_values","arguments":{"oid":"2204995f"}}') local jTe = json.decode(response) usage = jTe.rv.propsval[2].value T1=jTe.rv.propsval[3].value T2=jTe.rv.propsval[4].value L1I=jTe.rv.propsval[7].value gas_usage=jTe.rv.propsval[11].value gas=jTe.rv.propsval[12].value --WATERMETER Not availeble --local watermeter= Net.FHttp('192.168.0.15'); --response,status,errorCode = watermeter:POST("/iungo/api_request/", '{"seq":1,"method":"object_list_props_values","arguments":{"oid":"0908f9a8"}}') --local jTw = json.decode(response) -- flow=jTw.rv.propsval[1].value -- pulstotal=jTw.rv.propsval[2].value -- kfact=jTw.rv.propsval[3].value -- wused=pulstotal/kfact -- deviceid 99 Iungo VD fibaro:call(99, "setProperty", "ui.Label1.value", usage.." Watt") fibaro:call(99, "setProperty", "ui.Label2.value", T1.." kWh") fibaro:call(99, "setProperty", "ui.Label3.value", T2.." kWh") fibaro:call(99, "setProperty", "ui.Label4.value", L1I.." Amp") fibaro:call(99, "setProperty", "ui.Label5.value", gas_usage.." m3") fibaro:call(99, "setProperty", "ui.Label6.value", gas.." m3") --fibaro:call(99, "setProperty", "ui.Label7.value", flow.." liter/min") --fibaro:call(99, "setProperty", "ui.Label8.value", wused.." m3") --fibaro:log("T1n : "..T1.." kWh - T2d : "..T2.." kWh - Gas :"..gas.." m3"); fibaro:sleep(10*100) end
  11. thanks for the replys, It will be the USB and Recessed Door Sensor for knowing state of the door (open/cloded) I have all ready a FB Switch as pulse for opening the gate. Recessed Door Sensor Problem with doorbird intergrating into FB is the ip voice. I use now imperiHome so i can start the app. including some others. kind regards Kees
  12. Hello, I have a DoorBird with potential fee switches. Is there a switch for z-wave fibaro HC2, witch can give that signal to the FB HC2 ? DoorBird potential free for door chime => z wave switch => inside door chime kind regards Kees
  13. I don't think that will happen soon after the announcement for the release in 2017 of the Fibaro intercom. The DoorBird looks nice and works great en install is easy and fast. But again asked the reseller for a intercom the could work and integrated in FB HC2. Again promises not met.
×
×
  • Create New...