0.8.0 • Published 4 years ago

@jarnothierens/home-automation v0.8.0

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

Home Automation

npm badge ESLint Markdown Linter Tests

What is it

Home automation is a thermostat application which supports json settings input (desiredTemp, currentTemp, range, unit). with those settings the thermostat can control cooling and heating by returning a json with states whether or not the cooling or the heating should be activated.

Since version 0.5.0 we also allow the input of current temp from a network location.

How do you install it

You can install the package with npm by typing tho command: npm install @jarnothierens/home-automation, this doesn't work currently because of an unknown problem. I install it with npm install C:\Users\jarno\Desktop\test\home-automation-JarnoTh for this example.

How do you use it

After installation you must import the App from @jarnothierens/home-automation. following this we need to declare our settings, feel free to use the unit you want. we need to load in our App(), and give our settings to the App as seen in the example below.

When using input from a network location you only need to declare your desired temperature your range and the unit of your desired temperature this next to the network location (url). The first output in the example below only uses settings, the second uses data from the network location.

Example

License

MIT

Copyright (c) 2020 Thierens Jarno

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author

This application is made by Thierens Jarno commissioned by Sille Van Landschoot as part of the study Electronics and ICT on VIVES University.

0.8.0

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.10

4 years ago

0.4.11

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago