Egyras / HeishaMon

Panasonic Aquarea air-water H, J, K and L series protocol decrypt
234 stars 118 forks source link

Cannot import Json in Node Red #264

Closed MikeyMan83 closed 1 month ago

MikeyMan83 commented 2 years ago

Hi!

Trying to import the json into NodeRed on my Pi for Domoticz, i get the following error: image

I have installed influxdb as per the readme as well. Any thoughts?

IgorYbema commented 2 years ago

You need to install the influx components into nodered also

MikeyMan83 commented 2 years ago

I did, although readme says its optional:

Prerequisite:

Domoticz with mqtt setup
node-red with mosquitto (optionally with https://flows.nodered.org/node/node-red-contrib-influxdb installed)
Working PCB with Heishamon firmware installed

Followed the link and executed the following command: sudo npm install node-red-contrib-influxdb

result is: image

also added panasonic db:

image

IgorYbema commented 2 years ago

Do you see the influx components in the left menu bar in nodered? Maybe they changed name a bit with newer versions

MikeyMan83 commented 2 years ago

i see these:

image

IgorYbema commented 2 years ago

Not sure what is wrong. Think something with new version. Can you check in nodered forums?

MikeyMan83 commented 2 years ago

Not sure what is wrong. Think something with new version. Can you check in nodered

Really dont know what to ask for, havent found any examples of this specific error tbh

MikeyMan83 commented 2 years ago

Did get this fixed through help on nodered forum.

Something was wrong with the install. Reinstalled without sudo.

now getting another error though... image

Got the feeling someting is still not in order.

image

IgorYbema commented 2 years ago

This flow is really old. Needs some updates but I don't remember who created it :)

MikeyMan83 commented 2 years ago

Oh ok... that doesn't help...

Its an issue with the json it seems, although similar flows give the same error:

image

MikeyMan83 commented 2 years ago

@IgorYbema any way you could have a look maybe? I'm not good with code :(