User Tools

Site Tools


current

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
current [2019/07/01 19:51] – 9.4.20 James Sentmancurrent [2019/09/03 15:13] James Sentman
Line 1: Line 1:
-=====XTension Version 9.4.20===== +=====XTension Version 9.4.23===== 
-Released: 7/1/2019\\+Released: 9/3/2019\\
 \\ \\
-Download: [[http://www.machomeautomation.com/files/xtension/xtension_1004.zip|XTension v9.4.20 (build 10047/1/2019]]\\ +Download: [[https://www.machomeautomation.com/files/xtension/xtension_9.4.23.zip|XTension v9.4.23 (build 10109/3/2019]]\\ 
-zipfile md5 = [[tech_notes:md5|99a806cd8033c20bbf10c45435441449]]\\+zipfile md5 = [[tech_notes:md5|7dec642f97cf2b479934e6a42b1c1ffe]]\\
 \\ \\
 +Download for Catalina: [[https://machomeautomation.com/files/xtension/xtension9.4.23.dmg|XTension 9.4.23 Notarized (build 1010) 9/3/2019]]\\
 +**NOTE!** not all plugins are included in the Catalina build. Please see the Catalina note below for more info.\\
 \\ \\
-**NOTE** as of version 9.4.13 the minimum system version has increased to 10.10\\ + 
-Before upgrading to OSX Mojave please read the [[tech_notes:mojave|Mojave Support Page]].\\+====Important Info==== 
 +**Minimum System Version** for this release is OSX 10.10\\
 \\ \\
-If you have already upgraded to Mojave and have any scripts that reference applications other than XTension you must run them after the upgrade. The OS cancels your previous permissions to control other apps when the version info changesIf you don’t run those scripts and OK the dialog that will appear then ay scripts you have that try to do this will not run. \\+**Mac OSX Mojave** has changed the requirements for scripting of other applications. You MUST force any script to run that contacts a different application when you upgrade and click “OK” when it asks for permission or your scripts will silently fail when they run later. See the [[tech_notes:mojave|Mojave Support Page]] for more info.\\ 
 +\\ 
 +**Mac OSX Catalina** As of this moment I do not recommend that anyone update to OSX Catalina since it is still in beta. I am supplying a Notarized dmg version of XTension that will run on Catalina. The regular zip file release and any previous release version will likely not run at all. Please see the [[tech_notes:catalina|Catalina Support Page]] for more info. Not all plugins are Catalina capable at this time.
 \\ \\
-====Change Log==== 
- 
-This version no longer includes the original Vera plugin but only the new Vera UI7 plugin. If you haven’t already upgraded to the new plugin when this version is loaded it will disable the original interface and write a message to the log asking you to convert. To switch to the new plugin edit your existing interface and change the device type popup to “Vera UI7”. The conversion dialog will popup and give you an opportunity to cancel the conversion before making a backup of your database and restarting the interface with the new plugin. 
- 
-  * NEW: The Raspberry Pi GPIO plugin now supports both Hardware and Software based serial ports. The hardware serial port handles the built in UART and any USB/Serial adaptors you have connected to the Pi. The Software serial will handle “bit banged” serial to any of the GPIO pins. You can create any number of these on the pi as you like. The serial data is brought out to a local TCP port on the XTension machine to which you can connect any network aware application or any other XTension plugin that can speak to a device over the network. This turns your pi into a multi-output Serial to ethernet/wifi adaptor with many possibilities. Note that if you need RS232 level output you must use either a proper level shifter or a USB/Serial adaptor. The Pi’s built in uart and gpio pins can only be attached to 3.3v and lower voltages or they WILL burn out. 
-  * Change: The Ramp Rate parameter to all the lamp control verbs is now treated as a floating point number and not an integer. This will let you properly send fractional second ramp rates to newer plugins that support that as the timing parameter rather than the older ones which used whatever value the low level device expected. As all the older plugins are updated they will ultimately all use the same value for ramp rate in seconds regardless of the underlying device. 
-  * Change: The writing of the log file cache no longer needs to block the main thread making the program more responsive during a background database save. This eliminates potentially several seconds of unresponsiveness during a regular database save. 
-  * Change: I’ve removed the option in the preferences for “Keep database updated” This just ate SSD drives too quickly without providing that much added value. I also removed the checkbox next to the “save database every” entry. You can no longer turn off regular saving of the database but you can set the interval to anything from 10 minutes or longer. 
-  * Added a checkbox to turn off the “High Sierra Fix” background app. This is only visible if you are running High sierra and disappears again once you update to Mojave. Some folks are still having the occasional problem with that causing the app to hang up. If you wish to keep running High Sierra and have that problem you can turn it off in the preferences. Make sure to set your screen to never go to sleep though or XTension, and anything else you’re running on the machine, will periodically hang up for minutes or hours at a time until you or someone wakes up the screen. 
-  * Fix: The “Alerts” window shows again. This was broken in a previous release and would just open empty. It will again show you lists of interfaces with errors, units with errors, units with low battery indications and interfaces that are disabled. You can find this window in the Windows menu. 
-  * Fix: The RadioRA Lutron plugin works again with the new UTF-8 plugin support. 
-  * Fix: X10 address matrix is no longer displayed when you click the “...” button next to the address field for the new W800 plugin. It previously displayed but showed no useful information and logged errors if you clicked on it. I will revisit the matrix display for such things in a future build. 
-  * Fix: The “last message date” property is getting set properly for the new W800 plugin. This lets you better check for units that are failing to check in regularly even if they never sent a low battery message. You can use the “insert custom column” menu item in the list windows to add a column to display the time the unit was last heard from even if the last activity has not updated. 
-  * New: Added “resync”, “pause” and “Resume” commands to the websocket plugin. See the included demo page for how to use those and what they are good for if you’re interested. 
-  * Fix: The new Hue plugin no longer sends constant updates to try to set an error condition in a battery operated remote device that is not responding. 
-  * Fix: The new Hue plugin will properly update the local status and error conditions of lamps when you control them from a separate Hue app. 
-  * Fix: The new Hue plugin’s “slow polling” option was reversed really being on when it should have been off. It will now load up correctly. If you have manually reversed the logic to make it work properly for you please undo that. 
-  * Fix: The new Hue plugin will no longer throw errors when controlling certain lamp types rather than actually controlling them. 
-  * Fixed several layout issues with plugin unit controls that did not line up properly on the edit unit dialog. 
-  * Change: In the Vera plugin I increased the timeout before it reports a device is offline. This should accommodate the slightly longer restart times that newer devices are seeing. You won’t receive an alert until the device has been offline for a few minutes longer than the normal restart time. 
-  * Fix: The JSON server would throw an error if the charset was added to the content-type header causing problems on certain iOS versions for Locative receptions as well as other things. The content type is now properly recognized regardless of additional information that might be included in the header line. 
-  * New: Added a contextual menu and a toolbar menu action to the Manage Global Scripts window to clear the error display for that script. 
-  * Fix: Fixed an issue when renaming a Global Script. If the new name was the same except changing the case of some letters it would previously think you had entered the same name and change nothing. You can now make capitalization changes to a Global Script name. 
-  * Several small improvements to the database save and load times. Also less disk access during the first database save after loading since all scripts are no longer being marked as dirty during the init process. Nothing you’ll probably notice, but I have also found several of the other bottlenecks that I’ll be addressing in future builds. 
-  * New: Internally the sharing mechanism for plugins now supports sharing Views as well as all other data types necessary for displaying graphs and video streams on remote receivers. There is nothing available to connect this to, but the development internally is continuing apace and fun stuff will appear before long. 
  
 +====9.4.23 Change Log====
 +  * NEW: added the “force http1” parameter to the [[dictionary:more:loadurl|Load Url]] command. The default is HTTP 1.1 which does a lot of more complex communication liked chunked transfer and specific encodings that simpler IOT or older devices may not be able to handle properly. If you have problems talking to such a device you can now force the Load URL command to use http 1.0 and not do any of those things.
 +  * Added a “hidden” debugging command to the plugin interface. The 'tell xUnit “name” to logDebugData()’ has been implemented forever for units. It is now implemented for plugin interfaces as well so you can do a ’tell xInterface “name” to logDebugData()’ to get log output of all its current low level configuration data. Neither of these is any use to anyone in the normal course of events but I may ask you to run those commands to gather more info for me in the event of a problem.
 +  * Change to the Vera plugin to check for very small responses from the Vera. There seems to be a state the Vera can get into where it returns something that might be valid, but contains no data. This may catch that situation and get the communications going again. Or the problem may have nothing to do with this. It’s so far been impossible for me to reproduce so I haven’t been able to gather any more info on this yet.
 +  * FIX: The new [[supported_hardware:arduino|Arduino]] plugin was incomplete in the last release and accepted only incoming unit updates but could not send changes from XTension to the remote device. This is fixed and the plugin will provide two way updates just like the original version did.
 +  * FIX: The new Arduino plugin would choke on receiving a float rather than an integer from the remote device. This is fixed and floats now behave the same way that the old plugin did.
 +  * FIX: A fix for the plugin API itself. Manually entered unit addresses that contained non-numeric characters might not have matched commands destined for them as the addresses were not being reliably forced to all uppercase before indexing. This now works normally.
 +  * FIX: Fixed a regression during this alpha/beta cycle that could have caused an error to be logged when creating a new Global script. Global Scripts now can be created normally.
 +  * FIX: The new alpha RFX plugin now scans all the units assigned to it at startup and fixes any addressing problems. This will fix the problem some people (and also myself) were seeing with some converted units not receiving the commands that were actually destined for them. This plugin is working well for me here and some beta testers but if you are on the fence about wanting to make the switch right now there is no need to do so unless you plan on updating to Catalina in the short term. The original RFX plugin will not be updated for Catalina.
 +  * FIX: Fixed a regression in the last version that would have kept you from adding new Scheduled Events on a new empty database. You can now create events normally.
 +  * FIX: In the last few versions the database backup window that comes up at startup when you update to a new version would open behind the load progress window. Now the load progress window is hidden during the database backup so that you can read the backup messages and see that progress separately.
 +  * FIX: In the Mobile Web Remote plugin when adding a new Global Script button the global scripts in the popup menu are now always presented in correct alphabetical order making it a lot easier to find things for setting up the interface.
 +  * FIX: In the Mobile Web Remote plugin when selecting a Unit for any interface element the popup list of units is now properly in alphabetical order. This wasn’t broken quite as badly as the selection of Global Scripts. The units were listed in order but with units that started in lower case sorted together but shown after those that started with an upper case letter. 
 +  * FIX: If you still have an older Vera plugin and are seeing the “Please update to the new plugin” message in the interface window that message will now properly clear itself when you actually do update to the new plugin. Previously it could stick even after you did the update.
  
  
 + 
 =====Previous Releases===== =====Previous Releases=====
 {{indexmenu>:current#2|js#doku}} {{indexmenu>:current#2|js#doku}}
current.txt · Last modified: 2024/02/05 17:53 by James Sentman