We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting errors in log file, see below. Also, the values are readings are getting written to the log file, is this intended behavior?
I have the same problem with the single channel version signalk-raspberry-pi-ina219 and the 4channel version.
From system log file when using signalk-raspberry-pi-ina219:
TIA
Sep 07 19:54:40 TypeError: Cannot read properties of undefined (reading 'catch') at Timeout.readina219 [as _onTimeout] (/home/pi/.signalk/node_modules/signalk-raspberry-pi-ina219/index.js:128:7) Sep 07 19:54:42 [object Object] Sep 07 19:54:42 [object Object] Sep 07 19:54:42 [object Object] Sep 07 19:54:42 GET /skServer/plugins 304 167.927 ms - - Sep 07 19:54:45 Bus voltage (V): 0 Sep 07 19:54:45 Shunt voltage (mV): -0.18 Sep 07 19:54:45 Shunt Current (mA): -3.6 Sep 07 19:54:45 Load Current (A): -0.0036 Sep 07 19:54:45 Load voltage (V): -0.00017999999999999998 Sep 07 19:54:45 TypeError: Cannot read properties of undefined (reading 'catch') at Timeout.readina219 [as _onTimeout] (/home/pi/.signalk/node_modules/signalk-raspberry-pi-ina219/index.js:128:7) Sep 07 19:54:47 GET /skServer/debugKeys 304 4.111 ms - - Sep 07 19:54:50 Bus voltage (V): 0 Sep 07 19:54:50 Shunt voltage (mV): -0.15 Sep 07 19:54:50 Shunt Current (mA): -3 Sep 07 19:54:50 Load Current (A): -0.003 Sep 07 19:54:50 Load voltage (V): -0.00015 Sep 07 19:54:50 TypeError: Cannot read properties of undefined (reading 'catch') at Timeout.readina219 [as _onTimeout] (/home/pi/.signalk/node_modules/signalk-raspberry-pi-ina219/index.js:128:7)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting errors in log file, see below.
Also, the values are readings are getting written to the log file, is this intended behavior?
I have the same problem with the single channel version signalk-raspberry-pi-ina219 and the 4channel version.
From system log file when using signalk-raspberry-pi-ina219:
TIA
Sep 07 19:54:40 TypeError: Cannot read properties of undefined (reading 'catch') at Timeout.readina219 [as _onTimeout] (/home/pi/.signalk/node_modules/signalk-raspberry-pi-ina219/index.js:128:7)
Sep 07 19:54:42 [object Object]
Sep 07 19:54:42 [object Object]
Sep 07 19:54:42 [object Object]
Sep 07 19:54:42 GET /skServer/plugins 304 167.927 ms - -
Sep 07 19:54:45 Bus voltage (V): 0
Sep 07 19:54:45 Shunt voltage (mV): -0.18
Sep 07 19:54:45 Shunt Current (mA): -3.6
Sep 07 19:54:45 Load Current (A): -0.0036
Sep 07 19:54:45 Load voltage (V): -0.00017999999999999998
Sep 07 19:54:45 TypeError: Cannot read properties of undefined (reading 'catch') at Timeout.readina219 [as _onTimeout] (/home/pi/.signalk/node_modules/signalk-raspberry-pi-ina219/index.js:128:7)
Sep 07 19:54:47 GET /skServer/debugKeys 304 4.111 ms - -
Sep 07 19:54:50 Bus voltage (V): 0
Sep 07 19:54:50 Shunt voltage (mV): -0.15
Sep 07 19:54:50 Shunt Current (mA): -3
Sep 07 19:54:50 Load Current (A): -0.003
Sep 07 19:54:50 Load voltage (V): -0.00015
Sep 07 19:54:50 TypeError: Cannot read properties of undefined (reading 'catch') at Timeout.readina219 [as _onTimeout] (/home/pi/.signalk/node_modules/signalk-raspberry-pi-ina219/index.js:128:7)
The text was updated successfully, but these errors were encountered: