Johannes Braun
f7fa1653c6
fix2
2026-02-22 00:57:18 +01:00
Johannes Braun
b925ea8a2d
fix
2026-02-22 00:55:20 +01:00
Johannes Braun
da095b1591
migration mkdocs
2026-02-22 00:53:27 +01:00
Johannes Braun
ca6e271a54
add documentation for standalone version
2026-02-22 00:45:35 +01:00
Johannes
698ad7c771
Update .gitignore to include stuff for macos
2026-02-22 00:44:10 +01:00
Johannes
b0f40a1a87
Bump version to 4.7.85
2026-02-22 00:05:12 +01:00
Johannes
2cf7bcb63e
fix loglevel
2026-02-22 00:04:34 +01:00
Johannes
05d9ff52ca
Update project maintenance badge year to 2026
2026-02-21 19:37:24 +01:00
Johannes Braun
bb79cd8f85
read loglevel from env
2026-02-21 19:31:31 +01:00
Johannes Braun
00f7119cd2
added info logging for actions from panels
2026-02-21 18:52:54 +01:00
Johannes Braun
8e6f923839
bump version
2026-02-21 18:44:56 +01:00
Johannes Braun
cf396b0259
added error handling and improved logging
2026-02-21 18:44:23 +01:00
Johannes
42c27a3794
Bump version to 4.7.81
2026-02-21 14:42:01 +01:00
Johannes
c65f1935e5
Enhance button press logging with resolved entity ID
...
Log the resolved entity ID along with the button press event details.
2026-02-21 14:38:37 +01:00
Armilar
17284d83ca
v5.1.1.4 - Update print statement from 'Hello' to 'Goodbye'
...
see Release Notes from 5.0.2.1 no 5.1.1.4
2026-02-17 23:56:37 +01:00
Armilar
2853073a59
Merge pull request #1421 from lubepi/patch-1
...
Fix: Display waking from screensaver on entity changes after thermostat interaction
2026-02-17 23:51:23 +01:00
Armilar
8de034adf9
Update script version to v5.1.1.4
2026-02-17 23:47:57 +01:00
Armilar
330fa9bfd4
Refactor power subscription handling in NSPanelTs
...
Refactor subscribePowerSubscriptions to use a subscription key for better management of subscriptions.
2026-02-17 23:43:00 +01:00
lubepi
ec971f5f3e
Fix: Display waking from screensaver on entity changes after thermostat interaction
...
The subscribePowerSubscriptions() function was creating subscriptions via on()
without storing the subscription ID in the subscriptions object. This caused
UnsubscribeWatcher() to be unable to remove the subscription when the screensaver
activated, leaving it active and triggering GeneratePage() on any entity change.
Changes:
- Store subscription in subscriptions object with key 'power_<id>.ACTUAL'
- Add hasOwnProperty check to prevent duplicate subscriptions
2026-02-11 19:10:24 +01:00
dependabot[bot]
41f4062ab8
Bump docker/login-action from 3.6.0 to 3.7.0 ( #1418 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 17:24:35 +01:00
dependabot[bot]
f3fffe7b70
Bump github/codeql-action from 3 to 4 ( #1411 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-30 13:55:10 +01:00
dependabot[bot]
c4b6a8bd8a
Bump frenck/action-addon-linter from 2.18 to 2.21 ( #1410 )
...
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter ) from 2.18 to 2.21.
- [Release notes](https://github.com/frenck/action-addon-linter/releases )
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.18...v2.21 )
---
updated-dependencies:
- dependency-name: frenck/action-addon-linter
dependency-version: '2.21'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-30 13:54:58 +01:00
dependabot[bot]
81d876b53b
Bump actions/checkout from 5 to 6 ( #1413 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-30 13:54:20 +01:00
Thomas
d15cb218ce
Merge pull request #1414 from tt-tom17/main
...
fix slider and volume
2025-12-29 16:56:05 +01:00
tt-tom17
114f630b8a
fix slider and volume
2025-12-29 16:09:02 +01:00
tt-tom17
53b627be88
fix Mute
2025-12-29 16:06:54 +01:00
tt-tom17
f2e1a7263d
fix slider and volume
2025-12-29 15:52:34 +01:00
Armilar
1e2f89ed1d
Update TypeScript version and fix slider functionality
2025-12-29 13:56:43 +01:00
joBr99
b6f36d4eac
Bump actions/checkout from 4 to 5 ( #1378 ) (add nextion2text)
2025-12-26 19:43:33 +00:00
dependabot[bot]
fa239f8bf0
Bump actions/checkout from 4 to 5 ( #1378 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-26 20:41:01 +01:00
dependabot[bot]
2d1719673c
Bump actions/setup-python from 5 to 6 ( #1382 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-26 20:40:18 +01:00
dependabot[bot]
e9c275216c
Bump home-assistant/builder from 2025.03.0 to 2025.09.0 ( #1383 )
...
Bumps [home-assistant/builder](https://github.com/home-assistant/builder ) from 2025.03.0 to 2025.09.0.
- [Release notes](https://github.com/home-assistant/builder/releases )
- [Commits](https://github.com/home-assistant/builder/compare/2025.03.0...2025.09.0 )
---
updated-dependencies:
- dependency-name: home-assistant/builder
dependency-version: 2025.09.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-26 20:40:07 +01:00
dependabot[bot]
b226b61281
Bump docker/login-action from 3.5.0 to 3.6.0 ( #1388 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-26 20:39:45 +01:00
dependabot[bot]
056d8f95c2
Bump stefanzweifel/git-auto-commit-action from 5 to 7 ( #1391 )
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 5 to 7.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases )
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v7 )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-26 20:39:34 +01:00
Armilar
52c695cf1c
Update script version to v5.1.1.2 and fix screensaver logic
2025-12-21 15:33:31 +01:00
Johannes
8805e2189c
Remove Tasmota downgrade instructions
...
Removed instructions for downgrading Tasmota to version 15.0.1.
2025-12-12 17:20:06 +01:00
Nigel Rook
341cdb47ab
Fix weather entities reverting to daily forecast ( #1402 )
2025-11-29 16:47:04 +01:00
Stephen Wesche
3b25d47bc7
Improve clarity and formatting in prepare_nspanel.md ( #1400 )
...
Updated formatting and corrected typos in the NSPanel flashing guide.
2025-11-29 15:55:14 +01:00
jacekowski
a721d4ccd7
deduplicate registed callbacks ( #1401 )
2025-11-29 15:43:57 +01:00
Armilar
044abda65b
Add check for ACTUAL state existence before SET
2025-11-21 23:33:54 +01:00
Armilar
155b08d6d5
Change subscription change type from 'any' to 'ne'
2025-11-21 23:19:57 +01:00
Armilar
c038745d1b
Update NSPanel DEV TypeScript version to 5.1.1.1
2025-11-21 23:07:35 +01:00
Thomas
154c9aced1
v5.1.0.3 DEV - Fix QR-Code Generation cardQR
...
v5.1.0.3 DEV - Fix QR-Code Generation cardQR
2025-11-18 14:47:02 +01:00
tt-tom17
f5119f86ac
v5.1.0.3 DEV - Fix QR-Code Generation cardQR
2025-11-18 14:16:09 +01:00
Armilar
77b7400b04
v5.1.0.2 DEV - Update TFT compatibility from 60 to 61
...
Updated compatibility notes for TFT version.
2025-11-16 12:41:44 +01:00
Armilar
995e7eebd2
Update script version to v5.1.0.2
...
Add Swiss-Weather-API Adapter by starwarsfan (many ThanX)
2025-11-16 12:36:26 +01:00
Armilar
c91ca0912a
Merge pull request #1397 from starwarsfan/feature/swiss-weather-api
...
Add Swiss-Weather-API Adapter
2025-11-16 11:38:25 +01:00
Armilar
a6742f88c8
Merge pull request #1396 from starwarsfan/feature/fixTrailingWhitespaces
...
Feature/fix trailing whitespaces
2025-11-16 11:37:40 +01:00
Yves Schumann
9f146ec8b3
Add Swiss-Weather-API Adapter
2025-11-15 23:08:55 +01:00
Yves Schumann
0cccfac4a6
Fix trailing whitespaces on dev version
2025-11-15 22:56:44 +01:00