-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugins adding #38
Comments
Hi @sijones what's the repository for the MQTT extension? |
Tried adding the demandshaper plugin. See #39 But it's not showing up in the menu :/ I went with version |
MQTT Script is already there in the scripts folder, there is some perquisites to make it work, probably best reading the instructions here https://github.com/emoncms/emoncms/blob/master/docs/RaspberryPi/MQTT.md Demandshaper won't show unless you've got an OpenEVSE charger so once MQTT is working and demandshaper is in, it should appear, but demand shaper usually clones to /opt/openenergymonitor/Modules/DemandShaper, and then the front end is sym linked in to the Modules folder of emoncms. If i could make containers I'd help! |
MQTT service is already available as a container on HA, so could do the same as MariaDB and set itself up to use it. |
@inverse if you look at this repo it has the install of emoncms and all modules scripted already, maybe you can copy this and make it work for the container? https://github.com/openenergymonitor/EmonScripts/blob/master/install/readme.md |
Thanks for providing all the information required. It sounds like the MQTT settings will need to be exposed through configuration along with installing the required dependencies for the container to communicate. |
Struggling to get the pecl extension installed on alpine
|
Hi @inverse , "@roy13 you mean within the addon itself. I mean technically you could. but the process wouldn't be nice. You would need to ssh into you HA host, then shell in via docker exec to the addon, then modify the image to your needs. The problem here is that these changes would most likely be lost between upgrades of the addon release." Thanks @inverse, your right it's a bit tricky but working. Is there a way you could use volumes (or symbolic links) to make the accesible share file outside the docker eg. /share/phpfina & /share/emoncms that way they could be modified, updated & backed up easily? Happy to supply a list of the most needed folders. Or someone even more experienced could @TrystanLea or @glyn hudson etc etc |
Maybe try @glynhudson? |
To everyone who is trying to migrate from an existing system to this addon, the following may help. Managed to move feed data from existing Emoncms into the docker Also found the phpMyAdmin pluging is very usefull to mygrate your existing Emoncms sql data (feed id's, input processes etc) to this pluging using import tab from phpMyAdmin interface. Create a backup first using mysqldump command. |
Sorry I neglected this project for a bit. I've merged a few minor things but not released yet. Namely improved the DX flow which should make it easier for others to contribute. There is a |
Is there any chance you will add the plugins to this, there is a few that would be helpful, for me MQTT and Demandshaper are required for me to be able to use it.
The text was updated successfully, but these errors were encountered: