Button +
Control Button + panels (https://button.plus/)
See also Button+: a new display/switch device
To Setup the app
-
Install the app from https://homey.app/en-gb/app/com.ady.button_plus/Button-+.
-
Open the Button + App settings / Configuration page in Homey.
-
Make sure the Allow update of Button+ configuration is ticked.
There are two types of configurations, button bar and Display, and each currently has 20 slots.
The button bar configurations are shown when the first drop list shows button bar Configurations and the Display configurations are shown by changing the drop list to Display Configurations.
Setting up button bar Configurations
-
Select button bar Configurations from the first drop list.
-
Select a configuration number to edit (we can assign any of the configurations to Button+ Panels later).
-
Under Left button bar are the options for the button on the left side of the Button+ button bar.
-
Select a Homey device that you want to control from the drop list (The panels only support Boolean capabilities that can turn on and off, etc)
-
Select a capability from the drop list.
-
Enter a Top Label (optional). This is displayed in green on the buttons display.
-
Enter a Label for the On state. This is shown in white and a bigger font on the buttons display, just below the Top Text when the capability is switched on.
-
Enter a Label for the Off stats. This is shown in white and a bigger font on the buttons display, just below the Top Text when the capability is switched off.
-
Repeat the steps for the Right button bar.
-
Click on the Save Configurations button. Still to do is add a prompt if you forget to save and close the window.
Setting up Display Configurations
-
Select Display Configurations from the first drop list.
-
Select a configuration number to edit (we can assign any of the configurations to Button+ Display later).
-
Click on New Display Item.
-
Select a Device
-
Select a Capability.
-
Edit the Label if required.
-
Edit the Units if required. (this is only text and does not change the values that are sent to the display).
-
Enter the X and Y positions. These are a percentage of the display width / height.
-
Enter a width. Again this is a percentage of the display width.
-
Enter a Rounding value. 0 = whole numbers (integer), 1 is 1 decimal place, etc.
-
Select a Font Size from the list.
-
Specify the Alignment of the value.
-
Add more display items as required.
-
Click on Save Configurations.
Adding a device to Homey
-
Select the New Device option in Homey.
-
Select the Button+ app.
-
Select Button Panel.
-
Click on Connect.
-
Any Button + panels that have been detected on the network will be displayed. If your panel is not found then you can select the Manual Connection and enter the IP address of the panel.
-
You should then see the virtual device listed, so select it and continue. (The app currently uses the Name found under the General settings to identify the button bar).
-
The device will be added to Homey.
Using the Homey device
-
Open the device in Homey.
-
Open the second tab to view a list of configurations for the display and each connector.
-
Select the Display or a Connector number from the top drop list.
-
Select a Configuration number to apply to the Display / button bar connector.
-
The configuration is uploaded to the panel.
-
You should now see the information you selected in the configuration displayed on the button displays.
-
You can press the button displays to toggle the capability in Homey.
MQTT
The app has a built n MQTT broker, so no setup will be required. However, you can add other MQTT brokers in the App Settings page and select those in the button and display settings.
Version Log
0.0.1
- First beta release
0.0.2
- Fixed Display item MQTT (GH issue #1) and App button only showing capability (GH issue #3)
0.0.3
- Display Dim as % (GH issue #5).
- Fix broker reset to Homey when a new item added (GH issue #8).
- Sort devices alphabetically (GH issue #9).
- Fix missing devices from Display list (GH issue #10)
0.0.4
- Only show brokers that are enabled (GH issue #11).
- Fix Label and Unit lost after saving (GH issue #13)
0.0.5
- Added Panel Temperature to device.
- Added display buttons to the device.
- Removed Button Only option from the Display Configuration.
- Implemented Long Press (requires Button Panel firmware 0.822 or later)
0.0.6
- Added Date & Time to the panel so they can be displayed (GH issue 2).
- Added option to display Homey Variables (GH issue #7).
- Fixed: Font Size not being restored on Display Configuration settings.
- Fixed: Display configurations not being downloaded when changed from the panel device.
0.0.7
- Added Dutch translations. Added Settings section to drop list.
0.1.0
- Reworked capability names which will break existing panel settings, so you will need to reassign configurations to panels.
0.1.1
- Updated Dutch translation.
0.1.2
- Minor updates from review feedback."
0.2.0
- Removed simulator option and optimised networking. Added brightness capabilities for the large and mini displays and the LEDâs. Added device settings to invert the mini displays. Added device setting for the IP address."
0.2.1
- Updated driver images and readme.
0.2.2
- Fix small spelling error in Flow trigger card.
0.2.3
- Added Set Top Label action cards.
0.2.4
- Fix crash on invalid connector number. Fix flow trigger for buttons with no device associated.
0.2.5
- Fix right side button configuration not working.
0.2.6
- Fix on/off text update when the associated device capability changes.
- Added a diagnostics log option to the app settings.
0.2.7
- Added Dutch translation for diagnostics log.
0.2.8
- Catch error if invalid MQTT URL specified.
- Added expanding sections in the settings pages
0.2.9
- The device lists in the configuration sections now now sorted by and show the zone name.
- Fix issues when display is on connector 0.
- Fix display button events not being sent.
- Fix for multiple Button + units.
0.2.10
- Removed obsolete Invert option.
- Optimised the code to send less MQTT messages.
- Added auto repeat on long press for the Dim capability.
0.2.11
- Added button support for Open/Idle/Close capability.
- Split configuration upload into smaller chunks to avoid timeouts.
- Removed alignment option from the display configuration as it has been removed from the hardware.
- Fixed missing manual option when no devices found.
- Added open web view to settings page.
0.2.12
- Fixes for using an external broker, including adding an option to specify a default broker.
- Setup a rule to make buttons non-latching if no âOnâ label is specified.
0.2.13
- Check for valid configuration so it doesnât have to catch errors.
- Added copy/paste and Import/Export configurations options #66.
- Added options to configure data and time format #68.
- Added configuration button changed flow trigger #69.
- Fixed status on button on connector # changed trigger #71"
0.2.14
- No longer set Label to the device name #73.
- Fix button update when capability changes #75.
- Fix top label not being updated #77.
- Added maintenance button to re-apply configurations to the panel #76.
0.2.15
- Added setting for date and time language code.
- Added a setting to show the Day of the week.
- Added Variable option to Button Configuration so a Boolean variable can be used to control the button state (Variables are read-only for an apps so a flow is required to toggle the state).
0.3.0
- Added Variable option back into Display configurations.
- Made connector numbers consistently 1 to 4, as some places it was 0 to 3 and others 1 to 4, which might break some Flows.
0.3.1
- Tidy up MQTT topics so everything is under the Homey root topic.
- Republish MQTT topics when a configuration is uploaded to ensure new values are up to date.
0.3.2
- Fix a couple of typing error.
** 0.3.3**
- Added âSet button label textâ action Flow card.
- Added temperature offset setting to adjust the button + temperature value.
- Fix a Flow condition label typo.
- More Dutch translations.
- Fix an issue where the temperature reports could get into a loop and cause a flood of MQTT messages.
- Added on/off status token to configuration button changed trigger.
- Added a timeout and queue system to configuration transfer.
0.3.4
- Fix wrong left / right issues for Variable configuration.
0.3.5
- Fixed Right-Side Variable issue.
- Fixed Broker Configuration issue when enabling and disabling brokers.
- Display button are now non-latching.
- Fixed double Flow trigger for buttons that use Variables.
0.3.6
- Added âSet ⌠configuration # toâ⌠Flow card.
- Renamed Text to Label and Label to Top label on Flow cards to be consistent with Button plus terms.
3.0.7
- Fix button on / off actions cards issue when configured for App Only Button.
3.0.8
- Fix Button + Temperature update on display.
3.0.9
- Fix to work with firmware version 1.08
3.0.10
- Update 2 to work with V1.08 firmware.
- Added advanced setting to device to control the status bar display.
3.0.11
- Added new Condition Flow cards.
- Removed extra curly brackets from capability names in Configuration page.
- Added check for no return data from panel.
0.3.12
- Updated to use homey-api instead of athom-api and a general clean up to reduce memory usage.
- Prevent duplicate capability listener registration.
0.3.13
- Fixed missing variables from Display Configuration elements.
0.3.14
- Added tips for item parameters in the Display Configuration.
- Add step option to Temperature Calibration in Advanced settings.
0.3.15
- Added Display dim Flow action card.
- Force time to use a : instead of a . so the Button + doesnât treat it as a number.
0.3.16
- Fix Right Button text changes to Left Button text when Top Label first changed #93.
- Fix mDNS discovery issue. Optimise complete configuration upload.
0.3.17
- Added Flow action cards to change the LED colour.
- Add optional Configuration Name to to both Button and Display Configurations to help identify them (not in the device lists though).
- Reduce the size of some of the MQTT messages.
0.4.0
- Added support for pages to Display Configuration (requires firmware version 1.1 or later).
- Optimized the MQTT messages to reduce configuration uploads when they are switched in the app.
- Optimized transfers to exclude unchanged configurations.
0.4.1
- Fix Select Display Page Flow action card.
- Fix issue with button configurations not being applied correctly."
0.4.2
- Return of Switch configuration by number Flow actions so they can be controlled with a variable.
- Fix Flow action to change a connector top label
0.4.3
- Fix Flow trigger for Display Button trigger.
0.4.4
- Fix Capability change notification.
- Update Dutch translations.
0.4.5
- Fix lost capabilities after hitting Save after modifying a parameter that causes a sort.
0.4.6
- Fixed Flow âSet Left/Right LED colour on connector N to colourâ action card which was duplicating the configuration counterpart.
- Fixed issue with Button changed trigger firing twice when another capability is assigned to the button.
0.4.7
- Improve error checking and set warning if the app fails to send a configuration to the panel.
0.4.8
- Fix detection of added / removed devices / zones.
0.4.9
- Allow 0 in Display Brightness Flow card.
0.4.10
- Added Flow action card to re-apply all configurations to a device.
- Fix LED colour when switching button configurations.
0.4.11
- Fix issue when settings a button configuration from a Flow card.
0.4.12"
- Added brightness support when used with firmware version 1.12.
0.5.0
- Use new events for LED on / off so configuration writes are no longer needed to swap button configurations (requires firmware 1.12).
- Added new LED Off colour options.
0.5.1
- Added option to enable / disable long press auto-repeat to each button configuration.
0.5.2
- Added repeat count token to Long Press Flow trigger.
- Increased number of Button Configurations to 40.
0.5.3
- Fixed Firmware Update command for new firmware versions.
0.5.4
- Fix Apply Configurations function.
0.5.5
- Fix regression to MQTT payload in last update.
0.5.6
- Added display configuration option to switch off the underline on display items.
0.5.7
- Added custom MQTT topics to display configuration.
- Added LED to the set dim level action card and made all parameter optional.
0.5.8
- Fixed windowcoverings_state handling for buttons and added a stop feature when the button pressed for the second time.
- Fixe date & time not updating on the display.
- Improve handling of a bad configuration that is read back from the display.
0.5.9
- Change cpu_warn handling as Homey 2023 only gives 5 warning and not 20 that older Homeys gave.
#numbers refer to GitHub issues
All feedback welcome.