node-red-contrib-i2c icon indicating copy to clipboard operation
node-red-contrib-i2c copied to clipboard

Error: , Remote I/O error

Open Lennyz1988 opened this issue 7 years ago • 7 comments

Hi,

When I try to use the input node, I am getting this error:

"Error: , Remote I/O error"

It only appears when I enter a correct command for the sensor.

For example:

254 == 0xFE

Should give me the temperature but I get the error. When I enter 253 or any numbers that isn't a command I get [ 0, 0 ] as a payload.

The sensor is hooked up 100% correct because with Domoticz I can get perfect readings.

Lennyz1988 avatar Nov 03 '17 13:11 Lennyz1988

Were you able to resolve this issue? I have a similar problem

Ya3ny avatar Jan 11 '18 02:01 Ya3ny

I did never solve it using this module. I made a workaround by executing a python script using the exec node.

I am using this python driver for the HTU21DF.

https://github.com/dalexgray/RaspberryPI_HTU21DF

Lennyz1988 avatar Jan 13 '18 16:01 Lennyz1988

Can anyone on this thread provide more information how to use this node and how the Command field is programmed?

prairietech avatar Mar 14 '18 02:03 prairietech

Same problem. Developer ??

agenteDserrano avatar Apr 24 '18 16:04 agenteDserrano

The command value is the first byte that is send to the device.

nielsnl68 avatar May 03 '19 10:05 nielsnl68

Is there a list of i2c commands for reference that can assist in understanding how to employ this generic i2c node for any i2c devices?? This is all greek to me (for now...). thx all

danieldean1 avatar Oct 16 '20 05:10 danieldean1

Did someone resolve the issue. i was wondering how to use this node to read the data from SHT21

Miliks avatar May 30 '23 14:05 Miliks