Skip to content
Pawel Janisio edited this page May 29, 2024 · 4 revisions

If you run on this page, read README first.

Why?


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.

What is here?


Some examples, some hints for possible contributors.

What is a general idea of this tool?


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.

Clone this wiki locally