Hello!
I want reinstalling emoncms and delete the phpfina, phpfiwa and phptimestore.
Also of course the emoncms folder and the emoncms database.
After reinstalling I create the user and ... the feeds and inputs are still there(!)
Did emoncms store this in another folder? Or cache?
Re: Where stored feeds and inputs?
Try running
sudo redis-cli FLUSHALL
after deletion to remove any data redis may be hanging on to.
Paul
Re: Where stored feeds and inputs?
Thank you .. .now they are gone.
But when I upload again the first time a bulk, I have 5 times the same key:
Node Key Name Process list Last updated Value
16 1 inactive 0.00
16 1 -57s ago 226
16 10 inactive 0.00
16 10 inactive 0.00
16 10 inactive 0.00
16 10 inactive 0.00
16 10 -57s ago 0.00
16 2 inactive 0.00
16 2 inactive 0.00
16 2 inactive 0.00
....
is this a 8.5 bug?
Re: Where stored feeds and inputs?
Where are you getting this output?
Where is the data coming from?
Does it continue adding inputs after the upload?
Does it work correctly if you only post 1 set of data at a time?
Are you using a proven method that previously worked ok?
Paul
Re: Where stored feeds and inputs?
Hi Paul,
my own server sending via JSON each 2-4 seconds a bulk upload.
I see this in the input site of the emoncms on the raspberry.
Just one of the multiple same inputs keys are updating ... the other seems not updating.
Example:
I have 5 times the node: 16, key: 2, name: Photovoltaik
Only one of this are updating again. I see it in the "last updated"
So I delete the other... sometimes I have to delete twice (at the first delete hew show me within 1 second again the input)
Then it works fine and never happen ... just when I reinstall a fresh system.