chore: version packages - #108
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
15 times, most recently
from
August 14, 2026 00:01
3c1038f to
1ee1ad6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 01:35
1ee1ad6 to
1b4d8dc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@teslemetry/node-red-contrib-teslemetry@0.6.0
Minor Changes
POST /teslemetry/test-credentialsadmin route, so a token can be validated before saving instead of only failing after deploy. The route distinguishes an invalid/expired token (401/403) from any other error.teslemetry-wall-connectornode that splits an Energy Site'swall_connectors[]array (e.g. fromteslemetry-energy-event'slive_statuspayload) into one message per connector, keyed by DIN, with an optional DIN filter to isolate a single connector.Patch Changes
msg.daysOfWeekonaddChargeSchedule/addPreconditionSchedulebefore calling the API, instead of only checking that it's a non-empty string. Accepts"All","Weekdays", or a comma separated list of day names (e.g."Monday,Wednesday").setTimeOfUseSettingsreplaces the site's entire time-of-use schedule rather than merging with it, in the node's help text, command dropdown, and README.homebridge-teslemetry@1.2.2
Patch Changes
ChargeLimitSocreadings, so HomeKit itself rejects a client write outside the vehicle's supported charge-limit range instead of forwarding it to the API.createProducts()failure during startup discovery with capped exponential backoff instead of failing discovery outright, and evict any cached accessory for a product no longer returned by the account or newly added to the ignore list, destroying its services (and their SSE listeners) before unregistering it.live_statushas arrived this run) are now hydrated and fault-checked immediately instead of being invisible tosetStreamFault()until their first reading.live_status(power flow, etc.) is delivered via real-time SSE streaming, not periodic polling — onlysite_info(backup reserve, operation mode, etc.) is polled.stream_errorand terminalauth_failurefrom the account stream: a stream disconnect no longer logs a blanket "will attempt to reconnect" (it may be terminal), and two consecutive auth failures now mark every contact sensor that supports a HomeKit fault state (doors, TPMS, grid outage, storm watch active) as faulted instead of leaving them on their last cached value forever. A later reconnect clears the fault. See the README's Streaming Connection Issues section for recovery steps.@teslemetry/n8n-nodes-teslemetry@0.4.1
Patch Changes
closeFunctioncleanup is idempotent.