question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RFX nodes no longer work in version 8.0.0

See original GitHub issue

Problem/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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DaGollecommented, Jan 24, 2021

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:

system_packages:
  - make
  - python3
  - g++
  - gcc
  - linux-headers
npm_packages:
  - nan
  - serialport
  - node-red-contrib-rfxcom

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…

0reactions
frenckcommented, Jan 24, 2021

Glad you got it resolved m8!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found