I installed version 4.0.1.0 and made a new board (NodeMCU API). I downloaded the sketch and made some modifications for the connected sensor.
The HS devices and the presented values look all right, but I keep getting errors in the log.
When I enable the plugin I get:
if I then connect the board I get:
But then it keeps going wihout a problem. In this case every minute the values of the parameters are presented ok:

I am running HS4 version 4.0.5.0 on a RPi4 4GB with Raspbian Buster.
---
Cor
The HS devices and the presented values look all right, but I keep getting errors in the log.
When I enable the plugin I get:
Code:
apr.-30 11:22:44 Error Error = PEDGet Name = AdvancedEthThe given key 'advancedeth' was not present in the dictionary.
apr.-30 11:22:44 Plug-In Finished initializing plug-in Arduino
apr.-30 11:22:44 Starting Plug-In Arduino loaded in 1501 milliseconds
apr.-30 11:22:44 Starting Plug-In Plugin Arduino started successfully in 486 milliseconds
apr.-30 11:22:44 Info ~~~~~~~~~~~~~~~~~Startup Routine Complete~~~~~~~~~~~~~~~~~~~~
apr.-30 11:22:44 Info 0 API Output Devices Found.
apr.-30 11:22:44 Info 3 API Input Devices Found.
apr.-30 11:22:44 Info 0 Rom Devices Found.
apr.-30 11:22:44 Info 0 RGB Devices Found.
apr.-30 11:22:44 Info 0 Servo Pins Found.
apr.-30 11:22:44 Info 0 PWM Pins Found.
apr.-30 11:22:44 Info 0 Analog Pins Found.
apr.-30 11:22:44 Info 0 Output Pins Found.
apr.-30 11:22:44 Info 0 Input Pins Found.
apr.-30 11:22:44 Info 1 Boards found.
apr.-30 11:22:44 Info Finding Plugin devices. Please Wait...........
apr.-30 11:22:44 Info ~~~~~~~~~~~~~~~~~Startup Routine Started~~~~~~~~~~~~~~~~~~~~
apr.-30 11:22:44 Warning Warning = Running in Test mode, Ends in: 89 Days.
apr.-30 11:22:43 Starting Plug-In Initializing plugin Arduino ...
apr.-30 11:22:43 Info Plugin Arduino-4 with instance Arduino has connected. IP:127.0.0.1:60260
apr.-30 11:22:43 Plug-In Interface Arduino is running as a trial, 115 days remaining.
Code:
apr.-30 11:23:38 Error Error = PEDGet Name = AdvancedEthThe given key 'advancedeth' was not present in the dictionary.
apr.-30 11:23:37 Error Error = PEDGet Name = AlivePinThe given key 'alivepin' was not present in the dictionary.
apr.-30 11:23:37 Info Updating pins on Board No: 5
apr.-30 11:23:37 Info Connected to Board No:5 at ip address 192.168.1.106 Port No:8904
apr.-30 11:23:37 Info Board 5 Version API1.0.0.146 and Plugin Version 4.0.1.0 are compatible.
apr.-30 11:23:37 Info Connecting Board No:5 at ip address 192.168.1.106 Port No:8904
apr.-30 11:23:37 Error Error = PEDGet Name = LinuxPortThe given key 'linuxport' was not present in the dictionary.
apr.-30 11:23:37 Error Error = PEDGet Name = AdvancedComThe given key 'advancedcom' was not present in the dictionary.
apr.-30 11:23:37 Error Error = PEDGet Name = BaudThe given key 'baud' was not present in the dictionary.
apr.-30 11:23:37 Error Error = PEDGet Name = PinThe given key 'pin' was not present in the dictionary.
apr.-30 11:23:37 Error Error = PEDGet Name = KeyThe given key 'key' was not present in the dictionary.
I am running HS4 version 4.0.5.0 on a RPi4 4GB with Raspbian Buster.
---
Cor
Comment