eoperez / packMonitor

1 stars 0 forks source link

packmonitor #1

Open frivera63 opened 4 years ago

frivera63 commented 4 years ago

Saludos.
Soy Felix. Te felicito por este proyecto. Estoy muy interesado en el. He comprado todos los materiales. Mande a hacer los boards (20 en mi caso para usar 16) y he tenido que doblar los pines para poder montar los boards (ATTINY85 y GY-ADUM1201 module) en estePCboard (adjunto fotos). En mi caso parece que estos modulos son mas pequenos que los usados en tu diseno del PCBoard. Programe los ATTIN85 segun tu video. Ahora en espera de como programar el NodeMCU ESP32-S y las conexiones finales. Espero poder completar el proyecto. Gracias. Felix Edgardo Board 1 Board 2

eoperez commented 4 years ago

Saludos, gracias. Si al parecer los boars salieron más pequeños. Precisamente hoy llegaron los board que hace 4 meses ordené...lol. Le comento que hice algunas modificaciones al diseño original por que cambié de controlador e inversor. Ahora tengo un PIP5048MG que se conecta a serial, por ende decidí no usar la computadora y usar un RasberryPI. Eso simplifica significativamente el diseño y es más fácil de manejar. Aquí le incluyo el enlace del código: https://github.com/eoperez/nodePackMonitor

image

frivera63 commented 4 years ago

Saludos. Te comento que yo tengo un MPP Solar LV5048 y lo monitoreo con ICC Solar y una Raspberry Pi 3+. Pero tengo un vecino que yo lo he ayudado a montar su sistema solar y el tiene ese inverter, el PIP5048MG. Lo tiene con 6 placas Poly de 325watts. Bueno en resumen: Continuare esperando por tus modificaciones y ver que funcione con mi inverter y que pueda usar los componentes que ya compre. Gracias.


From: Edwin Perez notifications@github.com Sent: Saturday, August 1, 2020 10:45 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Saludos, gracias. Si al parecer los boars salieron más pequeños. Precisamente hoy llegaron los board que hace 4 meses ordené...lol. Le comento que hice algunas modificaciones al diseño original por que cambié de controlador e inversor. Ahora tengo un PIP5048MG que se conecta a serial, por ende decidí no usar la computadora y usar un RasberryPI. Eso simplifica significativamente el diseño y es más fácil de manejar. Aquí le incluyo el enlace del código: https://github.com/eoperez/nodePackMonitor

[image]https://user-images.githubusercontent.com/2382685/89104016-0fd76500-d3e4-11ea-8434-d89662b81735.jpeg

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667542592, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CD5QQLIQHLNNSCO6VLR6QTATANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Si es PIP debe funcionar. Si ya tienes el PI te recomiendo que uses el otro proyecto en vez del ESP32. Es solo conectar 3 cables a los GPIO del PI directo a los monitores. image

Si necesitas ayuda me avisas.

frivera63 commented 4 years ago

Si. De verdad voy a necesitar tu ayuda. Y muchas gracias por adelantado. Te pregunto, a que te refieres con el otro proyecto es el packmonitor? He pensado que el proyecto debe funcional con cualquier inverter, en mi caso el LV5048, porque el va conectado a las baterias y veo que no tiene comunicacion ni obtiene data del inverter. O estoy equivocado? Entonces si continuo con el packmonitor no se como programar ni la programacion para el otro micro, el que tiene wifi y micro-usb (NodeMCU ESP32-S).


From: Edwin Perez notifications@github.com Sent: Saturday, August 1, 2020 11:33 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si es PIP debe funcionar. Si ya tienes el PI te recomiendo que uses el otro proyecto en vez del ESP32. Es solo conectar 3 cables a los GPIO del PI directo a los monitores. [image]https://user-images.githubusercontent.com/2382685/89104896-a3ac2f80-d3ea-11ea-86bb-b63a3a648010.jpeg

Si necesitas ayuda me avisas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667549096, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHMQMXT33M6U6POJGDR6QYT7ANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Este proyecto: https://github.com/eoperez/nodePackMonitor . Lo que hice fue programar lo monitores igual como hice en el vídeo. Pero en vez de conectarlos al ESP32 los conecte al PI he hice un programa para que se comunicara con los monitores y MPPSolar. Tu LV funciona con el WatchPower?

Yo cambié por que es mucho más fácil, si usas el ESP32, tienes que configurar un MQTT, instalar NodeRed y luego Dashboard para ver las gráficas. Como el diagrama de este site.

frivera63 commented 4 years ago

Saludos. Perdona la molestia. Para ver si voy entendiendo bien. A) ------------------------------------------------------------------------------------------------------ Ahora voy a utilizar del proyecto de PackMonitor: Mi cantidad es 16 porque uso celdas de 3.2 voltios para mi sistema de 48 voltios. (1) ATin85 qty=16 (2) ADUM1201 qty=16 (3) PC Boards mandados a hacer para montar estos componentes. qty=16 Y usar la Raspi para la conexion. No voy a usar el ESP-32S que era uno solo para todo el proyecto. B) ------------------------------------------------------------------------------------------------------ En cuestion de programacion utilizare lo de nodePackMonitor. Ahora sigo tus instrucciones de bajar Node y NPM y lo instalo en la Raspi. Todo bien. Instalo la version 14.7.0 Bajo el nodePackMonitor y lo descomprimo bajo del directorio de: pi@raspberrypi\home\pi\packMonitor-master. Me cambio en la linea de comando a ese directorio. Pero cuando uso el comando de: 'node run setup' me da error con el comando 'run'. Yo probe el node. Ejecuto en el comando 'node' y funciona. Me lleva a: 'Welcome to Node.js v14.7.0. Type ".help" for more information. Agradesco la ayuda que me puedas brindar. Gracias. Felix


From: Felix Rivera felixerivera@hotmail.com Sent: Saturday, August 1, 2020 11:44 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si. De verdad voy a necesitar tu ayuda. Y muchas gracias por adelantado. Te pregunto, a que te refieres con el otro proyecto es el packmonitor? He pensado que el proyecto debe funcional con cualquier inverter, en mi caso el LV5048, porque el va conectado a las baterias y veo que no tiene comunicacion ni obtiene data del inverter. O estoy equivocado? Entonces si continuo con el packmonitor no se como programar ni la programacion para el otro micro, el que tiene wifi y micro-usb (NodeMCU ESP32-S).


From: Edwin Perez notifications@github.com Sent: Saturday, August 1, 2020 11:33 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si es PIP debe funcionar. Si ya tienes el PI te recomiendo que uses el otro proyecto en vez del ESP32. Es solo conectar 3 cables a los GPIO del PI directo a los monitores. [image]https://user-images.githubusercontent.com/2382685/89104896-a3ac2f80-d3ea-11ea-86bb-b63a3a648010.jpeg

Si necesitas ayuda me avisas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667549096, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHMQMXT33M6U6POJGDR6QYT7ANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Estas entendiendo perfectamente. Lo único que puedo añadir es que todavía necesitas seguir los pasos del PackMonitor para instalarle el programa a los ATinty85. Envíeme un screenshot del error para poder ver que sucede.

Thanks,

— Edwin

On Aug 2, 2020, at 9:20 AM, frivera63 notifications@github.com wrote:

 Saludos. Perdona la molestia. Para ver si voy entendiendo bien. A) ------------------------------------------------------------------------------------------------------ Ahora voy a utilizar del proyecto de PackMonitor: Mi cantidad es 16 porque uso celdas de 3.2 voltios para mi sistema de 48 voltios. (1) ATin85 qty=16 (2) ADUM1201 qty=16 (3) PC Boards mandados a hacer para montar estos componentes. qty=16 Y usar la Raspi para la conexion. No voy a usar el ESP-32S que era uno solo para todo el proyecto. B) ------------------------------------------------------------------------------------------------------ En cuestion de programacion utilizare lo de nodePackMonitor. Ahora sigo tus instrucciones de bajar Node y NPM y lo instalo en la Raspi. Todo bien. Instalo la version 14.7.0 Bajo el nodePackMonitor y lo descomprimo bajo del directorio de: pi@raspberrypi\home\pi\packMonitor-master. Me cambio en la linea de comando a ese directorio. Pero cuando uso el comando de: 'node run setup' me da error con el comando 'run'. Yo probe el node. Ejecuto en el comando 'node' y funciona. Me lleva a: 'Welcome to Node.js v14.7.0. Type ".help" for more information. Agradesco la ayuda que me puedas brindar. Gracias. Felix


From: Felix Rivera felixerivera@hotmail.com Sent: Saturday, August 1, 2020 11:44 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si. De verdad voy a necesitar tu ayuda. Y muchas gracias por adelantado. Te pregunto, a que te refieres con el otro proyecto es el packmonitor? He pensado que el proyecto debe funcional con cualquier inverter, en mi caso el LV5048, porque el va conectado a las baterias y veo que no tiene comunicacion ni obtiene data del inverter. O estoy equivocado? Entonces si continuo con el packmonitor no se como programar ni la programacion para el otro micro, el que tiene wifi y micro-usb (NodeMCU ESP32-S).


From: Edwin Perez notifications@github.com Sent: Saturday, August 1, 2020 11:33 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si es PIP debe funcionar. Si ya tienes el PI te recomiendo que uses el otro proyecto en vez del ESP32. Es solo conectar 3 cables a los GPIO del PI directo a los monitores. [image]https://user-images.githubusercontent.com/2382685/89104896-a3ac2f80-d3ea-11ea-86bb-b63a3a648010.jpeg

Si necesitas ayuda me avisas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667549096, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHMQMXT33M6U6POJGDR6QYT7ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

Ese paso ya lo habia hecho. Ya los programe los ATinty85 los 16 siguiendo los pasos de tu video. Pregunto ese comando de: " > node run setup" se ejecuta directo de la linea de comando de la Pi o de la linea de comando de Node? Pq lo ejecuto tambien de la linea de comando de Node y tambien da error.


From: Felix Rivera felixerivera@hotmail.com Sent: Sunday, August 2, 2020 10:33 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Ese paso ya lo habia hecho. Ya los programe los ATinty85 los 16 siguiendo los pasos de tu video. Pregunto ese comando de: " > node run setup" se ejecuta directo de la linea de comando de la Pi o de la linea de comando de Node?


From: Edwin Perez notifications@github.com Sent: Sunday, August 2, 2020 10:17 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Estas entendiendo perfectamente. Lo único que puedo añadir es que todavía necesitas seguir los pasos del PackMonitor para instalarle el programa a los ATinty85. Envíeme un screenshot del error para poder ver que sucede.

Thanks,

— Edwin

On Aug 2, 2020, at 9:20 AM, frivera63 notifications@github.com wrote:

 Saludos. Perdona la molestia. Para ver si voy entendiendo bien. A) ------------------------------------------------------------------------------------------------------ Ahora voy a utilizar del proyecto de PackMonitor: Mi cantidad es 16 porque uso celdas de 3.2 voltios para mi sistema de 48 voltios. (1) ATin85 qty=16 (2) ADUM1201 qty=16 (3) PC Boards mandados a hacer para montar estos componentes. qty=16 Y usar la Raspi para la conexion. No voy a usar el ESP-32S que era uno solo para todo el proyecto. B) ------------------------------------------------------------------------------------------------------ En cuestion de programacion utilizare lo de nodePackMonitor. Ahora sigo tus instrucciones de bajar Node y NPM y lo instalo en la Raspi. Todo bien. Instalo la version 14.7.0 Bajo el nodePackMonitor y lo descomprimo bajo del directorio de: pi@raspberrypi\home\pi\packMonitor-master. Me cambio en la linea de comando a ese directorio. Pero cuando uso el comando de: 'node run setup' me da error con el comando 'run'. Yo probe el node. Ejecuto en el comando 'node' y funciona. Me lleva a: 'Welcome to Node.js v14.7.0. Type ".help" for more information. Agradesco la ayuda que me puedas brindar. Gracias. Felix


