Search found 38 matches

by jgerlach-erminas
07 May 2020, 09:51
Forum: Software
Topic: Node-Red function node not working properly
Replies: 15
Views: 17402

Re: Node-Red function node not working properly

Hi all, ok there seem to be two separate problems here: 1. function node not working in node-red v0.20.7 Could you add additonal information here? I can't reproduce the bug here. This is the flow I used for testing: [{"id":"2b71c045.050b8","type":"tab","l...
by jgerlach-erminas
30 Mar 2020, 13:52
Forum: Software
Topic: Node-Red Dashboard, Encoder Ausgabe
Replies: 1
Views: 3229

Re: Node-Red Dashboard, Encoder Ausgabe

Hi Marco,
das klingt stark nach einem Bug. Wir werden uns das genauer anschauen und dir dann berichten.
Grüße,
Jonas
by jgerlach-erminas
26 Mar 2020, 09:44
Forum: Software
Topic: .asp Net Core Web Api
Replies: 3
Views: 11541

Re: .asp Net Core Web Api

Hi, try this configuration in your csproj file: <PropertyGroup> <GenerateDocumentationFile>true</GenerateDocumentationFile> </PropertyGroup> This should solve your issue, see also here . To my knowledge there are no restrictions to the publishing profile, apart from obvious nonsense like setting the...
by jgerlach-erminas
20 Mar 2020, 17:33
Forum: Software
Topic: .asp Net Core Web Api
Replies: 3
Views: 11541

Re: .asp Net Core Web Api

Hi FerreiraMlg, this has worked for us: wget https://download.visualstudio.microsoft.com/download/pr/da60c9fc-c329-42d6-afaf-b8ef2bbadcf3/14655b5928319349e78da3327874592a/aspnetcore-runtime-3.1.1-linux-arm.tar.gz mkdir -p $HOME/dotnet && tar zxf aspnetcore-runtime-3.1.1-linux-arm.tar.gz -C $...
by jgerlach-erminas
12 Mar 2020, 11:46
Forum: Software
Topic: Logische Verknüpfung von Inputs in node-red?
Replies: 8
Views: 23714

Re: Logische Verknüpfung von Inputs in node-red?

Hallo Rapanui,

die RevPi Nodes enthalten nun endlich standardmäßig ein msg.topic. Du kannst das Softwaremodul direkt über die Palette in Node-RED aktualisieren. Würde mich freuen zu hören, ob es für dich so passt.
Grüße,
Jonas
by jgerlach-erminas
12 Mar 2020, 11:40
Forum: RevPi Nodes for Node-RED
Topic: Unable to Connect to remote AIO module with node red
Replies: 23
Views: 40079

Re: Unable to Connect to remote AIO module with node red

Hi Marco, remote connections are currently disabled in noderedrevpinodes, because https/wss support is not added yet and no user authentification is in place. If you are on a local network and willing to take the safety risk, try the following: Download the latest server code from the github repo on...
by jgerlach-erminas
23 Jan 2020, 12:20
Forum: Software
Topic: Logische Verknüpfung von Inputs in node-red?
Replies: 8
Views: 23714

Re: Logische Verknüpfung von Inputs in node-red?

Hallo,
Was spricht eigentlich dagegen, den revpi-getpin node selbst schon mit einem eindeutigen msg.topic auszustatten?
Wir haben die Idee bereits aufgegriffen und werden das vorrausichtlich beim nächsten Release mit einbauen.

Danke für das Feedback,
Jonas
by jgerlach-erminas
22 Jan 2020, 14:39
Forum: Software
Topic: Logische Verknüpfung von Inputs in node-red?
Replies: 8
Views: 23714

Re: Logische Verknüpfung von Inputs in node-red?

Hallo Rapanui, du hast da 2 Möglichkeiten: 1. Mittels einem change node den messages das nötige topic noch anhängen. 2. Du benutzt eine function Node um die Logik-Bedingung zu überprüfen. Ich habe einen Beispiel flow mit den 2 Möglichkeiten erstellt: [{"id":"75ba1a8a.8f2b6c",&quo...