Author Topic: Additional Icons for the gateway  (Read 2139 times)

MikesTechBlog

  • NewMember
  • *
  • Posts: 21
    • Mike's Tech Blog
Additional Icons for the gateway
« on: May 17, 2016, 01:28:37 PM »
A few months ago, I finally upgraded to Felix's version 8 gateway. In doing so, I commissioned my daughter, and the Lead graphics designer of Flymake: http://www.flymake.com. to create additional icons that go along with the devices that I am using the Moteinos for.

Here is a link to the additional icons - feel free to use them as you like.

https://drive.google.com/open?id=0B8J5EZSWdiZtOWs3NVJZdWVpazQ

There is also a zip file with all of them as well.

To implement them, just copy them to the /home/pi/gateway/www/images directory.

Then edit the metrics.js file. Here is an example:

SolarPanel: {
label : 'Solar Panel',
icon : 'icon_solarpanel.png',
},

Then just restart the gateway  with a "pkill node"

Go to the node you want the Icon for, and in the "Type" drop down you will see the new icons. Select and go!
My Tech Blog:

Mike's Tech Blog

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: Additional Icons for the gateway
« Reply #1 on: May 17, 2016, 01:48:48 PM »
Thanks Mike!
BTW I published these icons in the main repo under 3rdparty images.
FWIW The gateway now includes a feature to reset the app (to exit it, and consequently restart it) from the settings page (the power button).

syrinxtech

  • Sr. Member
  • ****
  • Posts: 347
  • Country: us
    • Syrinx Technologies
Re: Additional Icons for the gateway
« Reply #2 on: May 18, 2016, 07:27:43 AM »
Thanks Mike.

HeneryH

  • Full Member
  • ***
  • Posts: 229
Re: Additional Icons for the gateway
« Reply #3 on: October 01, 2017, 09:04:27 PM »
Felix, would it be possible for you to post the default icon in the format of the graphic tool that you used to edit it in?  I'd like to create a new icon that is in the same styling as the ones already there.  If you created them in a common tool, it would be great if I could get the default icon then edit it in the tool and save-as png.

Thanks for considering.

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: Additional Icons for the gateway
« Reply #4 on: October 01, 2017, 10:21:24 PM »
@HeneryH,
Actually I did - you can find it in this repo, the icons_template.cdr file, done in corel draw X5.

HeneryH

  • Full Member
  • ***
  • Posts: 229
Re: Additional Icons for the gateway
« Reply #5 on: October 02, 2017, 09:18:04 AM »
@HeneryH,
Actually I did - you can find it in this repo, the icons_template.cdr file, done in corel draw X5.
Thank you!