0.5.1 • Published 5 years ago

ha4us-scripts v0.5.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

ha4us-scripts

ha4us-scripts is a Node.js based script runner for use in ha4us based smart home environments.

In the current version it is basically a copy of mqtt-scripts developed by Sebastian Raff aka hobbyquaker.

Needed methods in scripts

states

  • set Setting a datapoint (emits mqtt XYZ/set/....)
  • get observes the last status (options: timeout=1s, active:false - emits a get)
  • getCached gets the last value from cache (sync, since it's only does a internal lookup)
  • status - emits a status of current scriptDomain topic (optionally retained)

scheduler

Use cases

  • turn on in the morning:
    at ( 'sunset','06:30').subscribe(onNext(idx, _array of params__)); cron('* * * * *')

License

MIT ©2017 Ulf Steinberg
MIT ©2015 Sebastian Raff

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago