Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tieske/millheat.lua
Lua interface to the Millheat API for electrical heaters
https://github.com/tieske/millheat.lua
Last synced: about 1 month ago
JSON representation
Lua interface to the Millheat API for electrical heaters
- Host: GitHub
- URL: https://github.com/tieske/millheat.lua
- Owner: Tieske
- License: mit
- Created: 2020-01-09T16:16:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T14:21:20.000Z (11 months ago)
- Last Synced: 2024-10-14T00:16:38.594Z (2 months ago)
- Language: Lua
- Homepage: https://tieske.github.io/millheat.lua/topics/readme.md.html
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# millheat.lua
Lua interface to the [Millheat API](https://api.millheat.com/share/apidocument).
Please checkout [the documentation](https://tieske.github.io/millheat.lua/) for
instructions.Works with plain LuaSocket/LuaSec, as well as with the Copas scheduler. Supports
LuaLogging for log output if available.## Status
Early development, session management works, all basic methods implemented.
### TODO
- maybe: add a higher level Lua interface with object based access
## License & Copyright
See [LICENSE](https://github.com/Tieske/millheat.lua/blob/master/LICENSE)
## History
### Release instructions
- update the version number and copyright year (ldoc header in `init.lua`)
- update copyright years in `LICENSE` file)
- ensure changelog is up-to-date
- add a rockspec for the new version
- render the docs using `ldoc`
- commit, tag, and push### Version 0.4.1, released 11-Feb-2024
- fix: refresh access-token header parameter accidentally in query.
### Version 0.4.0, released 11-Feb-2024
- BREAKING: reimplement the core, based on the new REST API.
### Version 0.3.0, released 30-Dec-2022
- change: convert millheat specific internal errors to generic http response codes
### Version 0.2.0, released 22-Oct-2022
- fix: better error messages in case data elements are missing
### Version 0.1.0, released 10-Aug-2022
- initial release