sjenkins Posted February 25 Posted February 25 So the big item here is the documentation improvements both before and after @Michel Kohanim was so kind to spotlight my plugin. This is one of those few online communities I have come to enjoy because 'nice people' reside here. Not many of those on the internet these days. Additionally I prettied up the icons. Finally, due to "popular" demand (you know who you are @GTench I broke one of my starting precepts and added functionality for PowerView G2. Events are the main thing you lose here, only updates by polling. Additionally, tilt if it is a feature of your shades, comes through the Primary variable ; let me know if so. All I can say is I have not broken PowerView G3 functionality ; I give it a 1 in 10 chance that it works due to the fact I am writing code based on a non-oem api document, so I need good feedback & Logs. I also found out that PowerView G3 users need to make sure to set up their account and home in the PowerView app. Likely done during dealer installation. While this is a local api it needs that step to enable the gateways by adding a HomeDoc id to the gateway. I added a troubleshooting document accessible from the config file and the readme file on my GitHub to help to identify this. Thanks for those watching, it's been a bit of fun on my side. Stephen VERSION = '0.1.2' """ 0.1.2 DONE change icons to nicer ones DONE docs with screenshots & description for udi spotlight DONE add troubleshooting document DONE add some support for G2 gateways (no gateway push, only polling) add to future version: TODO bugfix & test 0.1.1 DONE tap into gateway events, which allows longPoll update to move from 30s to 60s DONE active scene indications from events DONE shade motion indicator from events DONE shade position update from start, stop, online events DONE remove parameters based on shade capability (primary, secondary, tilt) DONE update readme & config instructions to highlight G3 scope 0.1.0 DONE handle multiple gateways automatically, picking primary & switching if required DONE updated configuration instructions as well as link to the forums past versions: 0.0.9 DONE fix uom for positions(100) & ids(107) DONE more notices clean-up DONE shade naming to include room as scenes DONE remove status based on shade capability (primary, secondary, tilt) 0.0.8: DONE handling of notices individually DONE polling 5s short-poll 30s long-poll DONE status for programs (positions etc) 0.0.7: DONE faster status updates when command is given DONE bug fix DONE re-order of parameters displayed 0.0.6: DONE move shade by specific amounts DONE bug fix scenes not activating 0.0.5: DONE change shortpoll to 30s DONE update shades on shortpoll DONE clear start notice at shortpoll DONE clean up error proofing in get DONE fix updating variables with shortpoll DONE limit device ping to 5s 0.0.4: DONE discover when new gatewayip is entered DONE poll status regularly using shortpoll DONE update required after nodes added to get status DONE notice when gateway get error """
Recommended Posts