hi all, so smarter people than i visit here a lot. And i’m struggling to find an answer to this scenario
short version,
do MQTT inputs get saved anywhere to not lose the input processors allocated to them, or do they need to be reset-up after every reboot?
LONG VERSION and Background.
I have in the last month purchased a P1P2MQTT monitor for my Hitachi reverse cycle ducted A/C . works great, does everything straight to Home assistant, but there are 76 MQTT topics that i want to graphically keep tabs on.
I’ve setup node-red, influx and Gafana. but i just cant get it to work easily ( most likely a me problem.
so lets input into Emoncms instead as i am familiar with this graph setup.
so ive setup with node-red to republish the data to the emon topic( complete with trigger to resend data every 10 seconds). this works a treat, all the inputs show up, even sorted it to forward the correct names of each input in the list of inputs.
i’ve allocated feeds to log each input and started to create graphs that show me what i want.
the problem is that when the server is shutdown for a full disk backup every night, the Inputs re-appear but the input processes prior to reboot are now not there and i have to manually go through the list to set the feeds again and hence make the graphs work.
the MQTT broker i use is om my Home assistant machine, the mqtt settings of Emoncms are set to use this broker. and it obviously is working as i see the data in emoncms, MQTT explorer etc
I have previously disabled Emonhub in my setup as all my data comes from my emonTX3’s via EmonESP.
also demand shaper is disabled as i have no use for that currently.
any help would be appreciated to avoid having to reset the damn feeds manually all the time