Monitor your solar pv system in Nodered

1/Effect

  1. The effect of IamMeter electricity meter photovoltaic system connected to Node-RED

    iammeter_node-red-solar-pv-system_daily

iammeter_node-red-solar-pv-system_monthly


 

2/How to realize IamMeter meter photovoltaic statistics in Node-RED

  1. Configuration To create a file store, the following configuration can be used (nedred settings.js).

    	//To create a file store
    	contextStorage: {
    	      store: { module: "localfilesystem"},
    	      default: { module: "memory" }
    	},

    more nodered docs

  2. yourIP:1880 -> Settings -> Palette -> Install -> node-red-dashboard

    image-20211108155042743

    image-20211108155129444

  3. import flows.json

    1.For IamMeter API ,Import this IamMeter_API_solar_flows.json to your Node-RED:

     https://github.com/lewei50/Solar-PV-Monitoring/blob/master/NodeRed/IamMeter_API_solar_flows.json

    2.For EMW3080T ,Import EMW3080T_solar_flows.json to your Node-RED:

     https://github.com/lewei50/Solar-PV-Monitoring/blob/master/NodeRed/EMW3080T_solar_flows.json

    3.

    image-20211108155945848

    image-20211108160105172

    image-20211108160531126

  4. first run please klick Start of the day and Start of the first.

    image-20211108160651704

  5. then open yourIP:1880/ui

    iammeter_node-red-solar-pv-system_daily

Thread Status
11
6021
4
0
0

Sort replies by:

Hi,

www.home-assistant.ioI have the 3 phase unit which I bought a few weeks ago... Its is all working brilliantly... thankyou

I have installed the node red in my Home Assistant instance running on my RPi4

I have configured the API node in your supplied flow and everything seems to be working... No errors in debug

But I can not find where the http page is on my HA instance!

your guide states: step 5

then open yourIP:1880/ui 

but which IP adresss do I use? I have tried HA main IP of 10.0.0.10,,, but nothing comes up except... Cannot GET /ui


Please help

1/EffectThe effect of IamMeter electricity meter photovoltaic system connected to Node-RED 2/How to realize IamMeter meter photovoltaic statistics in Node-REDConfiguration
To create a file store, the following configuration can be used (nedred settings.js). //To create a file store
contextStorage: {
      store: { module: "localfilesystem"},
      default: { module: "memory" }
},more nodered docsyourIP:1880 -> Settings -> Palette -> Install -> node-red-dashboardimport f

Thanks,

Node-red-dashboard is installed.

But I do not understand how to input the filestore code


Hi,www.home-assistant.ioI have the 3 phase unit which I bought a few weeks ago... Its is all working brilliantly... thankyouI have installed the node red in my Home Assistant instance running on my RPi4I have configured the API node in your supplied flow and everything seems to be working... No errors in debugBut I can not find where the http page is on my HA instance!your guide states: step 5then open yourIP:1880/ui but which IP adresss do I use? I have tried HA main IP of 10.0.0.10,,, but

If your nodered is installed in docker, you need to map the volume /docker/nodered:/data first If your nodered is installed through hassio, you can go to the hassio config mapping to find whether there is a nodered configuration directory


Hello
i implemented iammeter with node red on home assistant.
when i go to yourIP: 1880 / ui
he asks me for usarname and password but I don't understand which one he wants
I put those of node red but they don't work
you can help me
thank you

I am silly
the login is that of ha
but it gives me Cannot GET / ui

I think you should input the  basic auth information (user:admin, pwd:admin  ) here.


it is the same with the user/pwd when you log in to the local web page or when you call the local API(monitorjson)



I am silly
the login is that of ha
but it gives me Cannot GET / ui

Thanks for the reply I noticed the mistake I made. The login is the ones on the configuration of red waves on home assist, only that I had reversed username and password

I think you should input the  basic auth information (user:admin, pwd:admin  ) here.it is the same with the user/pwd when you log in to the local web page or when you call the local API(monitorjson)

hi
to me it worked with this, with home assistant
https: // ip_home_assistant: 1880 / endpoint / ui

Hi,www.home-assistant.ioI have the 3 phase unit which I bought a few weeks ago... Its is all working brilliantly... thankyouI have installed the node red in my Home Assistant instance running on my RPi4I have configured the API node in your supplied flow and everything seems to be working... No errors in debugBut I can not find where the http page is on my HA instance!your guide states: step 5then open yourIP:1880/ui but which IP adresss do I use? I have tried HA main IP of 10.0.0.10,,, but
Looks like you are new here. Register for free, learn and contribute.