Skip to content

Commit f5bf770

Browse files
NorthernMan54github-actions[bot]dependabot[bot]CopilotCopilot
authored
Fix for HB_Status node sends messages on device state change without input trigger #195 (#196)
* Potential fix for #195 * Update TOC * Bump the npm-dependencies group across 1 directory with 4 updates (#194) Bumps the npm-dependencies group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [globals](https://github.com/sindresorhus/globals). Updates `@eslint/js` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js) Updates `eslint` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v9.39.2) Updates `eslint-plugin-jest` from 29.2.1 to 29.12.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.2.1...v29.12.0) Updates `globals` from 16.5.0 to 17.0.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.5.0...v17.0.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: eslint-plugin-jest dependency-version: 29.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: globals dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix issue number reference in hbStatusNode.js comment (#201) * Initial plan * Fix issue number in comment from #194 to #195 Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent 95079ee commit f5bf770

12 files changed

Lines changed: 5338 additions & 6118 deletions

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ The above Node-RED Flow, turns on my 'Outside Office' light when the powder room
3838
* [April 15, 2025 - Version 0.3.0](#april-15-2025---version-030)
3939
* [Breaking Change](#breaking-change)
4040
* [Fixes](#fixes)
41+
* [Jan 15, 2026 - Version 0.3.3](#jan-15-2026---version-033)
42+
* [Breaking Change](#breaking-change-1)
43+
* [Fixes](#fixes-1)
4144
* [Backlog / Roadmap](#backlog--roadmap)
4245
* [Dropped items](#dropped-items)
4346
* [Installation Steps](#installation-steps)
@@ -202,6 +205,16 @@ With a plugin, you can see if it supports Real Time events, by opening the Home
202205
- Added `Debug logging` configuration option that creates a file `homebridge-automation-endpoints.json`, which contains all the homebridge devices discovered. It can be used as part of troubleshooting device issues.
203206
- Fix for some camara devices not outputing events
204207

208+
### Jan 15, 2026 - Version 0.3.3
209+
210+
#### Breaking Change
211+
212+
- An early change broke the behaviour of the status node, and it emits all events, and not just on request. Original behaviour has been restored. If you require all events, use the event node.
213+
214+
#### Fixes
215+
216+
- Fix for #195 - Status node sends messages on device state change without input trigger
217+
205218
# Backlog / Roadmap
206219

207220
* [x] - Update Node Information with Homebridge Accessory Details ( hapEndpoint, deviceType, description )

0 commit comments

Comments
 (0)