Bike Share Plugin - Updates

Posted on
Thu Feb 26, 2015 8:19 pm
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Bike Share Plugin - Updates

The Bike Share Plugin has been updated.

v0.1.1
- Better honors device start comm/stop comm.
- Updates plugin with support URLs.
- Code refinements.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Fri Jul 31, 2015 5:10 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

The Bike Share Plugin has been updated.

v0.1.2
- Fixes duplicate state label.
- Increases compliance with PEP8.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Wed Apr 06, 2016 8:12 pm
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

The Bike Share Plugin has been updated.

v0.1.3
- Adds two new states: "isRenting" and "Renting".
- Minimizes outreach to the sharing servers.
- Ensures that devices are not restarted unnecessarily.
- Implements setErrorStateOnServer() method.
- Implements error screens in config dialog.
- Further PEP8 refinements.
- Updates plugin to use Python 2.6 as default.
- Changes url for update checker to use https.
- Simplifies imports.
- UI Refinements.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Sun Dec 18, 2016 2:32 pm
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

The Bike Share Plugin has been updated.

v1.0.01
- Updates version number to full release and moves the project to GitHub.

Download the latest version from GitHub.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Mon Mar 06, 2017 8:52 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v1.0.02 of the Bikeshare plugin is now available.

  • Adds trigger to report when a station is not in service.
  • Add menu item to enable/disable all plugin devices.
  • Adds Indigo UI icon indicator control: (green = online, gray = offline/disabled/out of service, red = error/no comm)
  • Moves support URL to Github.
  • UI Refinements
Download the latest version here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Mon Aug 21, 2017 4:01 pm
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v1.0.03 of the Bikeshare plugin is now available.

  • Stylistic changes to Indigo Plugin Update Checker module.
  • Improved exception logging.
  • Code simplification.
  • Adds remote debugging capability.
  • Moves updater config to template.
You may ignore this update if the plugin is working well for you.

Download the latest version here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Thu Sep 07, 2017 5:59 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v1.0.04 of the Bikeshare plugin is now available.

  • Standardizes plugin menu item styles. Menu items with an ellipsis (...) denote that a dialog box will open. Menu items without an ellipsis denote that the plugin will take immediate action.
  • Fixed bug related to version control for "Check for Plugin Updates" menu action.
Download the latest version here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Sun Oct 22, 2017 7:24 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v1.0.05 of the Bikeshare plugin is now available.

  • Under-the-hood code refinements.
  • Adds note to documentation that the plugin requires Internet access in order to function.

This update does not add any new functionality to the plugin.

Download the latest version here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Mon Feb 05, 2018 7:21 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v1.0.07 of the Bikeshare plugin is now available.

  • Updates help link to wiki.
  • Updates plugin update checker to use curl to overcome outdated security of Apple's Python install.

Download the latest version here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Thu May 10, 2018 4:12 pm
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v1.1.01 of the Bikeshare plugin is now available.

Note: Indigo 7 is now required to use the plugin.

  • Updates to Indigo API 2.0.
  • Converts testStation device state from string to boolean True/False.
  • Refactors 'dataAge' and 'executionTime' device states:
    • 'dataAge' now keyed to the last time the bike dock station communicated with the bike sharing service.
    • 'executionTime' now keyed to the last time the Indigo plugin communicated with the bike sharing service.
  • Removes legacy device state 'renting'. Users should use the state 'isRenting'.

Download the latest version here.
View the plugin documentation here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Tue Jul 31, 2018 6:36 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v1.1.02 of the Bikeshare plugin is now available.

  • Fixes bug in plugin menu item to check for latest version.

Download the latest version here.
View the plugin documentation here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Mon Dec 31, 2018 10:22 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v1.1.03 of the Bikeshare plugin is now available.

  • Adds Write Data to File option to plugin menu.
  • Removes plugin update notifications.
  • Code refinements.

Download the latest version here.
View the plugin documentation here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Sun Oct 13, 2019 6:32 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v2.0.03 of the Bikeshare plugin is now available.

  • Adds business hours feature.
  • Complete rewrite of the plugin to use the standardized GBFS (General Bikeshare Feed Specification) data sharing specification.

This plugin update moves to the GBFS (General Bikeshare Feed Specification) standard. This allows the plugin to offer over 250 sharing systems worldwide (257 as of the time of this release). WARNING: This update is not backward compatible with prior releases of the plugin. It uses an entirely new data structure that does not support prior plugin devices.

Download the latest version here.
View the plugin documentation here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Wed Nov 04, 2020 8:26 am
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v2.0.06 of the Bikeshare plugin is now available.

Bug fixes and other enhancements.

v2.0.06
  • Better integrates DLFramework.

v2.0.05
  • Improvements to device configuration validation.
  • Code refinements.

v2.0.04
  • Removes all references to legacy version checking.

Download the latest version here.
View the plugin documentation here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Thu Nov 12, 2020 4:05 pm
DaveL17 offline
User avatar
Posts: 6744
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Bike Share Plugin - Updates

Version v2.0.08 of the Bikeshare plugin is now available.

v2.0.08
  • Fixes bug in readme.md file where logo did not display.
v2.0.07
  • Better addresses situations where bike service doesn't fully support the standard API.

Download the latest version here.
View the plugin documentation here.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Who is online

Users browsing this forum: No registered users and 1 guest

cron