Hello, Just noticed the Emoncms Agile app isn’t reflecting the true price of Agile. It’s capped at 35 pence rather than higher. This is on a self hosted Docker install.

Hello @myozone sounds like you need to select one of the other Agile tariff variants?

Thanks Trystan, I think I’m on an older version (I assumed Docker Watchtower would update it)

Dave

2024-09-24 19_10_36-Emoncms - app view

I’m on versions: Components
Emoncms Core v11.2.9 | App v2.6.8 | Dashboard v2.3.3 | Device v2.2.2 | Graph v2.2.3

And appears not to have been updated in a while, maybe an update could be pushed out?. The db was updated though :thinking:

@glyn.hudson Could the Docker hub be updated please ?

Hello @myozone would you be able to try @alexandrecuer docker container https://hub.docker.com/repository/docker/alexjunk/emoncms/

We really need to discontinue ours and switch over to Alex’s as the main one…

Hi Trystan, I hadn’t realised the Alex’s version was now the the go-to. Is there an easy way to import everything from the old version ?

Im not sure, perhaps the sync module could be used which is available on @alexandrecuer latest version? How are you posting data to the current docker container?

I’m using Node-red using the Emoncms node. I think probably it’s a manual job with new data.

Are you using the HTTP or MQTT api?

HTTP via an MQTT source (ESP32 counting flashes)

1 Like

if you can copy over the mysql database and /var/opt/emoncms data files that should also work…

That worked, well until I messed it up somehow :roll_eyes:
Probably fumbled copy and paste to the wrong location - oh well good to start fresh with a new version. I still have the original version and may have another go when I get the time.

Thanks anyway.

Actually, the docker container expects a /data folder at the root of the host machine with an emoncms folder inside :


.