I recently tested the DECT radiator thermostat for the FritzBox and integrated it into my NodeRed installation.
That's why I was of course curious to see how the FRITZ! DECT 500 RGB LED lamp works with the FritzBox and whether it can be controlled just as easily from NodeRed as the radiator thermostat before.
As usual with FRITZ products, installation was super easy. Thanks to the very simple step-by-step instructions provided, it took less than two minutes to connect the FRITZ!DECT 500 smart lamp to my FRITZ!Box.
In the app, the interface of the FritzBox and (very practical) also on a connected Fritz!Fon all kind of options for the FRITZ! DECT 500 Smart Home lamp can then be set.
So the lamp can not only be switched on and off. The color, light temperature, saturation and brightness can also be adjusted. This way the lamp can be used both as powerful room lighting and as a dimmed lamp for the cinema evening.
With the example flow presented here in the article, you can configure the basic functions of the lamp very easily via the NodeRed dashboard.
Safety instructions
I know the following hints are always a bit annoying and seem unnecessary. But unfortunately, many people who knew it "better" from carelessness lost their eyes, fingers or other things or hurt themselves. In comparison, a loss of data is almost not worth mentioning, but even these can be really annoying. Therefore, please take five minutes to read the safety instructions. Even the coolest project is worth no injury or other annoyance. https://www.nerdiy.de/en/sicherheitshinweise/
Affiliate links / advertising links
The links to online stores listed here are so-called affiliate links. If you click on such an affiliate link and store via this link, Nerdiy.de receives a commission from the online store or provider concerned. The price doesn't change for you. If you do your purchases via these links, you will support Nerdiy.de in being able to offer further useful projects in the future. 🙂
Requirements
Helpful Articles:
Of course NodeRed should already be installed so that you can take over this configuration.
How to prepare a RaspberryPi and then install NodeRed on it, is described in the following articles.
- RaspberryPi - Setting up for Nerdiys!
- RaspberryPi - The first configuration
- RaspberryPi - Controlling the RaspberryPi via SSH
- NodeRed - Installing NodeRed on the RaspberryPi
- NodeRed - Install New Nodes
- NodeRed - Import and Export Node Code
Required tools:
-none-
Required material:
In the following list you will find all the parts you need to implement this article.
Number | Article | Amazon link | Ebay link |
---|---|---|---|
1x | RaspberryPi | Amazon | Ebay |
1x | USB power supply / USB power supply | Amazon | Ebay |
1x | SD card / SD card | Amazon | Ebay |
1x | Housing / housing | Amazon | Ebay |
Log in to the NodeRed configuration interface
Before you can edit your NodeRed configuration you must - if activated - first log in to the NodeRed configuration interface.

Install the appropriate FritzBox node
Install FritzBox node
So that NodeRed can communicate with your FritzBox you have to install the node "node-red-contrib-fritz". How to install Nodes is described in the article NodeRed - Install New Nodes.
You should also have already installed and configured the dashboard node. You can find information on this in the following article.
NodeCode for controlling a FRITZ! DECT 500 smart home lamp
The following section contains the node code with which you can set the basic functions of the FRITZ! DECT 500. For this, the connection between NodeRed and your FritzBox must of course already be configured. How you can proceed is described in the article NodeRed / FritzBox – Show caller list in the dashboard.
The current status of the NodeCode is my first draft of a control. I will certainly continue to work on it. Therefore, please ask for updates if you miss features or if this post has not been updated for a long time.
In the current version you can set the color, brightness, saturation and color temperature. In addition, the online status - ie whether the lamp is connected to the FritzBox or not - is displayed. Of course, the lamp can also be switched on and off via the dashboard.
The following is a view of the configuration and the actual NodeCode.

How you can import the NodeCode below is described in the article NodeRed - Import and Export Node code.
As always, you can find the NodeCode in the following part in the Nerdiy Git repository under:
Read the AIN of your FRITZ!DECT 500 Smart Home lamp and enter it in NodeRed
In order for the above NodeCode to work, you now have to enter the correct AIN in your NodeRed configuration. The AIN is the identification number of your FRITZ! DECT 500 Smart Home lamp which you need to control it specifically. How you can find this out using the FritzBox configuration interface is described in the following pictures.

To do this, first switch to the configuration view of your FritzBox. Then click on:
- "Device Management"
- And then on the pencil symbol in the line with the entry for your FRITZ! DECT 500 smart home lamp

In order to insert the copied AIN into the NodeCode you have to do the following:
Open the "Set Lamp AIN" node and enter the AIN of your FRITZ! DECT 500 Smart Home lamp in the user data field.
Have fun with the project
I hope everything worked as described. If not or you have any other questions or suggestions, please let me know in the comments. Also, ideas for new projects are always welcome. 🙂
P.S. Many of these projects - especially the hardware projects - cost a lot of time and money. Of course I do this because I enjoy it, but if you appreciate that I share this information with you, I would be happy about a small donation to the coffee box. 🙂
A code that switches the lamp depending on the position of the sun or the time of day would be interesting: when it's dark, warm white should light up and when it's light, cold white.
But since the lamp setting cannot be changed if it was switched off at the light switch, i.e. is offline, node-red would have to constantly check whether it changes from offline to online (i.e. is switched on) and then send the setting corresponding to the position of the sun or the time.
Hi Joerg,
that's a really cool idea. It should actually be possible to check online and offline. And you could also check what happens if you send the color setting to the FritzBox/lamp despite the lamp being switched off. I could imagine that the corresponding settings are cached on the FritzBox and then sent to the lamp when it is switched on.
I think the most difficult part is to calculate the light temperature from the position of the sun (eg angle above the horizon). Unfortunately, I'm not very familiar with the subject. I could imagine that the light color is also dependent on the weather (cloudy, etc.).
All in all I think this can be solved. 🙂
Best regards
Fabian
In the new FritzOS 7.5 you can define triggers to switch devices. A trigger must always come from a Dect device (also from itself). For me it's a RolloReon Dect 1213 that closes half an hour after sunset and starts up at 6:30 am.
The RolloTron should be the trigger for the lamps: FritzBox, if the RolloTron is closed, set all lamps to warm white the next time they go online (=press the light switch) or set them to cold white if it is open.
I don't think the color settings are cached. The lamps only change when they are online themselves, i.e. already lit. If they are changed offline and then made online via the light switch, their state does not change.
An interesting exception is the new scenarios: if you send a state change via a scenario, it WILL still be sent the next time it comes online, but only if the lights come online within the next minute or so (I haven't timed it exactly).
(Jörg - I've registered now 🙂