Ben Aylott

Results 19 comments of Ben Aylott

The relevant API call is: https://api.octopus.energy/v1/products/{product_code}/electricity-tariffs/E-1R-AGILE-18-02-21-{gsp_id}/standard-unit-rates/ Where product_code for the Agile tariff is AGILE-18-02-21 (I dont think this will change but worth bearing in mind it is a parameter) and...

@aaronpkahn can i put a vote in for an API endpoint using current auth used to set this up?

The only modification I would suggest to this plan is using a raspbian based image (potentially with php5/apache already setup) for the emoncms container, just cause that rpi-alpine-scratch one is...

I now have working emoncms on the rpi3 on our Nobel Grid SMX SD image. It was almost drop in rpi replacements for the base images (with some version changes)....

The Dockerfile for the modified rpi-mysql is here: https://github.com/beaylott/emoncms-docker/tree/master/rpi-mysql I could also push my modified docker images to the public registry if that helps?

Ok that is certainly another possibility ... I would be quite interested in basing off of your image but both my project (an EU research project) and OEM already have...

So ... maybe multiple lines of attack in order of priority (for me anyway): - Continuing development of emoncms-docker (as per todo list in https://github.com/emoncms/emoncms-docker/issues/2). Particularly (for us at CC)...

I may be wrong (and @DieterReuter can help here) but I think by basing the images off of resin/rpi-raspbian:(wheezy/jessie) we get most of the work of Hypriot (at least on...

I have made a lot of progress on some of the above... I updated all the base images to jessie and got MQTT working. Required some small modifications to emoncms...