RFX nodes no longer work in version 8.0.0
See original GitHub issueProblem/Motivation
RFX nodes no longer work in version 8.0.0
Expected behavior
RFX nodes are available without additional configuration
Actual behavior
RFX nodes are NOT available, not even with additional packages added (see also https://community.home-assistant.io/t/node-red-contrib-rfxcom-stopped-working/212598, however, the solution proposed here does not seem to work in v 8.0.0)
Steps to reproduce
Upgrade to version 8.0.0 and try to add an RXF node
my configuration for Node-RED add-on:
credential_secret: '!secret node_red_secret'
dark_mode: false
http_node:
username: ''
password: ''
http_static:
username: ''
password: ''
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
require_ssl: false
system_packages: []
npm_packages:
- node-red-contrib-httpauth
init_commands: []
Proposed changes
Workaround, for me, was to go back to Node-RED add-on version 7.2.11
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
node-rfxcom/changelog.md at master - GitHub
Rfy venetian blinds commands are no longer duplicated in EU & US variants, e.g. venetianOpenEU() & venetianOpenUS are relaced by venetianOpen() . An...
Read more >Oracle Critical Patch Update Advisory - January 2022
Oracle therefore strongly recommends that customers remain on actively-supported versions and apply Critical Patch Update security patches without delay.
Read more >Remote Desktop Protocol (RDP) 8.0 update for Windows 7 ...
Summary. The Remote Desktop Protocol (RDP) 8.0 update lets you use the new Remote Desktop Services features that were introduced in Windows 8...
Read more >2021.6: A little bit of everything - Home Assistant
A release full of nice little things! Dual mode support for themes, push updates for Hue, control the polling interval of any integration ......
Read more >Vulnerability Summary for the Week of April 19, 2021 - GovDelivery
A server-side request forgery (SSRF) vulnerability in the addCustomThemePluginRepository function in index.php in WonderCMS 3.1.3 allows remote attackers to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for the tip @frenck! Just in case anyone else encounters this: I had to remove the config/node-red folder (rename it, then you also have a backup of your flows and credentials!) . Then, with the following added to the add-on configuration:
I was able to get version 8.0.1 (upgraded in the meantime) working with rfx nodes again and after simple restore of the flows.json and flows_cred.json, everything was working again.
At some point, I probably installed some node modules inside the add-on (container) and then forgot about them…
Glad you got it resolved m8!