Skip to content

Releases: andrei-tatar/node-red-contrib-smartnora

v1.0.13

01 Aug 17:37
Compare
Choose a tag to compare
  • 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

26 Jul 15:56
Compare
Choose a tag to compare

New features:

  • Option to filter input messages based on msg.topic values (default false). Input messages can now be ignored if msg.topic is different from the configured Topic 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 as offline (payload: {online: false}) the status is now reflected on the node:
    image

v1.0.11

30 Jun 12:08
Compare
Choose a tag to compare
  • bugfix for adding fan speeds
  • bugfix for sensor state (removing setpoints for temperature/humidity)

v1.0.10

29 Jun 09:35
Compare
Choose a tag to compare

Add support for temperature/humidity sensor.
Google Home Sensor

v1.0.8

24 Jun 13:10
Compare
Choose a tag to compare
  • call notify only if there are registered tokens
  • use heartbeat for device online state detection
  • update dependencies

v1.0.7

18 Jun 13:31
Compare
Choose a tag to compare

Bugfix for switch/outlet where the state can be updated via msg.payload. (online/offline change).

v1.0.6

27 May 09:12
Compare
Choose a tag to compare
  • 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

29 Apr 19:43
Compare
Choose a tag to compare

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

26 Apr 16:55
Compare
Choose a tag to compare
  • 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

23 Apr 08:36
Compare
Choose a tag to compare
  • 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