ThomasWilla / LoxoneHomeAutomation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loxone Home Automation Powershell Class

Powershell Class for HomeAutomation with Loxone https://www.loxone.com

Getting Started

Build a new LxHomeAutomation Object and connect to the Loxone Server. The default user is Admin, Server IP can be configure in the class

Prerequisites

Powershell 5

$LxHomeAutomation = New-Object LxHomeAutomation -ArgumentList "user,Password as plaintext"
or
$LxHomeautomation = [LxHomeAutomation]::new("user","PW as plaintext")

Installing

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Powershell 5

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

License:MIT License


Languages

Language:PowerShell 100.0%