Releases: andrei-tatar/node-red-contrib-smartnora
Releases Β· andrei-tatar/node-red-contrib-smartnora
v1.0.13
- add documentation for AC
- add ability to open links from web notifications
- add default action for notifications (when notification is clicked, not an action)
- change color for the
notify
node - fix schema validation for AC
v1.0.12
New features:
- Option to filter input messages based on
msg.topic
values (defaultfalse
). Input messages can now be ignored ifmsg.topic
is different from the configuredTopic
value, giving the option to simplify the flows - Add support for AC unit: https://developers.google.com/assistant/smarthome/guides/acunit
- Show
offline
status on nodes. If a node is marked asoffline
(payload:{online: false}
) the status is now reflected on the node:
v1.0.11
- bugfix for adding fan speeds
- bugfix for sensor state (removing setpoints for temperature/humidity)
v1.0.10
Add support for temperature/humidity sensor.
Google Home Sensor
v1.0.8
- call notify only if there are registered tokens
- use heartbeat for device online state detection
- update dependencies
v1.0.7
Bugfix for switch/outlet where the state can be updated via msg.payload
. (online/offline change).
v1.0.6
- add support for fan
- support already
on/off
,open/close
,locked/unlocked
error codes when issuing a command via voice - update dependencies to latest version
v1.0.5
Critical bug fix
- fix retrying syncing the devices if something fails (previously it would not really retry, just show the same error message over and over again)
- retry 429 status codes after a short delay
- spread out
sync
calls randomly across a few seconds so bringing users online at the exact same time, doesn't result in traffic spikes
v1.0.4
- add firebase disconnect rule at
group
level - add secondary verification on device level
- faster cloud updates from local-execution
- improve documentation for all nodes
- make garage door discrete open/close. Google Assistant would accept percentages before
bugfixes:
- round thermostat setpoint to .5 deg C
- fix invert on blinds when setting payload value
- fix updating color for light without brightness
v1.0.3
- Refactor status update. Devices that receive commands over local execution will have a blue status icon
- Start nodes with disconnected status. Right after node-red starts, nodes have a red (disconnected) status, until they connect.
- Improve logging. Include uid in the logs