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


AndrewB82

Member
  • Posts

    46
  • Joined

  • Last visited

About AndrewB82

Profile information

  • Country
    Polska
  • Gateway/s
    Home Center 2

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AndrewB82's Achievements

Learner

Learner (2/8)

4

Reputation

  1. Thx @Valneg73 - that's not the case - I'm on 1.7.0 either
  2. Hi @Valneg73 - how did yoyu manage to get push working on new app? For me they are not working neither on old one, nor new.
  3. Stumbled upon that issue, as far as I know it's been quite common issue for few months, Fibaro ducking away from responding to it, isn't it @T.Konopka? To this and all the mess that recent updates made. Best, Andrzej
  4. How do you handle LUA scenes migration if any? Best, Andrzej
  5. Hi, got similar setup, but actually I was able to block HC2 completely - when all outgoing traffic was blocked, I wasn't able to connect via remote access. And indeed, through OpenVPN I am able to connect as local connection. I'm on 4,5310 beta. Cheers, Andrzej
  6. AndrewB82

    HC2 Pogoda

    Nie działa nikomu - coś musiało się zmienić po stronie serwerów Yahoo i YR Weather - nie działają oba pluginy. Jest to o tyle irytujące, że sceny wykorzystujące dane pogodowe nie działają.
  7. Również potwierdzam, że oprogramowanie 4.4 to duży krok naprzód - miałem 4 głowice i w zeszłym roku walczyłem z nimi okrutnie. Po aktualizacji głowice działają dość sprawnie, poza jedną, która ni z tego, ni z owego zgłosiła "calibration error" i nie pracuje w ogóle - właśnie odesłałem ją do serwisu. Zaznaczam, że nie jest to kwestia zaworu, ponieważ wcześniej działała, podobnie jak wcześniej 2 głowice tradycyjne i głowica z-wave danfossa. Pozdrawiam, Andrzej
  8. Anybody else facing the issue? Access via lan works flawlessly. Andrzej
  9. Hi, maybe this would help: this was my starting point - [VD] Heating Override by @Dave Harrison: https://forum.fibaro.com/topic/24105-vd-heating-override-v13/?tab=comments#comment-108485 It was my starting point to add "Heating Off" feature in "Leave" scene: when everybody leaves, heating zones turn to "Vacation" mode. Here is the excerpt showing mechanics: if (thermostatsOff) then local http = net.HTTPClient(); local dataTable = {mode = "",properties = {handTemperature = 0, handTimestamp = 0, vacationTemperature = 0}}; dataTable.mode = "Vacation"; dataTable.properties.handTemperature = 0; dataTable.properties.handTimestamp = currentTimestamp; dataTable.properties.vacationTemperature = 10; local dataJson = json.encode(dataTable); for i = 1, #heatingZones do http:request("http://127.0.0.1:11111/api/panels/heating/"..heatingZones, { options = { method = "PUT", headers = { ["Content-Type"] = "application/json" }, data = dataJson }, success = function(response) result = json.decode(response.data); debug("maroon",result.name.." heating turned off."); end, failure = function(err) debug("maroon","Error : "..err) end }) end else debug("lightblue","thermostatsOff variable set to false - no action."); end Best, Andrzej
  10. Thanks @wienog! Much appreciated.
  11. Can anyone point where the upgrade button is? It disapppeared. Maybe you know @T.Konopka?
  12. Hello from Amstelveen Andrzej
  13. Hi, maybe this could help: https://github.com/bwssytems/restful-harmony Best regards, Andrzej Browarski
×
×
  • Create New...