From: Felix Rivera felixerivera@hotmail.com Sent: Saturday, August 1, 2020 11:44 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si. De verdad voy a necesitar tu ayuda. Y muchas gracias por adelantado. Te pregunto, a que te refieres con el otro proyecto es el packmonitor? He pensado que el proyecto debe funcional con cualquier inverter, en mi caso el LV5048, porque el va conectado a las baterias y veo que no tiene comunicacion ni obtiene data del inverter. O estoy equivocado? Entonces si continuo con el packmonitor no se como programar ni la programacion para el otro micro, el que tiene wifi y micro-usb (NodeMCU ESP32-S).


From: Edwin Perez notifications@github.com Sent: Saturday, August 1, 2020 11:33 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si es PIP debe funcionar. Si ya tienes el PI te recomiendo que uses el otro proyecto en vez del ESP32. Es solo conectar 3 cables a los GPIO del PI directo a los monitores. [image]https://user-images.githubusercontent.com/2382685/89104896-a3ac2f80-d3ea-11ea-86bb-b63a3a648010.jpeg

Si necesitas ayuda me avisas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667549096, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHMQMXT33M6U6POJGDR6QYT7ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667679655, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CEW6YWB2USRDS5QKHLR6VYPLANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Es solo en en la línea de comandos de PI. Usted descargó el zip del programa dentro del PI?

Thanks,

— Edwin

On Aug 2, 2020, at 10:42 AM, frivera63 notifications@github.com wrote:



Ese paso ya lo habia hecho. Ya los programe los ATinty85 los 16 siguiendo los pasos de tu video. Pregunto ese comando de: " > node run setup" se ejecuta directo de la linea de comando de la Pi o de la linea de comando de Node? Pq lo ejecuto tambien de la linea de comando de Node y tambien da error.


From: Felix Rivera felixerivera@hotmail.com Sent: Sunday, August 2, 2020 10:33 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Ese paso ya lo habia hecho. Ya los programe los ATinty85 los 16 siguiendo los pasos de tu video. Pregunto ese comando de: " > node run setup" se ejecuta directo de la linea de comando de la Pi o de la linea de comando de Node?


From: Edwin Perez notifications@github.com Sent: Sunday, August 2, 2020 10:17 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Estas entendiendo perfectamente. Lo único que puedo añadir es que todavía necesitas seguir los pasos del PackMonitor para instalarle el programa a los ATinty85. Envíeme un screenshot del error para poder ver que sucede.

Thanks,

— Edwin

On Aug 2, 2020, at 9:20 AM, frivera63 notifications@github.com wrote:

 Saludos. Perdona la molestia. Para ver si voy entendiendo bien. A) ------------------------------------------------------------------------------------------------------ Ahora voy a utilizar del proyecto de PackMonitor: Mi cantidad es 16 porque uso celdas de 3.2 voltios para mi sistema de 48 voltios. (1) ATin85 qty=16 (2) ADUM1201 qty=16 (3) PC Boards mandados a hacer para montar estos componentes. qty=16 Y usar la Raspi para la conexion. No voy a usar el ESP-32S que era uno solo para todo el proyecto. B) ------------------------------------------------------------------------------------------------------ En cuestion de programacion utilizare lo de nodePackMonitor. Ahora sigo tus instrucciones de bajar Node y NPM y lo instalo en la Raspi. Todo bien. Instalo la version 14.7.0 Bajo el nodePackMonitor y lo descomprimo bajo del directorio de: pi@raspberrypi\home\pi\packMonitor-master. Me cambio en la linea de comando a ese directorio. Pero cuando uso el comando de: 'node run setup' me da error con el comando 'run'. Yo probe el node. Ejecuto en el comando 'node' y funciona. Me lleva a: 'Welcome to Node.js v14.7.0. Type ".help" for more information. Agradesco la ayuda que me puedas brindar. Gracias. Felix


From: Felix Rivera felixerivera@hotmail.com Sent: Saturday, August 1, 2020 11:44 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si. De verdad voy a necesitar tu ayuda. Y muchas gracias por adelantado. Te pregunto, a que te refieres con el otro proyecto es el packmonitor? He pensado que el proyecto debe funcional con cualquier inverter, en mi caso el LV5048, porque el va conectado a las baterias y veo que no tiene comunicacion ni obtiene data del inverter. O estoy equivocado? Entonces si continuo con el packmonitor no se como programar ni la programacion para el otro micro, el que tiene wifi y micro-usb (NodeMCU ESP32-S).


From: Edwin Perez notifications@github.com Sent: Saturday, August 1, 2020 11:33 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si es PIP debe funcionar. Si ya tienes el PI te recomiendo que uses el otro proyecto en vez del ESP32. Es solo conectar 3 cables a los GPIO del PI directo a los monitores. [image]https://user-images.githubusercontent.com/2382685/89104896-a3ac2f80-d3ea-11ea-86bb-b63a3a648010.jpeg

Si necesitas ayuda me avisas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667549096, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHMQMXT33M6U6POJGDR6QYT7ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667679655, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CEW6YWB2USRDS5QKHLR6VYPLANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

Si.


From: Edwin Perez notifications@github.com Sent: Sunday, August 2, 2020 1:38 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Es solo en en la línea de comandos de PI. Usted descargó el zip del programa dentro del PI?

Thanks,

— Edwin

On Aug 2, 2020, at 10:42 AM, frivera63 notifications@github.com wrote:



Ese paso ya lo habia hecho. Ya los programe los ATinty85 los 16 siguiendo los pasos de tu video. Pregunto ese comando de: " > node run setup" se ejecuta directo de la linea de comando de la Pi o de la linea de comando de Node? Pq lo ejecuto tambien de la linea de comando de Node y tambien da error.


From: Felix Rivera felixerivera@hotmail.com Sent: Sunday, August 2, 2020 10:33 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Ese paso ya lo habia hecho. Ya los programe los ATinty85 los 16 siguiendo los pasos de tu video. Pregunto ese comando de: " > node run setup" se ejecuta directo de la linea de comando de la Pi o de la linea de comando de Node?


From: Edwin Perez notifications@github.com Sent: Sunday, August 2, 2020 10:17 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Estas entendiendo perfectamente. Lo único que puedo añadir es que todavía necesitas seguir los pasos del PackMonitor para instalarle el programa a los ATinty85. Envíeme un screenshot del error para poder ver que sucede.

Thanks,

— Edwin

On Aug 2, 2020, at 9:20 AM, frivera63 notifications@github.com wrote:

 Saludos. Perdona la molestia. Para ver si voy entendiendo bien. A) ------------------------------------------------------------------------------------------------------ Ahora voy a utilizar del proyecto de PackMonitor: Mi cantidad es 16 porque uso celdas de 3.2 voltios para mi sistema de 48 voltios. (1) ATin85 qty=16 (2) ADUM1201 qty=16 (3) PC Boards mandados a hacer para montar estos componentes. qty=16 Y usar la Raspi para la conexion. No voy a usar el ESP-32S que era uno solo para todo el proyecto. B) ------------------------------------------------------------------------------------------------------ En cuestion de programacion utilizare lo de nodePackMonitor. Ahora sigo tus instrucciones de bajar Node y NPM y lo instalo en la Raspi. Todo bien. Instalo la version 14.7.0 Bajo el nodePackMonitor y lo descomprimo bajo del directorio de: pi@raspberrypi\home\pi\packMonitor-master. Me cambio en la linea de comando a ese directorio. Pero cuando uso el comando de: 'node run setup' me da error con el comando 'run'. Yo probe el node. Ejecuto en el comando 'node' y funciona. Me lleva a: 'Welcome to Node.js v14.7.0. Type ".help" for more information. Agradesco la ayuda que me puedas brindar. Gracias. Felix


From: Felix Rivera felixerivera@hotmail.com Sent: Saturday, August 1, 2020 11:44 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si. De verdad voy a necesitar tu ayuda. Y muchas gracias por adelantado. Te pregunto, a que te refieres con el otro proyecto es el packmonitor? He pensado que el proyecto debe funcional con cualquier inverter, en mi caso el LV5048, porque el va conectado a las baterias y veo que no tiene comunicacion ni obtiene data del inverter. O estoy equivocado? Entonces si continuo con el packmonitor no se como programar ni la programacion para el otro micro, el que tiene wifi y micro-usb (NodeMCU ESP32-S).


From: Edwin Perez notifications@github.com Sent: Saturday, August 1, 2020 11:33 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si es PIP debe funcionar. Si ya tienes el PI te recomiendo que uses el otro proyecto en vez del ESP32. Es solo conectar 3 cables a los GPIO del PI directo a los monitores. [image]https://user-images.githubusercontent.com/2382685/89104896-a3ac2f80-d3ea-11ea-86bb-b63a3a648010.jpeg

Si necesitas ayuda me avisas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667549096, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHMQMXT33M6U6POJGDR6QYT7ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667679655, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CEW6YWB2USRDS5QKHLR6VYPLANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667703392, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CCFL2UFHTWXMZMD4CTR6WQB7ANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

SI. Lo descargue diecto en la PI y lo descomprimi ahi. Otra pregunta. Veo las conexiones en el diagrama del PackMonitor. Pero no se como serian una vez estan montados en el PCBoard que se mando a hacer. Ya que este tiene 4 set de pines para conectar los cables. Uno es para la transistor que mide la temperatura. Otro dice que es Power Otro Comm-In -> VDD2, V1A2, GND Otro Comm-Out -> VDD2, V0B2, GND Estoy tratando de seguir la rutas de estas conexiones.


From: Edwin Perez notifications@github.com Sent: Sunday, August 2, 2020 1:38 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Es solo en en la línea de comandos de PI. Usted descargó el zip del programa dentro del PI?

Thanks,

— Edwin

On Aug 2, 2020, at 10:42 AM, frivera63 notifications@github.com wrote:



Ese paso ya lo habia hecho. Ya los programe los ATinty85 los 16 siguiendo los pasos de tu video. Pregunto ese comando de: " > node run setup" se ejecuta directo de la linea de comando de la Pi o de la linea de comando de Node? Pq lo ejecuto tambien de la linea de comando de Node y tambien da error.


From: Felix Rivera felixerivera@hotmail.com Sent: Sunday, August 2, 2020 10:33 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Ese paso ya lo habia hecho. Ya los programe los ATinty85 los 16 siguiendo los pasos de tu video. Pregunto ese comando de: " > node run setup" se ejecuta directo de la linea de comando de la Pi o de la linea de comando de Node?


From: Edwin Perez notifications@github.com Sent: Sunday, August 2, 2020 10:17 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Estas entendiendo perfectamente. Lo único que puedo añadir es que todavía necesitas seguir los pasos del PackMonitor para instalarle el programa a los ATinty85. Envíeme un screenshot del error para poder ver que sucede.

Thanks,

— Edwin

On Aug 2, 2020, at 9:20 AM, frivera63 notifications@github.com wrote:

 Saludos. Perdona la molestia. Para ver si voy entendiendo bien. A) ------------------------------------------------------------------------------------------------------ Ahora voy a utilizar del proyecto de PackMonitor: Mi cantidad es 16 porque uso celdas de 3.2 voltios para mi sistema de 48 voltios. (1) ATin85 qty=16 (2) ADUM1201 qty=16 (3) PC Boards mandados a hacer para montar estos componentes. qty=16 Y usar la Raspi para la conexion. No voy a usar el ESP-32S que era uno solo para todo el proyecto. B) ------------------------------------------------------------------------------------------------------ En cuestion de programacion utilizare lo de nodePackMonitor. Ahora sigo tus instrucciones de bajar Node y NPM y lo instalo en la Raspi. Todo bien. Instalo la version 14.7.0 Bajo el nodePackMonitor y lo descomprimo bajo del directorio de: pi@raspberrypi\home\pi\packMonitor-master. Me cambio en la linea de comando a ese directorio. Pero cuando uso el comando de: 'node run setup' me da error con el comando 'run'. Yo probe el node. Ejecuto en el comando 'node' y funciona. Me lleva a: 'Welcome to Node.js v14.7.0. Type ".help" for more information. Agradesco la ayuda que me puedas brindar. Gracias. Felix


From: Felix Rivera felixerivera@hotmail.com Sent: Saturday, August 1, 2020 11:44 AM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si. De verdad voy a necesitar tu ayuda. Y muchas gracias por adelantado. Te pregunto, a que te refieres con el otro proyecto es el packmonitor? He pensado que el proyecto debe funcional con cualquier inverter, en mi caso el LV5048, porque el va conectado a las baterias y veo que no tiene comunicacion ni obtiene data del inverter. O estoy equivocado? Entonces si continuo con el packmonitor no se como programar ni la programacion para el otro micro, el que tiene wifi y micro-usb (NodeMCU ESP32-S).


From: Edwin Perez notifications@github.com Sent: Saturday, August 1, 2020 11:33 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si es PIP debe funcionar. Si ya tienes el PI te recomiendo que uses el otro proyecto en vez del ESP32. Es solo conectar 3 cables a los GPIO del PI directo a los monitores. [image]https://user-images.githubusercontent.com/2382685/89104896-a3ac2f80-d3ea-11ea-86bb-b63a3a648010.jpeg

Si necesitas ayuda me avisas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667549096, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHMQMXT33M6U6POJGDR6QYT7ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667679655, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CEW6YWB2USRDS5QKHLR6VYPLANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667703392, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CCFL2UFHTWXMZMD4CTR6WQB7ANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Pues debería ser solo: "node run setup"

Para las conexiones, le incluyo una imagen: image

El primero y el último se conectan al PI.

frivera63 commented 4 years ago

OK. Voy a bajar nuevamente el nodePackMonitor y descomprimirlo nuevamente. Y trabar con las conexiones. Un millon de gracias. Perdona por mis preguntas. Pero sinceramente me encanta esto y quiero que funcione. Ya le dejare saber. Gracias.


From: Edwin Perez notifications@github.com Sent: Sunday, August 2, 2020 3:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Pues debería ser solo: "node run setup"

Para las conexiones, le incluyo una imagen: [image]https://user-images.githubusercontent.com/2382685/89130221-1263b880-d4d1-11ea-9ddc-a3f38c869967.jpeg

El primero y el último se conectan al PI.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667711948, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHI2JVJG55PYCAOLD3R6WZ5DANCNFSM4PRYJLNA.

eoperez commented 4 years ago

No hay problemas, me avisa si necesita ayuda para instalar el Dashboard.

Thanks,

— Edwin

On Aug 2, 2020, at 3:09 PM, frivera63 notifications@github.com wrote:

 OK. Voy a bajar nuevamente el nodePackMonitor y descomprimirlo nuevamente. Y trabar con las conexiones. Un millon de gracias. Perdona por mis preguntas. Pero sinceramente me encanta esto y quiero que funcione. Ya le dejare saber. Gracias.


From: Edwin Perez notifications@github.com Sent: Sunday, August 2, 2020 3:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Pues debería ser solo: "node run setup"

Para las conexiones, le incluyo una imagen: [image]https://user-images.githubusercontent.com/2382685/89130221-1263b880-d4d1-11ea-9ddc-a3f38c869967.jpeg

El primero y el último se conectan al PI.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-667711948, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHI2JVJG55PYCAOLD3R6WZ5DANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

Lo descargue directo a la Pi el node y el nodePackMonitor y El node me sigue dando el siguiente error:

internal/modules/cjs/loader.js:1088 throw err; ^

Error: Cannot find module '/home/pi/nodePackMonitor-master/run' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1085:15) at Function.Module._load (internal/modules/cjs/loader.js:928:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []

1) Me preguntastes si mi LV5048 usa WatchPower y la contestacion es SI. 2) Te menciono que tengo dudas porque el board que yo tengo es diferente al de tu foto, aunque las conexiones creo seran las mismas. Veo en la foto que me eviastes que en el Primer y Ultimo board usas el conector de TEMP para conectarlos a la PI. Mi duda es cual es TX, RX, GND. De los colores, claro entiendo que el NEGRO es GND. Falta el ROJO y el VERDE. O con solo intercambiarlos en las pruebas resuelvo. 3) Tu me mencionas que el primero y el ultimo board se conectan a la PI. Pero hay tres cables en cada lado y en la PI en otra foto que me enviastes solo veo 3 cables no 6 conectados a la Pi: GND->Blanco TXD->Amarillo RXD->Azul 4) En el diagrama de packMonitor veo en el pack una figura como un transistor (Sensor de Temperatura) que conectas al ATTINY85 o es un CONECTOR? Pack ATTINY85

cable Rojo 5V cable Verde P0 Cable Negro GND cable rojo Vin 5) Donde conecto el POSITIVO (+) y el GND (-) del pack que voy a monitorear? Hay un diagrama? Perdona por tantas dudas. Gracias. Felix

eoperez commented 4 years ago

Ok - vamos a tratar de resolver el tema del rasberryPi primero ya que si eso no funciona no vas a poder probar las conexion. Revise el código y el comando correcto es: "npm run setup" ese comando debe ser dentro de la carpeta de nodePackMonitor. Si te da error por favor enviame el comando que ejecutó y el texto de todo el error.

On Mon, Aug 3, 2020 at 9:25 AM frivera63 notifications@github.com wrote:

Lo descargue directo a la Pi el node y el nodePackMonitor y El node me sigue dando el siguiente error:

internal/modules/cjs/loader.js:1088 throw err; ^

Error: Cannot find module '/home/pi/nodePackMonitor-master/run' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1085:15) at Function.Module._load (internal/modules/cjs/loader.js:928:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []

1) Me preguntastes si mi LV5048 usa WatchPower y la contestacion es SI. 2) Te menciono que tengo dudas porque el board que yo tengo es diferente al de tu foto, aunque las conexiones creo seran las mismas. Veo en la foto que me eviastes que en el Primer y Ultimo board usas el conector de TEMP para conectarlos a la PI. Mi duda es cual es TX, RX, GND. De los colores, claro entiendo que el NEGRO es GND. Falta el ROJO y el VERDE. O con solo intercambiarlos en las pruebas resuelvo. 3) Tu me mencionas que el primero y el ultimo board se conectan a la PI. Pero hay tres cables en cada lado y en la PI en otra foto que me enviastes solo veo 3 cables no 6 conectados a la Pi: GND->Blanco TXD->Amarillo RXD->Azul 4) En el diagrama de packMonitor veo en el pack una figura como un transistor (Sensor de Temperatura) que conectas al ATTINY85 o es un CONECTOR? Pack ATTINY85

cable Rojo 5V cable Verde P0 Cable Negro GND cable rojo Vin 5) Donde conecto el POSITIVO (+) y el GND (-) del pack que voy a monitorear? Hay un diagrama? Perdona por tantas dudas. Gracias. Felix

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/eoperez/packMonitor/issues/1#issuecomment-668021235, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASFWXOEWNMTUYD3JIOUCH3R623EHANCNFSM4PRYJLNA .

frivera63 commented 4 years ago

Estoy super FELIZ. Ahora si funciono el comando. Cuando termine te aviso, como usted dice que tarda. Gracias


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 10:57 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Ok - vamos a tratar de resolver el tema del rasberryPi primero ya que si eso no funciona no vas a poder probar las conexion. Revise el código y el comando correcto es: "npm run setup" ese comando debe ser dentro de la carpeta de nodePackMonitor. Si te da error por favor enviame el comando que ejecutó y el texto de todo el error.

On Mon, Aug 3, 2020 at 9:25 AM frivera63 notifications@github.com wrote:

Lo descargue directo a la Pi el node y el nodePackMonitor y El node me sigue dando el siguiente error:

internal/modules/cjs/loader.js:1088 throw err; ^

Error: Cannot find module '/home/pi/nodePackMonitor-master/run' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1085:15) at Function.Module._load (internal/modules/cjs/loader.js:928:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []

1) Me preguntastes si mi LV5048 usa WatchPower y la contestacion es SI. 2) Te menciono que tengo dudas porque el board que yo tengo es diferente al de tu foto, aunque las conexiones creo seran las mismas. Veo en la foto que me eviastes que en el Primer y Ultimo board usas el conector de TEMP para conectarlos a la PI. Mi duda es cual es TX, RX, GND. De los colores, claro entiendo que el NEGRO es GND. Falta el ROJO y el VERDE. O con solo intercambiarlos en las pruebas resuelvo. 3) Tu me mencionas que el primero y el ultimo board se conectan a la PI. Pero hay tres cables en cada lado y en la PI en otra foto que me enviastes solo veo 3 cables no 6 conectados a la Pi: GND->Blanco TXD->Amarillo RXD->Azul 4) En el diagrama de packMonitor veo en el pack una figura como un transistor (Sensor de Temperatura) que conectas al ATTINY85 o es un CONECTOR? Pack ATTINY85

cable Rojo 5V cable Verde P0 Cable Negro GND cable rojo Vin 5) Donde conecto el POSITIVO (+) y el GND (-) del pack que voy a monitorear? Hay un diagrama? Perdona por tantas dudas. Gracias. Felix

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/eoperez/packMonitor/issues/1#issuecomment-668021235, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASFWXOEWNMTUYD3JIOUCH3R623EHANCNFSM4PRYJLNA .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668069346, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CEHKGNE3UMSYAFUPCDR63F6FANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

OK. Ya termino. Te envie foto del final. No vi errores al final. Te indico que estoy usando una Raspberry Pi 4 con 4GB de memoria. Bueno ya podemos pasar al siguiente paso cuando estes listo. Gracias.

eoperez commented 4 years ago

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:image

El cual va al inversor así: image

El otro lado del adapter va al PI. Esa es la conexión

frivera63 commented 4 years ago

OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Creo que la imagen no subió, cuando pueda la puede enviar de nuevo?

Me imagino que el Pi está conectado a la red de su casa, y la PC también, de ser así no necesita internet para ver el monitor.

Thanks,

— Edwin

On Aug 3, 2020, at 7:57 PM, frivera63 notifications@github.com wrote:

 OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

Estoy usando mi celular como HopSpot. Tengo esta PC y la Pi conectada al celular. El error: refused to connect. ERR_CONNECTION_REFUSED


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Creo que la imagen no subió, cuando pueda la puede enviar de nuevo?

Me imagino que el Pi está conectado a la red de su casa, y la PC también, de ser así no necesita internet para ver el monitor.

Thanks,

— Edwin

On Aug 3, 2020, at 7:57 PM, frivera63 notifications@github.com wrote:

 OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668298216, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CANXC4AUPTJLAQNZ73R65FYXANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Debe ser la conexión del cel. Si la conecta a la casa aunque no tenga internet, debe ver la página.

Thanks, — Edwin

On Aug 3, 2020, at 8:09 PM, frivera63 notifications@github.com wrote:

 Estoy usando mi celular como HopSpot. Tengo esta PC y la Pi conectada al celular. El error: refused to connect. ERR_CONNECTION_REFUSED


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Creo que la imagen no subió, cuando pueda la puede enviar de nuevo?

Me imagino que el Pi está conectado a la red de su casa, y la PC también, de ser así no necesita internet para ver el monitor.

Thanks,

— Edwin

On Aug 3, 2020, at 7:57 PM, frivera63 notifications@github.com wrote:

 OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668298216, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CANXC4AUPTJLAQNZ73R65FYXANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

No me funciono conectado a misma red. No al celular. Pero puedo hacer estos pasos en la misma Pi. Tengo monitor, keyboard y mouse conectados a ella.


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:19 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Debe ser la conexión del cel. Si la conecta a la casa aunque no tenga internet, debe ver la página.

Thanks, — Edwin

On Aug 3, 2020, at 8:09 PM, frivera63 notifications@github.com wrote:

 Estoy usando mi celular como HopSpot. Tengo esta PC y la Pi conectada al celular. El error: refused to connect. ERR_CONNECTION_REFUSED


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Creo que la imagen no subió, cuando pueda la puede enviar de nuevo?

Me imagino que el Pi está conectado a la red de su casa, y la PC también, de ser así no necesita internet para ver el monitor.

Thanks,

— Edwin

On Aug 3, 2020, at 7:57 PM, frivera63 notifications@github.com wrote:

 OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668298216, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CANXC4AUPTJLAQNZ73R65FYXANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668302714, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CAIFE4YJK2OIVGWLE3R65HXJANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Si usando el browser de Linux, http://localhost:5000

Thanks,

— Edwin

On Aug 3, 2020, at 8:35 PM, frivera63 notifications@github.com wrote:

 No me funciono conectado a misma red. No al celular. Pero puedo hacer estos pasos en la misma Pi. Tengo monitor, keyboard y mouse conectados a ella.


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:19 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Debe ser la conexión del cel. Si la conecta a la casa aunque no tenga internet, debe ver la página.

Thanks, — Edwin

On Aug 3, 2020, at 8:09 PM, frivera63 notifications@github.com wrote:

 Estoy usando mi celular como HopSpot. Tengo esta PC y la Pi conectada al celular. El error: refused to connect. ERR_CONNECTION_REFUSED


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Creo que la imagen no subió, cuando pueda la puede enviar de nuevo?

Me imagino que el Pi está conectado a la red de su casa, y la PC también, de ser así no necesita internet para ver el monitor.

Thanks,

— Edwin

On Aug 3, 2020, at 7:57 PM, frivera63 notifications@github.com wrote:

 OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668298216, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CANXC4AUPTJLAQNZ73R65FYXANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668302714, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CAIFE4YJK2OIVGWLE3R65HXJANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

No funciono con localhost rn la pi. La apague y la prendi y nada. Yo he usado localhost con grafana antes. Continuare intentandolo. El numero es 5000? Cuando lo logre te aviso. Es que el internet del celular esta pesimo

Enviado desde mi Samsung Mobile de Claro Get Outlook for Androidhttps://aka.ms/ghei36


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:39:41 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si usando el browser de Linux, http://localhost:5000

Thanks,

— Edwin

On Aug 3, 2020, at 8:35 PM, frivera63 notifications@github.com wrote:

 No me funciono conectado a misma red. No al celular. Pero puedo hacer estos pasos en la misma Pi. Tengo monitor, keyboard y mouse conectados a ella.


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:19 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Debe ser la conexión del cel. Si la conecta a la casa aunque no tenga internet, debe ver la página.

Thanks, — Edwin

On Aug 3, 2020, at 8:09 PM, frivera63 notifications@github.com wrote:

 Estoy usando mi celular como HopSpot. Tengo esta PC y la Pi conectada al celular. El error: refused to connect. ERR_CONNECTION_REFUSED


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Creo que la imagen no subió, cuando pueda la puede enviar de nuevo?

Me imagino que el Pi está conectado a la red de su casa, y la PC también, de ser así no necesita internet para ver el monitor.

Thanks,

— Edwin

On Aug 3, 2020, at 7:57 PM, frivera63 notifications@github.com wrote:

 OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668298216, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CANXC4AUPTJLAQNZ73R65FYXANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668302714, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CAIFE4YJK2OIVGWLE3R65HXJANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668308385, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CAFRBA3EJ53H5BOLFDR65KE3ANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Si el puerto 5000

Thanks,

— Edwin

On Aug 3, 2020, at 9:00 PM, frivera63 notifications@github.com wrote:

 No funciono con localhost rn la pi. La apague y la prendi y nada. Yo he usado localhost con grafana antes. Continuare intentandolo. El numero es 5000? Cuando lo logre te aviso. Es que el internet del celular esta pesimo

Enviado desde mi Samsung Mobile de Claro Get Outlook for Androidhttps://aka.ms/ghei36


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:39:41 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si usando el browser de Linux, http://localhost:5000

Thanks,

— Edwin

On Aug 3, 2020, at 8:35 PM, frivera63 notifications@github.com wrote:

 No me funciono conectado a misma red. No al celular. Pero puedo hacer estos pasos en la misma Pi. Tengo monitor, keyboard y mouse conectados a ella.


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:19 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Debe ser la conexión del cel. Si la conecta a la casa aunque no tenga internet, debe ver la página.

Thanks, — Edwin

On Aug 3, 2020, at 8:09 PM, frivera63 notifications@github.com wrote:

 Estoy usando mi celular como HopSpot. Tengo esta PC y la Pi conectada al celular. El error: refused to connect. ERR_CONNECTION_REFUSED


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Creo que la imagen no subió, cuando pueda la puede enviar de nuevo?

Me imagino que el Pi está conectado a la red de su casa, y la PC también, de ser así no necesita internet para ver el monitor.

Thanks,

— Edwin

On Aug 3, 2020, at 7:57 PM, frivera63 notifications@github.com wrote:

 OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668298216, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CANXC4AUPTJLAQNZ73R65FYXANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668302714, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CAIFE4YJK2OIVGWLE3R65HXJANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668308385, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CAFRBA3EJ53H5BOLFDR65KE3ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

Tengo instalado Anydesk en la Pi y en esta PC y funciona perfecto, estoy usando el internet del celular. Tengo acceso.


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 9:01 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si el puerto 5000

Thanks,

— Edwin

On Aug 3, 2020, at 9:00 PM, frivera63 notifications@github.com wrote:

 No funciono con localhost rn la pi. La apague y la prendi y nada. Yo he usado localhost con grafana antes. Continuare intentandolo. El numero es 5000? Cuando lo logre te aviso. Es que el internet del celular esta pesimo

Enviado desde mi Samsung Mobile de Claro Get Outlook for Androidhttps://aka.ms/ghei36


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:39:41 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Si usando el browser de Linux, http://localhost:5000

Thanks,

— Edwin

On Aug 3, 2020, at 8:35 PM, frivera63 notifications@github.com wrote:

 No me funciono conectado a misma red. No al celular. Pero puedo hacer estos pasos en la misma Pi. Tengo monitor, keyboard y mouse conectados a ella.


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:19 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Debe ser la conexión del cel. Si la conecta a la casa aunque no tenga internet, debe ver la página.

Thanks, — Edwin

On Aug 3, 2020, at 8:09 PM, frivera63 notifications@github.com wrote:

 Estoy usando mi celular como HopSpot. Tengo esta PC y la Pi conectada al celular. El error: refused to connect. ERR_CONNECTION_REFUSED


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 8:02 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Creo que la imagen no subió, cuando pueda la puede enviar de nuevo?

Me imagino que el Pi está conectado a la red de su casa, y la PC también, de ser así no necesita internet para ver el monitor.

Thanks,

— Edwin

On Aug 3, 2020, at 7:57 PM, frivera63 notifications@github.com wrote:

 OK. Tengo el cable USB con adapter RS232 al conector RJ45 (del inversor). Te comento que el internet de la casa se cayo por que no hay AEE en mi area. Yo tengo porque estoy offgrid. Estoy usando el internet de mi celular y donde vivo la senal este internet es floja. Conecte la Pi al inversor con el cable. Ahora estoy en mi PC (no en la Pi) y entro el http://IP de la Pi:5000 y me da el siguiente error:


From: Edwin Perez notifications@github.com Sent: Monday, August 3, 2020 7:26 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Super! Ahora a ver si funciona. En la computadora que usted usa para conectar e estriba ls dirección del Pi, puede ser el IP que utiliza, el mismo debe finalizar con :5000. Por ejemplo: http://192.168.1.10:5000. Me imagino que tiene un conector como este:[image]https://user-images.githubusercontent.com/2382685/89236523-d1e26880-d5be-11ea-86d8-56ed75827374.jpeg

El cual va al inversor así: [image]https://user-images.githubusercontent.com/2382685/89236557-ee7ea080-d5be-11ea-8132-fe1bb0d317a6.jpeg

El otro lado del adapter va al PI. Esa es la conexión

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668288742, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDZGHABKZ54D664UGDR65BTRANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668298216, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CANXC4AUPTJLAQNZ73R65FYXANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668302714, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CAIFE4YJK2OIVGWLE3R65HXJANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668308385, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CAFRBA3EJ53H5BOLFDR65KE3ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668315058, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CFOFOAEC74PTMTZ4ITR65MYLANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

Saludos. Ya tengo internet. Para probar instale grafanas en la pi y tampoco pude acceder atravez de localhost:3000. Decidi formatear la tarjeta de pi e instalar el OS de Raspian desde cero. Para luego instalar tu proyecto y hacer la prueba. Luego te aviso. Buen dia. Gacias Felix

eoperez commented 4 years ago

Déjame saber si necesitas ayuda. Si quieres y te sientes cómodo me conecto remoto.

Thanks,

— Edwin

On Aug 4, 2020, at 6:34 AM, frivera63 notifications@github.com wrote:

 Saludos. Ya tengo internet. Para probar instale grafanas en la pi y tampoco pude acceder atravez de localhost:3000. Decidi formatear la tarjeta de pi e instalar el OS de Raspian desde cero. Para luego instalar tu proyecto y hacer la prueba. Luego te aviso. Buen dia. Gacias Felix — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

OK. Gracias. Estoy todavia montando el OS a la Pi. Ya luego comienzo el proceso de instalar el nodePackMonitor. Luego te aviso. Gracias. Felix


From: Edwin Perez notifications@github.com Sent: Tuesday, August 4, 2020 7:51 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Déjame saber si necesitas ayuda. Si quieres y te sientes cómodo me conecto remoto.

Thanks,

— Edwin

On Aug 4, 2020, at 6:34 AM, frivera63 notifications@github.com wrote:

 Saludos. Ya tengo internet. Para probar instale grafanas en la pi y tampoco pude acceder atravez de localhost:3000. Decidi formatear la tarjeta de pi e instalar el OS de Raspian desde cero. Para luego instalar tu proyecto y hacer la prueba. Luego te aviso. Buen dia. Gacias Felix — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668549599, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CCHCTDATIDRXHHI5V3R67Y3DANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

El panel subio cuando lo instale por primera vez despues de instalar el OS de la Pi (sin haber apagado la Pi luego de instalar el node.js y nodePackMonitor). Lo unico fue que yo me lleve la Pi a un cuarto para instalar todo y luego que funciono (localhost y desde la otra PC) la apague para conectarla con el inverter y aqui ahora da el mismo problema. No tengo acceso. Da el mismo error. Le doy RESTART y nada. OK. Ahora instale el nodePackMonitor y tuve acceso desde el localhost:5000 y desde la otra PC. Le doy RESTART a la Pi y no me da acceso.???????? Continuo . . . . . .

frivera63 commented 4 years ago

P {margin-top:0;margin-bottom:0;}

frivera63 commented 4 years ago

pi@raspberrypi:~/nodePackMonitor-master $ npm run setup

nodepackmonitor@1.0.0 setup /home/pi/nodePackMonitor-master npm run installAll && npm run build && npm run start

nodepackmonitor@1.0.0 installAll /home/pi/nodePackMonitor-master npm install && cd src/client/ && npm install && cd ../../ && npm run installPm2

npm WARN nodepackmonitor@1.0.0 license should be a valid SPDX license expression npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/pm2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 804 packages in 29.903s

10 packages are looking for funding run npm fund for details

found 2 high severity vulnerabilities run npm audit fix to fix them, or npm audit for details npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 1966 packages in 83.437s

64 packages are looking for funding run npm fund for details

found 4950 vulnerabilities (4947 low, 3 high) run npm audit fix to fix them, or npm audit for details

nodepackmonitor@1.0.0 installPm2 /home/pi/nodePackMonitor-master sudo npm install pm2 -g && pm2 install pm2-logrotate

/usr/bin/pm2 -> /usr/lib/node_modules/pm2/bin/pm2 /usr/bin/pm2-dev -> /usr/lib/node_modules/pm2/bin/pm2-dev /usr/bin/pm2-docker -> /usr/lib/node_modules/pm2/bin/pm2-docker /usr/bin/pm2-runtime -> /usr/lib/node_modules/pm2/bin/pm2-runtime npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/pm2/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

6 packages are looking for funding run npm fund for details

found 0 vulnerabilities

[PM2][Module] Module downloaded [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) Module: pm2-logrotate $ pm2 set pm2-logrotate:max_size 10M $ pm2 set pm2-logrotate:retain 30 $ pm2 set pm2-logrotate:compress false $ pm2 set pm2-logrotate:dateFormat YYYY-MM-DD_HH-mm-ss $ pm2 set pm2-logrotate:workerInterval 30 $ pm2 set pm2-logrotate:rotateInterval 0 0 * $ pm2 set pm2-logrotate:rotateModule true Modules configuration. Copy/Paste line to edit values. [PM2][Module] Module successfully installed and launched [PM2][Module] Checkout module options: $ pm2 conf ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 0% │ 18.0mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ [PM2][WARN] Current process list running is not in sync with saved list. server differs. Type 'pm2 save' to synchronize.

nodepackmonitor@1.0.0 build /home/pi/nodePackMonitor-master cd src/client/ && npm run build && cd ../../ && npm run buildServer

reactapp@0.1.0 build /home/pi/nodePackMonitor-master/src/client node scripts/build.js

Creating an optimized production build... Compiled with warnings.

./src/store/AppConfigurationContext.tsx Line 130:8: React Hook useCallback has a missing dependency: 'saveConfiguration'. Either include it or remove the dependency array react-hooks/exhaustive-deps

./src/components/Dashboard.tsx Line 63:13: 'setCurrentAppConfigurationContext' is assigned a value but never used @typescript-eslint/no-unused-vars

./src/components/IntegrationConfig.tsx Line 82:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/SystemConfig.tsx Line 86:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/MonitorConfig.tsx Line 88:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

353.67 KB views/static/js/2.2deb8cc0.chunk.js 7.94 KB views/static/js/main.f6fe36d7.chunk.js 772 B views/static/js/runtime-main.94293c76.js 129 B views/static/css/2.156fe21f.chunk.css

The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json.

The ../../dist/views folder is ready to be deployed. You may serve it with a static server:

npm install -g serve serve -s ../../dist/views

Find out more about deployment here:

bit.ly/CRA-deploy

nodepackmonitor@1.0.0 buildServer /home/pi/nodePackMonitor-master webpack

Hash: a768af27c83dfda3b34b Version: webpack 4.43.0 Time: 21077ms Built at: 08/04/2020 11:44:15 AM Asset Size Chunks Chunk Names server.js 23.6 KiB 0 [emitted] main Entrypoint main = server.js [0] external "serialport" 42 bytes {0} [built] [2] external "pm2" 42 bytes {0} [built] [3] external "influx" 42 bytes {0} [built] [4] ./src/server/services/PM2.Service.ts 1.03 KiB {0} [built] [5] external "express" 42 bytes {0} [built] [7] external "body-parser" 42 bytes {0} [built] [8] external "cors" 42 bytes {0} [built] [9] external "socket.io" 42 bytes {0} [built] [10] external "localtunnel" 42 bytes {0} [built] [11] ./src/server/services/BatteryMonitor.Service.ts 9.99 KiB {0} [built] [12] external "sqlite3" 42 bytes {0} [built] [13] external "node-schedule" 42 bytes {0} [built] [14] external "ejs" 42 bytes {0} [built] [15] ./src/server/server.ts + 2 modules 32.5 KiB {0} [built] | ./src/server/server.ts 8.61 KiB [built] | ./src/server/services/PiPMonitor.Service.ts 9.39 KiB [built] | ./src/server/services/DB.Service.ts 14.4 KiB [built]

WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

nodepackmonitor@1.0.0 start /home/pi/nodePackMonitor-master pm2 start ecosystem.config.js

[PM2][WARN] Applications server not running, starting... [PM2] App [server] launched (1 instances) ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼──────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 1 │ server │ default │ 1.0.0 │ fork │ 1561 │ 0s │ 0 │ online │ 0% │ 21.6mb │ pi │ enabled │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 4.2% │ 36.6mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ pi@raspberrypi:~/nodePackMonitor-master $

eoperez commented 4 years ago

Yo creo saber lo que pasa... el setup instala todo pero no guarda el proceso en el startup del Pi, por eso funciona cuando lo instalaste pero no cuando le das restart. Solo necesitas el comando: “pm2 startup”

Cuando corre va a devolver una línea de comando que necesitas copiar, pegar Y ejecutar.

Thanks,

— Edwin

On Aug 4, 2020, at 11:59 AM, frivera63 notifications@github.com wrote:

 pi@raspberrypi:~/nodePackMonitor-master $ npm run setup

nodepackmonitor@1.0.0 setup /home/pi/nodePackMonitor-master npm run installAll && npm run build && npm run start

nodepackmonitor@1.0.0 installAll /home/pi/nodePackMonitor-master npm install && cd src/client/ && npm install && cd ../../ && npm run installPm2

npm WARN nodepackmonitor@1.0.0 license should be a valid SPDX license expression npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/pm2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 804 packages in 29.903s

10 packages are looking for funding run npm fund for details

found 2 high severity vulnerabilities run npm audit fix to fix them, or npm audit for details npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 1966 packages in 83.437s

64 packages are looking for funding run npm fund for details

found 4950 vulnerabilities (4947 low, 3 high) run npm audit fix to fix them, or npm audit for details

nodepackmonitor@1.0.0 installPm2 /home/pi/nodePackMonitor-master sudo npm install pm2 -g && pm2 install pm2-logrotate

/usr/bin/pm2 -> /usr/lib/node_modules/pm2/bin/pm2 /usr/bin/pm2-dev -> /usr/lib/node_modules/pm2/bin/pm2-dev /usr/bin/pm2-docker -> /usr/lib/node_modules/pm2/bin/pm2-docker /usr/bin/pm2-runtime -> /usr/lib/node_modules/pm2/bin/pm2-runtime npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/pm2/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

  • pm2@4.4.0 updated 1 package in 23.796s [PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2 [PM2] PM2 Successfully daemonized [PM2][Module] Starting NPM module pm2-logrotate [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) [PM2][Module] Installing NPM pm2-logrotate module [PM2][Module] Module already installed. Updating. [PM2] Applying action deleteProcessId on app [0](ids: 0) [PM2] pm2-logrotate ✓ In memory process deleted Deleteing /home/pi/.pm2/modules/pm2-logrotate [PM2][Module] Calling [NPM] to install pm2-logrotate ...
  • pm2-logrotate@2.7.0 added 209 packages from 239 contributors and audited 210 packages in 41.127s

6 packages are looking for funding run npm fund for details

found 0 vulnerabilities

[PM2][Module] Module downloaded [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) Module: pm2-logrotate $ pm2 set pm2-logrotate:max_size 10M $ pm2 set pm2-logrotate:retain 30 $ pm2 set pm2-logrotate:compress false $ pm2 set pm2-logrotate:dateFormat YYYY-MM-DD_HH-mm-ss $ pm2 set pm2-logrotate:workerInterval 30 $ pm2 set pm2-logrotate:rotateInterval 0 0 * $ pm2 set pm2-logrotate:rotateModule true Modules configuration. Copy/Paste line to edit values. [PM2][Module] Module successfully installed and launched [PM2][Module] Checkout module options: $ pm2 conf ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 0% │ 18.0mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ [PM2][WARN] Current process list running is not in sync with saved list. server differs. Type 'pm2 save' to synchronize.

nodepackmonitor@1.0.0 build /home/pi/nodePackMonitor-master cd src/client/ && npm run build && cd ../../ && npm run buildServer

reactapp@0.1.0 build /home/pi/nodePackMonitor-master/src/client node scripts/build.js

Creating an optimized production build... Compiled with warnings.

./src/store/AppConfigurationContext.tsx Line 130:8: React Hook useCallback has a missing dependency: 'saveConfiguration'. Either include it or remove the dependency array react-hooks/exhaustive-deps

./src/components/Dashboard.tsx Line 63:13: 'setCurrentAppConfigurationContext' is assigned a value but never used @typescript-eslint/no-unused-vars

./src/components/IntegrationConfig.tsx Line 82:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/SystemConfig.tsx Line 86:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/MonitorConfig.tsx Line 88:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

353.67 KB views/static/js/2.2deb8cc0.chunk.js 7.94 KB views/static/js/main.f6fe36d7.chunk.js 772 B views/static/js/runtime-main.94293c76.js 129 B views/static/css/2.156fe21f.chunk.css

The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json.

The ../../dist/views folder is ready to be deployed. You may serve it with a static server:

npm install -g serve serve -s ../../dist/views

Find out more about deployment here:

bit.ly/CRA-deploy

nodepackmonitor@1.0.0 buildServer /home/pi/nodePackMonitor-master webpack

Hash: a768af27c83dfda3b34b Version: webpack 4.43.0 Time: 21077ms Built at: 08/04/2020 11:44:15 AM Asset Size Chunks Chunk Names server.js 23.6 KiB 0 [emitted] main Entrypoint main = server.js [0] external "serialport" 42 bytes {0} [built] [2] external "pm2" 42 bytes {0} [built] [3] external "influx" 42 bytes {0} [built] [4] ./src/server/services/PM2.Service.ts 1.03 KiB {0} [built] [5] external "express" 42 bytes {0} [built] [7] external "body-parser" 42 bytes {0} [built] [8] external "cors" 42 bytes {0} [built] [9] external "socket.io" 42 bytes {0} [built] [10] external "localtunnel" 42 bytes {0} [built] [11] ./src/server/services/BatteryMonitor.Service.ts 9.99 KiB {0} [built] [12] external "sqlite3" 42 bytes {0} [built] [13] external "node-schedule" 42 bytes {0} [built] [14] external "ejs" 42 bytes {0} [built] [15] ./src/server/server.ts + 2 modules 32.5 KiB {0} [built] | ./src/server/server.ts 8.61 KiB [built] | ./src/server/services/PiPMonitor.Service.ts 9.39 KiB [built] | ./src/server/services/DB.Service.ts 14.4 KiB [built]

  • 2 hidden modules

WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

nodepackmonitor@1.0.0 start /home/pi/nodePackMonitor-master pm2 start ecosystem.config.js

[PM2][WARN] Applications server not running, starting... [PM2] App [server] launched (1 instances) ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼──────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 1 │ server │ default │ 1.0.0 │ fork │ 1561 │ 0s │ 0 │ online │ 0% │ 21.6mb │ pi │ enabled │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 4.2% │ 36.6mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ pi@raspberrypi:~/nodePackMonitor-master $

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

OK. FUNCIONO. Felicidades. Primera Fase completada. Esta conectado al inverter (LV5048) escogi el puerto ttyUSB0. Duda cual de los cuatro puertos (2 son USB 3.0) lo conecto. Aunque vi que tu lo conectastes en 3.0 superior.

Felix


From: Edwin Perez notifications@github.com Sent: Tuesday, August 4, 2020 1:32 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Yo creo saber lo que pasa... el setup instala todo pero no guarda el proceso en el startup del Pi, por eso funciona cuando lo instalaste pero no cuando le das restart. Solo necesitas el comando: “pm2 startup”

Cuando corre va a devolver una línea de comando que necesitas copiar, pegar Y ejecutar.

Thanks,

— Edwin

On Aug 4, 2020, at 11:59 AM, frivera63 notifications@github.com wrote:

 pi@raspberrypi:~/nodePackMonitor-master $ npm run setup

nodepackmonitor@1.0.0 setup /home/pi/nodePackMonitor-master npm run installAll && npm run build && npm run start

nodepackmonitor@1.0.0 installAll /home/pi/nodePackMonitor-master npm install && cd src/client/ && npm install && cd ../../ && npm run installPm2

npm WARN nodepackmonitor@1.0.0 license should be a valid SPDX license expression npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/pm2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 804 packages in 29.903s

10 packages are looking for funding run npm fund for details

found 2 high severity vulnerabilities run npm audit fix to fix them, or npm audit for details npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 1966 packages in 83.437s

64 packages are looking for funding run npm fund for details

found 4950 vulnerabilities (4947 low, 3 high) run npm audit fix to fix them, or npm audit for details

nodepackmonitor@1.0.0 installPm2 /home/pi/nodePackMonitor-master sudo npm install pm2 -g && pm2 install pm2-logrotate

/usr/bin/pm2 -> /usr/lib/node_modules/pm2/bin/pm2 /usr/bin/pm2-dev -> /usr/lib/node_modules/pm2/bin/pm2-dev /usr/bin/pm2-docker -> /usr/lib/node_modules/pm2/bin/pm2-docker /usr/bin/pm2-runtime -> /usr/lib/node_modules/pm2/bin/pm2-runtime npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/pm2/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

  • pm2@4.4.0 updated 1 package in 23.796s [PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2 [PM2] PM2 Successfully daemonized [PM2][Module] Starting NPM module pm2-logrotate [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) [PM2][Module] Installing NPM pm2-logrotate module [PM2][Module] Module already installed. Updating. [PM2] Applying action deleteProcessId on app [0](ids: 0) [PM2] pm2-logrotate ✓ In memory process deleted Deleteing /home/pi/.pm2/modules/pm2-logrotate [PM2][Module] Calling [NPM] to install pm2-logrotate ...
  • pm2-logrotate@2.7.0 added 209 packages from 239 contributors and audited 210 packages in 41.127s

6 packages are looking for funding run npm fund for details

found 0 vulnerabilities

[PM2][Module] Module downloaded [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) Module: pm2-logrotate $ pm2 set pm2-logrotate:max_size 10M $ pm2 set pm2-logrotate:retain 30 $ pm2 set pm2-logrotate:compress false $ pm2 set pm2-logrotate:dateFormat YYYY-MM-DD_HH-mm-ss $ pm2 set pm2-logrotate:workerInterval 30 $ pm2 set pm2-logrotate:rotateInterval 0 0 * $ pm2 set pm2-logrotate:rotateModule true Modules configuration. Copy/Paste line to edit values. [PM2][Module] Module successfully installed and launched [PM2][Module] Checkout module options: $ pm2 conf ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 0% │ 18.0mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ [PM2][WARN] Current process list running is not in sync with saved list. server differs. Type 'pm2 save' to synchronize.

nodepackmonitor@1.0.0 build /home/pi/nodePackMonitor-master cd src/client/ && npm run build && cd ../../ && npm run buildServer

reactapp@0.1.0 build /home/pi/nodePackMonitor-master/src/client node scripts/build.js

Creating an optimized production build... Compiled with warnings.

./src/store/AppConfigurationContext.tsx Line 130:8: React Hook useCallback has a missing dependency: 'saveConfiguration'. Either include it or remove the dependency array react-hooks/exhaustive-deps

./src/components/Dashboard.tsx Line 63:13: 'setCurrentAppConfigurationContext' is assigned a value but never used @typescript-eslint/no-unused-vars

./src/components/IntegrationConfig.tsx Line 82:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/SystemConfig.tsx Line 86:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/MonitorConfig.tsx Line 88:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

353.67 KB views/static/js/2.2deb8cc0.chunk.js 7.94 KB views/static/js/main.f6fe36d7.chunk.js 772 B views/static/js/runtime-main.94293c76.js 129 B views/static/css/2.156fe21f.chunk.css

The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json.

The ../../dist/views folder is ready to be deployed. You may serve it with a static server:

npm install -g serve serve -s ../../dist/views

Find out more about deployment here:

bit.ly/CRA-deploy

nodepackmonitor@1.0.0 buildServer /home/pi/nodePackMonitor-master webpack

Hash: a768af27c83dfda3b34b Version: webpack 4.43.0 Time: 21077ms Built at: 08/04/2020 11:44:15 AM Asset Size Chunks Chunk Names server.js 23.6 KiB 0 [emitted] main Entrypoint main = server.js [0] external "serialport" 42 bytes {0} [built] [2] external "pm2" 42 bytes {0} [built] [3] external "influx" 42 bytes {0} [built] [4] ./src/server/services/PM2.Service.ts 1.03 KiB {0} [built] [5] external "express" 42 bytes {0} [built] [7] external "body-parser" 42 bytes {0} [built] [8] external "cors" 42 bytes {0} [built] [9] external "socket.io" 42 bytes {0} [built] [10] external "localtunnel" 42 bytes {0} [built] [11] ./src/server/services/BatteryMonitor.Service.ts 9.99 KiB {0} [built] [12] external "sqlite3" 42 bytes {0} [built] [13] external "node-schedule" 42 bytes {0} [built] [14] external "ejs" 42 bytes {0} [built] [15] ./src/server/server.ts + 2 modules 32.5 KiB {0} [built] | ./src/server/server.ts 8.61 KiB [built] | ./src/server/services/PiPMonitor.Service.ts 9.39 KiB [built] | ./src/server/services/DB.Service.ts 14.4 KiB [built]

  • 2 hidden modules

WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

nodepackmonitor@1.0.0 start /home/pi/nodePackMonitor-master pm2 start ecosystem.config.js

[PM2][WARN] Applications server not running, starting... [PM2] App [server] launched (1 instances) ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼──────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 1 │ server │ default │ 1.0.0 │ fork │ 1561 │ 0s │ 0 │ online │ 0% │ 21.6mb │ pi │ enabled │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 4.2% │ 36.6mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ pi@raspberrypi:~/nodePackMonitor-master $

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668728533, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHC5Y4KPU2LACUHAGDR7BAZ5ANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

OK. FUNCIONO. Ya la apague y encendi y corrio. Y tuve acceso desde la PC tambien. Ahora. Esta conectado a mi inverter LV5048 pero no lee nada. La pi es la 4 de 4 GB y tiene dos usb 3.0. Lo conecte al USB 3.0 superior. Tengo duda pq en el dashboard tiene ttyUSB0 y ttyAMA0. Si no esta tarde lo probaria en el inverter de mi amigo y vecino que es un MPP 5048MG. Ya luego contienuar con la fase de los boards. Gracias.

Felix


From: Edwin Perez notifications@github.com Sent: Tuesday, August 4, 2020 1:32 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Yo creo saber lo que pasa... el setup instala todo pero no guarda el proceso en el startup del Pi, por eso funciona cuando lo instalaste pero no cuando le das restart. Solo necesitas el comando: “pm2 startup”

Cuando corre va a devolver una línea de comando que necesitas copiar, pegar Y ejecutar.

Thanks,

— Edwin

On Aug 4, 2020, at 11:59 AM, frivera63 notifications@github.com wrote:

 pi@raspberrypi:~/nodePackMonitor-master $ npm run setup

nodepackmonitor@1.0.0 setup /home/pi/nodePackMonitor-master npm run installAll && npm run build && npm run start

nodepackmonitor@1.0.0 installAll /home/pi/nodePackMonitor-master npm install && cd src/client/ && npm install && cd ../../ && npm run installPm2

npm WARN nodepackmonitor@1.0.0 license should be a valid SPDX license expression npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/pm2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 804 packages in 29.903s

10 packages are looking for funding run npm fund for details

found 2 high severity vulnerabilities run npm audit fix to fix them, or npm audit for details npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 1966 packages in 83.437s

64 packages are looking for funding run npm fund for details

found 4950 vulnerabilities (4947 low, 3 high) run npm audit fix to fix them, or npm audit for details

nodepackmonitor@1.0.0 installPm2 /home/pi/nodePackMonitor-master sudo npm install pm2 -g && pm2 install pm2-logrotate

/usr/bin/pm2 -> /usr/lib/node_modules/pm2/bin/pm2 /usr/bin/pm2-dev -> /usr/lib/node_modules/pm2/bin/pm2-dev /usr/bin/pm2-docker -> /usr/lib/node_modules/pm2/bin/pm2-docker /usr/bin/pm2-runtime -> /usr/lib/node_modules/pm2/bin/pm2-runtime npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/pm2/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

  • pm2@4.4.0 updated 1 package in 23.796s [PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2 [PM2] PM2 Successfully daemonized [PM2][Module] Starting NPM module pm2-logrotate [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) [PM2][Module] Installing NPM pm2-logrotate module [PM2][Module] Module already installed. Updating. [PM2] Applying action deleteProcessId on app [0](ids: 0) [PM2] pm2-logrotate ✓ In memory process deleted Deleteing /home/pi/.pm2/modules/pm2-logrotate [PM2][Module] Calling [NPM] to install pm2-logrotate ...
  • pm2-logrotate@2.7.0 added 209 packages from 239 contributors and audited 210 packages in 41.127s

6 packages are looking for funding run npm fund for details

found 0 vulnerabilities

[PM2][Module] Module downloaded [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) Module: pm2-logrotate $ pm2 set pm2-logrotate:max_size 10M $ pm2 set pm2-logrotate:retain 30 $ pm2 set pm2-logrotate:compress false $ pm2 set pm2-logrotate:dateFormat YYYY-MM-DD_HH-mm-ss $ pm2 set pm2-logrotate:workerInterval 30 $ pm2 set pm2-logrotate:rotateInterval 0 0 * $ pm2 set pm2-logrotate:rotateModule true Modules configuration. Copy/Paste line to edit values. [PM2][Module] Module successfully installed and launched [PM2][Module] Checkout module options: $ pm2 conf ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 0% │ 18.0mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ [PM2][WARN] Current process list running is not in sync with saved list. server differs. Type 'pm2 save' to synchronize.

nodepackmonitor@1.0.0 build /home/pi/nodePackMonitor-master cd src/client/ && npm run build && cd ../../ && npm run buildServer

reactapp@0.1.0 build /home/pi/nodePackMonitor-master/src/client node scripts/build.js

Creating an optimized production build... Compiled with warnings.

./src/store/AppConfigurationContext.tsx Line 130:8: React Hook useCallback has a missing dependency: 'saveConfiguration'. Either include it or remove the dependency array react-hooks/exhaustive-deps

./src/components/Dashboard.tsx Line 63:13: 'setCurrentAppConfigurationContext' is assigned a value but never used @typescript-eslint/no-unused-vars

./src/components/IntegrationConfig.tsx Line 82:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/SystemConfig.tsx Line 86:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/MonitorConfig.tsx Line 88:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

353.67 KB views/static/js/2.2deb8cc0.chunk.js 7.94 KB views/static/js/main.f6fe36d7.chunk.js 772 B views/static/js/runtime-main.94293c76.js 129 B views/static/css/2.156fe21f.chunk.css

The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json.

The ../../dist/views folder is ready to be deployed. You may serve it with a static server:

npm install -g serve serve -s ../../dist/views

Find out more about deployment here:

bit.ly/CRA-deploy

nodepackmonitor@1.0.0 buildServer /home/pi/nodePackMonitor-master webpack

Hash: a768af27c83dfda3b34b Version: webpack 4.43.0 Time: 21077ms Built at: 08/04/2020 11:44:15 AM Asset Size Chunks Chunk Names server.js 23.6 KiB 0 [emitted] main Entrypoint main = server.js [0] external "serialport" 42 bytes {0} [built] [2] external "pm2" 42 bytes {0} [built] [3] external "influx" 42 bytes {0} [built] [4] ./src/server/services/PM2.Service.ts 1.03 KiB {0} [built] [5] external "express" 42 bytes {0} [built] [7] external "body-parser" 42 bytes {0} [built] [8] external "cors" 42 bytes {0} [built] [9] external "socket.io" 42 bytes {0} [built] [10] external "localtunnel" 42 bytes {0} [built] [11] ./src/server/services/BatteryMonitor.Service.ts 9.99 KiB {0} [built] [12] external "sqlite3" 42 bytes {0} [built] [13] external "node-schedule" 42 bytes {0} [built] [14] external "ejs" 42 bytes {0} [built] [15] ./src/server/server.ts + 2 modules 32.5 KiB {0} [built] | ./src/server/server.ts 8.61 KiB [built] | ./src/server/services/PiPMonitor.Service.ts 9.39 KiB [built] | ./src/server/services/DB.Service.ts 14.4 KiB [built]

  • 2 hidden modules

WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

nodepackmonitor@1.0.0 start /home/pi/nodePackMonitor-master pm2 start ecosystem.config.js

[PM2][WARN] Applications server not running, starting... [PM2] App [server] launched (1 instances) ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼──────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 1 │ server │ default │ 1.0.0 │ fork │ 1561 │ 0s │ 0 │ online │ 0% │ 21.6mb │ pi │ enabled │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 4.2% │ 36.6mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ pi@raspberrypi:~/nodePackMonitor-master $

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668728533, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHC5Y4KPU2LACUHAGDR7BAZ5ANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Que bueno, no estoy en casa pero a la que llegue le dejo saber que puedo uso.

Thanks,

— Edwin

On Aug 4, 2020, at 2:24 PM, frivera63 notifications@github.com wrote:

 OK. FUNCIONO. Ya la apague y encendi y corrio. Y tuve acceso desde la PC tambien. Ahora. Esta conectado a mi inverter LV5048 pero no lee nada. La pi es la 4 de 4 GB y tiene dos usb 3.0. Lo conecte al USB 3.0 superior. Tengo duda pq en el dashboard tiene ttyUSB0 y ttyAMA0. Si no esta tarde lo probaria en el inverter de mi amigo y vecino que es un MPP 5048MG. Ya luego contienuar con la fase de los boards. Gracias.

Felix


From: Edwin Perez notifications@github.com Sent: Tuesday, August 4, 2020 1:32 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Yo creo saber lo que pasa... el setup instala todo pero no guarda el proceso en el startup del Pi, por eso funciona cuando lo instalaste pero no cuando le das restart. Solo necesitas el comando: “pm2 startup”

Cuando corre va a devolver una línea de comando que necesitas copiar, pegar Y ejecutar.

Thanks,

— Edwin

On Aug 4, 2020, at 11:59 AM, frivera63 notifications@github.com wrote:

 pi@raspberrypi:~/nodePackMonitor-master $ npm run setup

nodepackmonitor@1.0.0 setup /home/pi/nodePackMonitor-master npm run installAll && npm run build && npm run start

nodepackmonitor@1.0.0 installAll /home/pi/nodePackMonitor-master npm install && cd src/client/ && npm install && cd ../../ && npm run installPm2

npm WARN nodepackmonitor@1.0.0 license should be a valid SPDX license expression npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/pm2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 804 packages in 29.903s

10 packages are looking for funding run npm fund for details

found 2 high severity vulnerabilities run npm audit fix to fix them, or npm audit for details npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 1966 packages in 83.437s

64 packages are looking for funding run npm fund for details

found 4950 vulnerabilities (4947 low, 3 high) run npm audit fix to fix them, or npm audit for details

nodepackmonitor@1.0.0 installPm2 /home/pi/nodePackMonitor-master sudo npm install pm2 -g && pm2 install pm2-logrotate

/usr/bin/pm2 -> /usr/lib/node_modules/pm2/bin/pm2 /usr/bin/pm2-dev -> /usr/lib/node_modules/pm2/bin/pm2-dev /usr/bin/pm2-docker -> /usr/lib/node_modules/pm2/bin/pm2-docker /usr/bin/pm2-runtime -> /usr/lib/node_modules/pm2/bin/pm2-runtime npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/pm2/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

  • pm2@4.4.0 updated 1 package in 23.796s [PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2 [PM2] PM2 Successfully daemonized [PM2][Module] Starting NPM module pm2-logrotate [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) [PM2][Module] Installing NPM pm2-logrotate module [PM2][Module] Module already installed. Updating. [PM2] Applying action deleteProcessId on app [0](ids: 0) [PM2] pm2-logrotate ✓ In memory process deleted Deleteing /home/pi/.pm2/modules/pm2-logrotate [PM2][Module] Calling [NPM] to install pm2-logrotate ...
  • pm2-logrotate@2.7.0 added 209 packages from 239 contributors and audited 210 packages in 41.127s

6 packages are looking for funding run npm fund for details

found 0 vulnerabilities

[PM2][Module] Module downloaded [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) Module: pm2-logrotate $ pm2 set pm2-logrotate:max_size 10M $ pm2 set pm2-logrotate:retain 30 $ pm2 set pm2-logrotate:compress false $ pm2 set pm2-logrotate:dateFormat YYYY-MM-DD_HH-mm-ss $ pm2 set pm2-logrotate:workerInterval 30 $ pm2 set pm2-logrotate:rotateInterval 0 0 * $ pm2 set pm2-logrotate:rotateModule true Modules configuration. Copy/Paste line to edit values. [PM2][Module] Module successfully installed and launched [PM2][Module] Checkout module options: $ pm2 conf ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 0% │ 18.0mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ [PM2][WARN] Current process list running is not in sync with saved list. server differs. Type 'pm2 save' to synchronize.

nodepackmonitor@1.0.0 build /home/pi/nodePackMonitor-master cd src/client/ && npm run build && cd ../../ && npm run buildServer

reactapp@0.1.0 build /home/pi/nodePackMonitor-master/src/client node scripts/build.js

Creating an optimized production build... Compiled with warnings.

./src/store/AppConfigurationContext.tsx Line 130:8: React Hook useCallback has a missing dependency: 'saveConfiguration'. Either include it or remove the dependency array react-hooks/exhaustive-deps

./src/components/Dashboard.tsx Line 63:13: 'setCurrentAppConfigurationContext' is assigned a value but never used @typescript-eslint/no-unused-vars

./src/components/IntegrationConfig.tsx Line 82:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/SystemConfig.tsx Line 86:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/MonitorConfig.tsx Line 88:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

353.67 KB views/static/js/2.2deb8cc0.chunk.js 7.94 KB views/static/js/main.f6fe36d7.chunk.js 772 B views/static/js/runtime-main.94293c76.js 129 B views/static/css/2.156fe21f.chunk.css

The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json.

The ../../dist/views folder is ready to be deployed. You may serve it with a static server:

npm install -g serve serve -s ../../dist/views

Find out more about deployment here:

bit.ly/CRA-deploy

nodepackmonitor@1.0.0 buildServer /home/pi/nodePackMonitor-master webpack

Hash: a768af27c83dfda3b34b Version: webpack 4.43.0 Time: 21077ms Built at: 08/04/2020 11:44:15 AM Asset Size Chunks Chunk Names server.js 23.6 KiB 0 [emitted] main Entrypoint main = server.js [0] external "serialport" 42 bytes {0} [built] [2] external "pm2" 42 bytes {0} [built] [3] external "influx" 42 bytes {0} [built] [4] ./src/server/services/PM2.Service.ts 1.03 KiB {0} [built] [5] external "express" 42 bytes {0} [built] [7] external "body-parser" 42 bytes {0} [built] [8] external "cors" 42 bytes {0} [built] [9] external "socket.io" 42 bytes {0} [built] [10] external "localtunnel" 42 bytes {0} [built] [11] ./src/server/services/BatteryMonitor.Service.ts 9.99 KiB {0} [built] [12] external "sqlite3" 42 bytes {0} [built] [13] external "node-schedule" 42 bytes {0} [built] [14] external "ejs" 42 bytes {0} [built] [15] ./src/server/server.ts + 2 modules 32.5 KiB {0} [built] | ./src/server/server.ts 8.61 KiB [built] | ./src/server/services/PiPMonitor.Service.ts 9.39 KiB [built] | ./src/server/services/DB.Service.ts 14.4 KiB [built]

  • 2 hidden modules

WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

nodepackmonitor@1.0.0 start /home/pi/nodePackMonitor-master pm2 start ecosystem.config.js

[PM2][WARN] Applications server not running, starting... [PM2] App [server] launched (1 instances) ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼──────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 1 │ server │ default │ 1.0.0 │ fork │ 1561 │ 0s │ 0 │ online │ 0% │ 21.6mb │ pi │ enabled │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 4.2% │ 36.6mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ pi@raspberrypi:~/nodePackMonitor-master $

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668728533, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHC5Y4KPU2LACUHAGDR7BAZ5ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

OK. No se preocupe. Esto para hacerlo en nuestros tiempos libres de hobby. Gracias. Felix


From: Edwin Perez notifications@github.com Sent: Tuesday, August 4, 2020 2:36 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Que bueno, no estoy en casa pero a la que llegue le dejo saber que puedo uso.

Thanks,

— Edwin

On Aug 4, 2020, at 2:24 PM, frivera63 notifications@github.com wrote:

 OK. FUNCIONO. Ya la apague y encendi y corrio. Y tuve acceso desde la PC tambien. Ahora. Esta conectado a mi inverter LV5048 pero no lee nada. La pi es la 4 de 4 GB y tiene dos usb 3.0. Lo conecte al USB 3.0 superior. Tengo duda pq en el dashboard tiene ttyUSB0 y ttyAMA0. Si no esta tarde lo probaria en el inverter de mi amigo y vecino que es un MPP 5048MG. Ya luego contienuar con la fase de los boards. Gracias.

Felix


From: Edwin Perez notifications@github.com Sent: Tuesday, August 4, 2020 1:32 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Yo creo saber lo que pasa... el setup instala todo pero no guarda el proceso en el startup del Pi, por eso funciona cuando lo instalaste pero no cuando le das restart. Solo necesitas el comando: “pm2 startup”

Cuando corre va a devolver una línea de comando que necesitas copiar, pegar Y ejecutar.

Thanks,

— Edwin

On Aug 4, 2020, at 11:59 AM, frivera63 notifications@github.com wrote:

 pi@raspberrypi:~/nodePackMonitor-master $ npm run setup

nodepackmonitor@1.0.0 setup /home/pi/nodePackMonitor-master npm run installAll && npm run build && npm run start

nodepackmonitor@1.0.0 installAll /home/pi/nodePackMonitor-master npm install && cd src/client/ && npm install && cd ../../ && npm run installPm2

npm WARN nodepackmonitor@1.0.0 license should be a valid SPDX license expression npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/pm2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 804 packages in 29.903s

10 packages are looking for funding run npm fund for details

found 2 high severity vulnerabilities run npm audit fix to fix them, or npm audit for details npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

audited 1966 packages in 83.437s

64 packages are looking for funding run npm fund for details

found 4950 vulnerabilities (4947 low, 3 high) run npm audit fix to fix them, or npm audit for details

nodepackmonitor@1.0.0 installPm2 /home/pi/nodePackMonitor-master sudo npm install pm2 -g && pm2 install pm2-logrotate

/usr/bin/pm2 -> /usr/lib/node_modules/pm2/bin/pm2 /usr/bin/pm2-dev -> /usr/lib/node_modules/pm2/bin/pm2-dev /usr/bin/pm2-docker -> /usr/lib/node_modules/pm2/bin/pm2-docker /usr/bin/pm2-runtime -> /usr/lib/node_modules/pm2/bin/pm2-runtime npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/pm2/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

  • pm2@4.4.0 updated 1 package in 23.796s [PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2 [PM2] PM2 Successfully daemonized [PM2][Module] Starting NPM module pm2-logrotate [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) [PM2][Module] Installing NPM pm2-logrotate module [PM2][Module] Module already installed. Updating. [PM2] Applying action deleteProcessId on app [0](ids: 0) [PM2] pm2-logrotate ✓ In memory process deleted Deleteing /home/pi/.pm2/modules/pm2-logrotate [PM2][Module] Calling [NPM] to install pm2-logrotate ...
  • pm2-logrotate@2.7.0 added 209 packages from 239 contributors and audited 210 packages in 41.127s

6 packages are looking for funding run npm fund for details

found 0 vulnerabilities

[PM2][Module] Module downloaded [PM2][WARN] Applications pm2-logrotate not running, starting... [PM2] App [pm2-logrotate] launched (1 instances) Module: pm2-logrotate $ pm2 set pm2-logrotate:max_size 10M $ pm2 set pm2-logrotate:retain 30 $ pm2 set pm2-logrotate:compress false $ pm2 set pm2-logrotate:dateFormat YYYY-MM-DD_HH-mm-ss $ pm2 set pm2-logrotate:workerInterval 30 $ pm2 set pm2-logrotate:rotateInterval 0 0 * $ pm2 set pm2-logrotate:rotateModule true Modules configuration. Copy/Paste line to edit values. [PM2][Module] Module successfully installed and launched [PM2][Module] Checkout module options: $ pm2 conf ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 0% │ 18.0mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ [PM2][WARN] Current process list running is not in sync with saved list. server differs. Type 'pm2 save' to synchronize.

nodepackmonitor@1.0.0 build /home/pi/nodePackMonitor-master cd src/client/ && npm run build && cd ../../ && npm run buildServer

reactapp@0.1.0 build /home/pi/nodePackMonitor-master/src/client node scripts/build.js

Creating an optimized production build... Compiled with warnings.

./src/store/AppConfigurationContext.tsx Line 130:8: React Hook useCallback has a missing dependency: 'saveConfiguration'. Either include it or remove the dependency array react-hooks/exhaustive-deps

./src/components/Dashboard.tsx Line 63:13: 'setCurrentAppConfigurationContext' is assigned a value but never used @typescript-eslint/no-unused-vars

./src/components/IntegrationConfig.tsx Line 82:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/SystemConfig.tsx Line 86:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/MonitorConfig.tsx Line 88:8: React Hook useMemo has missing dependencies: 'currentAppConfig' and 'setCurrentAppConfigurationContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps

Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

353.67 KB views/static/js/2.2deb8cc0.chunk.js 7.94 KB views/static/js/main.f6fe36d7.chunk.js 772 B views/static/js/runtime-main.94293c76.js 129 B views/static/css/2.156fe21f.chunk.css

The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json.

The ../../dist/views folder is ready to be deployed. You may serve it with a static server:

npm install -g serve serve -s ../../dist/views

Find out more about deployment here:

bit.ly/CRA-deploy

nodepackmonitor@1.0.0 buildServer /home/pi/nodePackMonitor-master webpack

Hash: a768af27c83dfda3b34b Version: webpack 4.43.0 Time: 21077ms Built at: 08/04/2020 11:44:15 AM Asset Size Chunks Chunk Names server.js 23.6 KiB 0 [emitted] main Entrypoint main = server.js [0] external "serialport" 42 bytes {0} [built] [2] external "pm2" 42 bytes {0} [built] [3] external "influx" 42 bytes {0} [built] [4] ./src/server/services/PM2.Service.ts 1.03 KiB {0} [built] [5] external "express" 42 bytes {0} [built] [7] external "body-parser" 42 bytes {0} [built] [8] external "cors" 42 bytes {0} [built] [9] external "socket.io" 42 bytes {0} [built] [10] external "localtunnel" 42 bytes {0} [built] [11] ./src/server/services/BatteryMonitor.Service.ts 9.99 KiB {0} [built] [12] external "sqlite3" 42 bytes {0} [built] [13] external "node-schedule" 42 bytes {0} [built] [14] external "ejs" 42 bytes {0} [built] [15] ./src/server/server.ts + 2 modules 32.5 KiB {0} [built] | ./src/server/server.ts 8.61 KiB [built] | ./src/server/services/PiPMonitor.Service.ts 9.39 KiB [built] | ./src/server/services/DB.Service.ts 14.4 KiB [built]

  • 2 hidden modules

WARNING in configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

nodepackmonitor@1.0.0 start /home/pi/nodePackMonitor-master pm2 start ecosystem.config.js

[PM2][WARN] Applications server not running, starting... [PM2] App [server] launched (1 instances) ┌─────┬──────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼──────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 1 │ server │ default │ 1.0.0 │ fork │ 1561 │ 0s │ 0 │ online │ 0% │ 21.6mb │ pi │ enabled │ └─────┴──────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ Module ┌────┬───────────────────────────────────────┬────────────────────┬───────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ module │ version │ pid │ status │ ↺ │ cpu │ mem │ user │ ├────┼───────────────────────────────────────┼────────────────────┼───────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ pm2-logrotate │ 2.7.0 │ 1424 │ online │ 0 │ 4.2% │ 36.6mb │ pi │ └────┴───────────────────────────────────────┴────────────────────┴───────┴──────────┴──────┴──────────┴──────────┴──────────┘ pi@raspberrypi:~/nodePackMonitor-master $

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668728533, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CHC5Y4KPU2LACUHAGDR7BAZ5ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668758711, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CCAJJUXPI5PQOYAFSDR7BILNANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

Probe el dashboard en el invverter MPP PIP 5048MG de mi vecino y funciono. Ver foto. En el mio no leyo nada [Image]

Enviado desde mi Samsung Mobile de Claro Get Outlook for Androidhttps://aka.ms/ghei36

eoperez commented 4 years ago

No veo la foto.

Thanks,

— Edwin

On Aug 4, 2020, at 7:21 PM, frivera63 notifications@github.com wrote:

 Probe el dashboard en el invverter MPP PIP 5048MG de mi vecino y funciono. Ver foto. En el mio no leyo nada [Image]

Enviado desde mi Samsung Mobile de Claro Get Outlook for Androidhttps://aka.ms/ghei36 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

frivera63 commented 4 years ago

From: Edwin Perez notifications@github.com Sent: Tuesday, August 4, 2020 9:24 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

No veo la foto.

Thanks,

— Edwin

On Aug 4, 2020, at 7:21 PM, frivera63 notifications@github.com wrote:

 Probe el dashboard en el invverter MPP PIP 5048MG de mi vecino y funciono. Ver foto. En el mio no leyo nada [Image]

Enviado desde mi Samsung Mobile de Claro Get Outlook for Androidhttps://aka.ms/ghei36 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-668917430, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CB4TGGC2I5UITSB4VTR7CYFVANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

Buenos Dias. Instale el nodePackMonitor en una PC que le instale Linux Lite y funciono. Esta tarde lo probare en el inverter de mi vecino. El esta usando WatchPower en una PC conectada 24 horas.

Felix

eoperez commented 4 years ago

Saludos. Que bueno!

Tengo que hacer algunos ajustes y añadir unos features que quiero. Te comento que si ves algunos valores un poco altos es por algunos son calculados con VA power, cuando tenga un break los voy a cambiar para que use el active power.

frivera63 commented 4 years ago

Saludos. Son los valores que lee del inverter (del 5048MG). Los de mi inverter no los lee (LV5048). Yo estoy montando los boards(16) para monitorear los voltajes de las celdas. Recuerda que el board que yo tengo es diferente al de la foto que me enviastes (dos conectados). Te pregunto, Si se usa una PC que no tiene los pines de GPIO de la Pi no se pueden leer los valores de las celdas? Solo se verian los datos del inverter?

Gracias Felix


From: Edwin Perez notifications@github.com Sent: Wednesday, August 5, 2020 11:34 AM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

Saludos. Que bueno!

Tengo que hacer algunos ajustes y añadir unos features que quiero. Te comento que si ves algunos valores un poco altos es por algunos son calculados con VA power, cuando tenga un break los voy a cambiar para que use el active power.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-669263541, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CEQ72R3GMV55M7CWVLR7F3Y7ANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

Saludos. Ya tengo los 16 boards interconectados de comm-out --> comm-in. GND2 -> GND2 VOB2 -> VIA2 VDD2 -> VDD2

Me falta saber donde conectar cada board a cada celda. Si solo lleva un cable positivo. O un cable positivo y otro negativo. Y los cables que conectan a la Pi. Que usted me indico que eran del primer y ultimo board de la serie. Y extra seria la conexion del sensor de temperatura. Gracias Felix

eoperez commented 4 years ago

En la celda es solo el positivo y el negativo. Al conectarlo, el Attiny debe prender. En unos pocos segundos debe flash una sola vez. El primer board (comm in) debe estar conectado al PI usando los GPIO - TX, negativo y positivo (3.3v). El último board (comm out) se conecta al PI también - RX, al mismo negativo y positivo. Lo más probable que tengas que hacer un split al cable que se conecta al PI en positivo y negativo, en teoría por hay no pasa mucha corriente, solo se usa de referencia. Para el monitor de temperatura se conecta las esquinas que son positivo y negativo (que proviene de la celda) y el de señal. El attiny espera un TMP36: https://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf

frivera63 commented 4 years ago

OK. ... Voy a proceder. Pues he pensado que aunque no tenga comunicacion con los datos del mi inversor SI puedo monitorear los voltajes de las celdas. Dime si estoy en lo correcto? Gracias Felix


From: Edwin Perez notifications@github.com Sent: Thursday, August 6, 2020 12:28 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

En la celda es solo el positivo y el negativo. Al conectarlo, el Attiny debe prender. En unos pocos segundos debe flash una sola vez. El primer board (comm in) debe estar conectado al PI usando los GPIO - TX, negativo y positivo (3.3v). El último board (comm out) se conecta al PI también - RX, al mismo negativo y positivo. Lo más probable que tengas que hacer un split al cable que se conecta al PI en positivo y negativo, en teoría por hay no pasa mucha corriente, solo se usa de referencia. Para el monitor de temperatura se conecta las esquinas que son positivo y negativo (que proviene de la celda) y el de señal. El attiny espera un TMP36: https://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-670035282, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDGZBPWQVHHIBOJ7B3R7LK23ANCNFSM4PRYJLNA.

frivera63 commented 4 years ago

Pero en cual conector voy a conectar el positivo y negativo de la celda. Es donde dice POWER?


From: Felix Rivera felixerivera@hotmail.com Sent: Thursday, August 6, 2020 1:42 PM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

OK. ... Voy a proceder. Pues he pensado que aunque no tenga comunicacion con los datos del mi inversor SI puedo monitorear los voltajes de las celdas. Dime si estoy en lo correcto? Gracias Felix


From: Edwin Perez notifications@github.com Sent: Thursday, August 6, 2020 12:28 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

En la celda es solo el positivo y el negativo. Al conectarlo, el Attiny debe prender. En unos pocos segundos debe flash una sola vez. El primer board (comm in) debe estar conectado al PI usando los GPIO - TX, negativo y positivo (3.3v). El último board (comm out) se conecta al PI también - RX, al mismo negativo y positivo. Lo más probable que tengas que hacer un split al cable que se conecta al PI en positivo y negativo, en teoría por hay no pasa mucha corriente, solo se usa de referencia. Para el monitor de temperatura se conecta las esquinas que son positivo y negativo (que proviene de la celda) y el de señal. El attiny espera un TMP36: https://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-670035282, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDGZBPWQVHHIBOJ7B3R7LK23ANCNFSM4PRYJLNA.

eoperez commented 4 years ago

Si, al no ser el mismo board, te aconsejo que verifiques continuidad. El positivo debe dar continuidad el puerto de 5v del Attiny y el ground en el otro. Una equivocación y es posible que el attiny muera.

Thanks,

— Edwin

On Aug 6, 2020, at 1:48 PM, frivera63 notifications@github.com wrote:

 Pero en cual conector voy a conectar el positivo y negativo de la celda. Es donde dice POWER?


From: Felix Rivera felixerivera@hotmail.com Sent: Thursday, August 6, 2020 1:42 PM To: eoperez/packMonitor reply@reply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

OK. ... Voy a proceder. Pues he pensado que aunque no tenga comunicacion con los datos del mi inversor SI puedo monitorear los voltajes de las celdas. Dime si estoy en lo correcto? Gracias Felix


From: Edwin Perez notifications@github.com Sent: Thursday, August 6, 2020 12:28 PM To: eoperez/packMonitor packMonitor@noreply.github.com Cc: frivera63 felixerivera@hotmail.com; Author author@noreply.github.com Subject: Re: [eoperez/packMonitor] packmonitor (#1)

En la celda es solo el positivo y el negativo. Al conectarlo, el Attiny debe prender. En unos pocos segundos debe flash una sola vez. El primer board (comm in) debe estar conectado al PI usando los GPIO - TX, negativo y positivo (3.3v). El último board (comm out) se conecta al PI también - RX, al mismo negativo y positivo. Lo más probable que tengas que hacer un split al cable que se conecta al PI en positivo y negativo, en teoría por hay no pasa mucha corriente, solo se usa de referencia. Para el monitor de temperatura se conecta las esquinas que son positivo y negativo (que proviene de la celda) y el de señal. El attiny espera un TMP36: https://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eoperez/packMonitor/issues/1#issuecomment-670035282, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP6G4CDGZBPWQVHHIBOJ7B3R7LK23ANCNFSM4PRYJLNA. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.