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
Question
rajland 1
Witam !
Czy ktoś może mi pomóc, po aktualizacji centrali do wersji 4.090 scena lua w wirtualnym urządzeniu nie działa prawidłowo, tzn ustawia mi tryb wakacji na 20 stopnie ale nie dochodzą pushe, przed aktualizacją było wszystko ok, nr id jest zgodny z telefonem, poniżej podaje scene:
HC2 = Net.FHttp("192.168.0.140",80)
HC2:setBasicAuthentication("admin", "xxxxxxxx")
-- pobierz harmonogram
response ,status, errorCode = HC2:GET("/api/panels/heating/5")
jsonTable = json.decode(response)
-- zmodyfikuj tabelę w Lua
jsonTable.properties.vacationTemperature = 20;
-- wyślij z powrotem
json = json.encode(jsonTable);
HC2:PUT("/api/panels/heating/5", json)
fibaro:log("ready")
fibaro:call(240,'sendPush','Tryb Wakacji ustawiono na 20 stopni')
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.