Skip to content

Releases: smarthome-go/infrared-node

Infrared Node v1.4.0

10 Aug 17:00
Compare
Choose a tag to compare

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 to true, 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 (substitute http://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

03 Aug 20:20
Compare
Choose a tag to compare

Changelog for v1.3.0

  • Bumped version of Smarthome-SDK to be compatible with newer servers

v1.2.1

22 Jun 21:15
Compare
Choose a tag to compare

Changelog

  • Removed conflicting target in systemd service definition which leads to startup failure

v1.2.0

22 Jun 20:18
Compare
Choose a tag to compare

Changelog

  • After the service has been successfully installed, it is now started and enabled automatically

v1.1.1

22 Jun 20:11
Compare
Choose a tag to compare

Changelog

  • Added working autostart using systemd, which now requires the network.online target

v1.1.0

22 Jun 19:27
Compare
Choose a tag to compare

Changelog

  • Updated systemd restart policy to always

v1.0.0

11 Jun 17:33
Compare
Choose a tag to compare

Changelog

  • Completely rewritten major parts of the service
  • Switched to github.com/smarthome-go/sdk as the Smarthome connection
  • Significantly reduced binary size