easybotics / node-red-contrib-easybotics-ina219

node-red wrapper of the ina219 npm module!
5 stars 5 forks source link

Please provide more outputs #16

Open JJordan1963 opened 3 years ago

JJordan1963 commented 3 years ago

I would like to access more of the outputs such as: Output 1 = Shunt Voltage Output 2 = Bus Voltage Output 3 = Current mA Output 4 = Load Voltage Output 5 = Power mW

Currently it looks to me that we only get the Load Voltage and Current.

Thanks in advance for the assistance in making these updates.

clowrey commented 3 years ago

This is an open source project, you're welcome to make the changes yourself and contribute them back ;)

On Fri, Oct 22, 2021, 9:32 AM JJordan1963 @.***> wrote:

I would like to access more of the outputs such as: Output 1 = Shunt Voltage Output 2 = Bus Voltage Output 3 = Current mA Output 4 = Load Voltage Output 5 = Power mW

Currently it looks to me that we only get the Load Voltage and Current.

Thanks in advance for the assistance in making these updates.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/easybotics/node-red-contrib-easybotics-ina219/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU5K6GS72RD3UP3YAML5S3UIG337ANCNFSM5GRHTKEQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

JJordan1963 commented 3 years ago

I do not know how to make the updates. I have never created my own nodes.

clowrey commented 3 years ago

Then you should use the function or some math nodes to calculate those values from the data this ina219 node already puts out.

On Fri, Oct 22, 2021, 10:06 AM JJordan1963 @.***> wrote:

I do not know how to make the updates. I have never created my own nodes.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/easybotics/node-red-contrib-easybotics-ina219/issues/16#issuecomment-949927583, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU5K6C6DUIVXJT3H7TYX43UIG74DANCNFSM5GRHTKEQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

clowrey commented 3 years ago

Or learn how to edit nodes ;)

On Fri, Oct 22, 2021, 10:06 AM JJordan1963 @.***> wrote:

I do not know how to make the updates. I have never created my own nodes.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/easybotics/node-red-contrib-easybotics-ina219/issues/16#issuecomment-949927583, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU5K6C6DUIVXJT3H7TYX43UIG74DANCNFSM5GRHTKEQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

JJordan1963 commented 3 years ago

Thanks for the sugestions.