-
Notifications
You must be signed in to change notification settings - Fork 0
Intro
If you run on this page, read README first.
For my purposes of course and wanted to share with others, as I started to code Nastran- home web panel for main house components (electricity, heating, IOT) and myuplink api will be soon a successor for nibeuplink and there is still no php class to get and set data on github. Second - I wanted to understand more curl and open api access from scrap.
Some examples, some hints for possible contributors.
At first glance - it had to get, set data for Nibe devices for really newbies. Like, copy paste from github and then use:
$returnTemp = $nibe->returnTemp;To get returnTemp of course :) So just as easy as it could be. But after some time of consideration it is dumb idea cause it would take some time to build an parser which will flatten everything and than it has to be controlled every time when API is changing, or parmeters will change its place in the json (as Nibe done in previous API in fact). So it is a compromise - you can use jSON outputs or array outputs and that is more than enough.
-----myuplinkapi - last release-----