Releases: smarthome-go/infrared-node
Releases · smarthome-go/infrared-node
Infrared Node v1.4.0
Changelog for v1.4.0
Token Authentication
- Added support for token authentication (which is supported since server version
0.0.55
) - Improved several server logs
Example Configuration File
- Once you set
tokenAuth
totrue
, any specified username or password will be ignored (token has precedence) - A token should identify a user who has at least the permission homescript
- A token can be generated under
http://smarthome.box/profile
(substitutehttp://smarthome.box
with your domain or IP)
{
"smarthome": {
"url": "http://smarthome.box",
"tokenAuth": true,
"credentials": {
"user": "",
"password": "",
"token": "your-token-here"
},
"hmsTimeout": 10
},
"hardware": {
"enabled": false,
"pin": 0
},
"actions": [
{
"name": "demo",
"code": "2a00aaa95",
"homescript": "switch('sx', on)"
}
]
}
Infrared Node v1.3.0
Changelog for v1.3.0
- Bumped version of Smarthome-SDK to be compatible with newer servers
v1.2.1
Changelog
- Removed conflicting target in systemd service definition which leads to startup failure
v1.2.0
Changelog
- After the service has been successfully installed, it is now started and enabled automatically
v1.1.1
Changelog
- Added working autostart using
systemd
, which now requires thenetwork.online
target
v1.1.0
Changelog
- Updated systemd restart policy to
always
v1.0.0
Changelog
- Completely rewritten major parts of the service
- Switched to
github.com/smarthome-go/sdk
as the Smarthome connection - Significantly reduced binary size