vlturner

Results 7 comments of vlturner

So the node in question is the top code, and the code below is the example from the authors of the included module net-snmp. The top module is limited to...

i2c is updated to 0.5.5 and been talking with the developer. There are problems with lots of the i2c stuff being out of sync. I have node-red-contrib-i2c installing and see...

You'll need to look at package.json for node-red-contrib-i2c v0.5.2 to see that it depends on an old version of : https://github.com/nielsnl68/node-red-contrib-i2c/blob/0.5.2/package.json#L6 Need to update this to i2c-bus v5.1.0

Can you suggest a working command line to pull 0.5.5 from git with NPM? I don't normally do that. npm install git+https://github.com/nielsnl68/node-red-contrib-i2c/0.5.5 ???

Used npm install git+https://github.com/nielsnl68/node-red-contrib-i2c got 0.5.5 installed but still cant see the node in node-red console ├─┬ [email protected] (git+https://github.com/nielsnl68/node-red-contrib-i2c.git#ae3edb3830204c5fb1900777854acae7ee9eeded) │ └─┬ [email protected] │ ├── [email protected] deduped │ └── [email protected] deduped...

OK - got it loaded into node-red. You have to go to /home/pi/.node-red Then run npm install git+https://github.com/nielsnl68/node-red-contrib-i2c Then reboot. You cannot load it from the palette manager within node-red...

Yes the weird thing is now that it hit 100% it changed them, but during charging it doesn’t say connected or charging, but you see the battery charge growing. {"data":{"airtime":{"channel_utilization":0,"periods_to_log":8,"rx_all_log":[0,0,0,0,0,0,0,0],"rx_log":[0,0,0,0,0,0,0,0],"seconds_per_period":3600,"seconds_since_boot":77276,"tx_log":[5911,11294,22209,19822,17571,12877,15298,18662],"utilization_tx":0.291888892650604},"device":{"reboot_counter":103},"memory":{"fs_free":1019904,"fs_total":1048576,"fs_used":28672,"heap_free":74892,"heap_total":264176,"psram_free":0,"psram_total":0},"power":{"battery_percent":100,"battery_voltage_mv":4296,"has_battery":"true","has_usb":"true","is_charging":"true"},"radio":{"frequency":906.875,"lora_channel":20},"wifi":{"ip":"192.168.0.11","rssi":-2}},"status":"ok"}...