Releases: Einstein42/udi-polyglotv2
Releases · Einstein42/udi-polyglotv2
2.0.33 duplicate node bugfix
node duplication bug fix
2.0.31 multi-primary, custom certs
Version 2.0.31
- Added custom certificate ability, see README
- Fixed addnode bug where duplicates were possible
- Fixed removenode callback bug
- Multiple primaries can now be added (requires polyinterface 2.0.6+)
- Dynamic updates to drivers by allowing overwrite adds to nodes
2.0.30
Version 2.0.30
- Fixed spacing on NodeServer Store page
- Skip Auto-Detection of ISY if ISY_HOST is defined in .env
- Added prompt to update profile and reboot on NodeServer git update
- Cleaned up some frontend message parsing
2.0.29 Auto Upgrade
Moving forward we get easy automated upgrades! Yipee!
Version 2.0.29
- Fixed customParams deletion of last key from frontend
- Verified port override works in .env
- Added better connection handling to frontend
- Prominent disconnect notice from backend
- Better reconnection and recovery mechanism for Frontend
- Added shortPoll/longPoll configuration items
- Renamed Custom Params to Configuration to house all future frontend config options
- Added fix for mongoose and mogodb 3.6.0+ $pushAll deprecation
- Added OSX binary and instructions
- Cleaned up localStorage from frontend
- Fixed ISY HTTPS connection issues
- Fixed issue with NodeServer 10 not getting commands properly
- Added delete call from Polyglot to NodeServer to allow for cleanup if necessary
- Added Automated In-Place Upgrade process
- Moved to NodeJS 8 for binary packaging
Secure by default
2.0.27 Release. Read Changelog for details.
v2.0.24
This is fully functional. Added ISY auto-discovery. This is still considered Alpha software.
Initial Fully functional Alpha
Install Pre-Req
sudo apt-get update -qy
sudo apt-get install mongodb-server git python3-pip -qy
Get Polyglot Binary
mkdir polyglot
cd polyglot
wget https://github.com/Einstein42/udi-polyglotv2/releases/download/v2.0.18-alpha/polyglot-v2-linux-armv7.gz
gzip -d polyglot-v2-linux-armv7.gz
chmod 755 ./polyglot-v2-linux-armv7
./polyglot-v2-linux-armv7