janvda
janvda
I have deployed application https://github.com/janvda/balena-node-red/tree/pigpiod on my raspberry pi. When I then trigger the `purge` node then I get the error `An error occurred: null`. Instead of this I would...
Currently this container image is tracing also debug and info messages in the log file. Is there a way to reduce the number of messages logged ? E.g. I am...
Hi, This is a very interesting project. The documentation is clear except for the setup of the audio on the pi. More specially how snowboy on the pi will forward...
The problem is that my node-red instances crashed regularly after I have upgraded to the following version of node-red ``` Welcome to Node-RED =================== 15 Aug 09:42:41 - [info] Node-RED...
I would like to run the X server in a container on my host machine running Ubuntu 24.04.2 LTS without GUI. I am able to do so using the command:...
I am using LocalTuya version 5.2.3 and Home Assistant Container version 2025.9.1 (Frontend 20250903.3). I have configured my vacuum cleaner (OKP K3) in homeassistant with localtuya. Everything seems to work...
My homeassistant is reporting following WARNING in its log file: ``` 2025-10-01 21:17:22.791 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'localtuya' is setting the battery_level which has been deprecated. Integration...
My homeassistant is reporting following WARNING in its log file: ``` 2025-10-01 21:17:22.791 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'localtuya' is setting state directly. Entity None () should implement...
I have set the following in `emonTx34_CM.ino` ``` #define RadioFormat RFM69_JEELIB_CLASSIC ``` then when trying to compile it using arduino IDE on my macbook I am getting error: ``` /Users/jan/Documents/01_github/my-emontx3/firmware/emonTx34/emonTx34_CM/emonTx34_CM.ino:75:12:...
I have set: ``` #define RadioFormat RFM69_JEELIB_NATIVE ``` in `emonTx_3Phase_PLL.ino` If I then compile it using Arduino IDE on my macbook then I am getting following compile error: ``` /Users/jan/Documents/01_github/my-emontx3/firmware/emonTx34/emonTx_3Phase_PLL/emonTx_3Phase_PLL.ino:116:12:...