196 Commits

Author SHA1 Message Date
aderusha
c8136f17af Add platformio.ini 2021-07-06 09:58:44 -04:00
aderusha
c951dda7f7 Re-order inputs on alarm to fix display issues on pull-down 2021-07-06 09:37:21 -04:00
aderusha
6b9433f8ca Add Apply Theme blueprint 2021-07-06 09:27:08 -04:00
aderusha
2d5a5dcc63 Add color support to Display Text blueprint 2021-07-05 18:53:39 -04:00
aderusha
fee66e39e7 Update alarm blueprint to allow multiple arm services 2021-07-05 16:21:43 -04:00
aderusha
38b8615492 Align button disabled events with project 2021-06-27 10:31:54 -04:00
aderusha
8052c8c6e2 Clear unused string var 2021-06-27 09:22:54 -04:00
aderusha
ddda3c78b3 Increment version 2021-06-27 09:22:30 -04:00
Allen Derusha
89a8c5143c
Merge pull request #112 from jjfalling/handle_off_backlight
Add option to drop touch events when backlight is off
2021-06-27 09:20:26 -04:00
Jeremy Falling
017ac384e8
Merge branch 'handle_off_backlight' of github.com:jjfalling/HASPone into handle_off_backlight 2021-06-24 14:24:31 +02:00
Jeremy Falling
940b392bee
Correct comment 2021-06-24 14:23:33 +02:00
Jeremy Falling
f18ae8287a
Merge branch 'HASwitchPlate:main' into handle_off_backlight 2021-06-24 12:11:51 +00:00
Jeremy Falling
cafd92b94a
Add option to drop touch events when backlight is off
This adds functionality to optionally drop touch events when the
backlight is off and send an mqtt message. This allows for a child lock
mode or the backlight to turn off on a schedule but turn back on when
the user touches the screen without it sending an event until the
backlight is on again.
2021-06-24 12:42:01 +02:00
Allen Derusha
732df5dd9f
Merge pull request #111 from SittingDuc/pr2
Candidate fix for issue 106 and Heatpump page 6
2021-06-23 07:51:44 -04:00
SittingDuc
f092966202 Candidate fix for issue 106 and Heatpump page 6
Remove hp_is_off and toggle_hp_state from page6 entirely
Remove hp_is_off and toggle_hp_state from page9 triggers

Should remove the warnings that were tripping the upstream issue 106:
https://github.com/HASwitchPlate/HASPone/issues/106
2021-06-23 20:59:07 +12:00
aderusha
11a792ddf6 Allow setting 0 brightness to turn off backlight 2021-06-22 10:31:06 -04:00
Allen Derusha
2098a87c3b
Merge pull request #94 from HASwitchPlate/dev-1.02
1.02 release
2021-05-03 16:17:20 -04:00
aderusha
49fd111a2d Add HASPone firmware versions to lovelace panel 2021-05-03 08:10:04 -04:00
aderusha
51aa7d1dfe unscrewup git screwup 2021-05-02 19:05:35 -04:00
aderusha
d4d6a70cdd 1.02 update 2021-05-02 18:54:48 -04:00
aderusha
33c8e87d21 1.02 dev release 2021-05-02 18:45:05 -04:00
aderusha
9f97699005 HASPone v1.02 2021-05-02 18:38:08 -04:00
aderusha
7ab5075d13 Add youtube screenshot 2021-04-25 12:31:18 -04:00
aderusha
bda5474deb Send page button color config on RUN ACTIONS 2021-04-25 09:17:23 -04:00
aderusha
d0bd05f919 Add video link 2021-04-23 15:08:30 -04:00
aderusha
f9670f06ad Add link to Tindie 2021-04-20 14:45:36 -04:00
aderusha
6be0c99275 add FUNDING.yml 2021-04-20 14:44:27 -04:00
aderusha
2c446cd9f9 Fix breaking changes in 2021.04 2021-04-10 12:17:40 -04:00
aderusha
2ee34cb5d3 Fix the latest round of breaking changes in 2021.04 2021-04-10 11:33:38 -04:00
Allen Derusha
eca15976c7
Remove unused var commandtopic 2021-04-08 15:36:14 -04:00
aderusha
3305a376c8 Fix broke {{ break }} 2021-04-08 14:58:38 -04:00
aderusha
84467568e7 Test binary w/ ESP8266 Arduino 3.0pre 2021-04-02 15:40:23 -04:00
aderusha
a1ca2c244b 1.01 release 2021-04-01 12:22:13 -04:00
aderusha
a1d60fd9b7 Increment version 2021-04-01 08:33:05 -04:00
Allen Derusha
9b320d09b5
Merge pull request #65 from HASwitchPlate/dev-1.01
# HASPone v1.01

## New features

* Add reboot on touch while waiting for WiFi or MQTT connect

## Bug fixes

* Remove MQTT and telnet loop process while handling Nextion ACKs
* Prevent writes to EEPROM on WiFi init
2021-04-01 08:07:07 -04:00
Allen Derusha
e79a3e5195
Merge pull request #63 from EmanueleGuidetti/patch-2
Update hasp_Display_Heatpump_Control_page6.yaml
2021-03-29 12:50:56 -04:00
Emanuele Guidetti
023570a2e3
Update hasp_Display_Heatpump_Control_page6.yaml
Change "Target Down was Pressed" condition from "p[6].b[5]" to "p[6].b[8]" as the icons
2021-03-29 11:47:54 +02:00
Allen Derusha
4154d05b05
Merge pull request #52 from jpelzer/main
Added single-gang-large switchplate stl
2021-03-22 15:31:59 -04:00
Allen Derusha
f9e3b9cb25
Merge pull request #50 from SittingDuc/pr1
Added Blueprints
2021-03-22 15:31:25 -04:00
Jason Pelzer
597ef090fd
Added single-gang-large switchplate stl
Larger single-gange switchplate (1/2" larger in both dimensions)
2021-03-20 11:29:20 -04:00
aderusha
0e198caeca Add reboot on page 0 2021-03-19 07:41:20 -04:00
Allen Derusha
82dfa39aec
Merge pull request #49 from jpelzer/patch-1
> Removed web page race condition in nextionHandleInput

Looks good!
2021-03-19 07:21:07 -04:00
sitting.duc@gmail.com
489694da26 Icon-only version of Temperature Display
Forked the temperature-with-colour-icon blueprint, which
has a right-aligned text description of the temperature and a
super-magic overstrike icon left-aligned of a thermometer.

Removed the text field entirely, so we get an optionally coloured
thermometer that changes height with the temperature, but centred
Suitable for use on small buttons to convey at a glance approximately
what the mercury is doing
(does anyone still make thermometers out of mercury?)
2021-03-19 22:55:19 +13:00
sitting.duc@gmail.com
4bf734994a add missing colour change triggers 2021-03-19 22:55:19 +13:00
sitting.duc@gmail.com
02ef8dc973 Icon-only version of the Weather Condition
Forked the weather-condition-with-icon blueprint, which
has a right-aligned text description of the weather and a super-magic
overstrike icon left-aligned of the weather condition.

Removed the text field entirely, so we get the same icons for the
same conditions, but centred.
Suitable for use on small buttons to convey at a glance approximately
what the weather is doing
2021-03-19 22:55:19 +13:00
sitting.duc@gmail.com
6553605b12 a new theme, a dark blue background with white/light text 2021-03-19 22:55:19 +13:00
sitting.duc@gmail.com
7d3dd85dd6 Remove source_url 2021-03-19 22:55:19 +13:00
sitting.duc@gmail.com
a7e6f710f4 adapt page9 Heatpump controls to page6 2021-03-19 22:55:19 +13:00
sitting.duc@gmail.com
9627d3f60a control a climate.heatpump on page9 with teeny buttons 2021-03-19 22:55:19 +13:00
SittingDuc
fd621a9b53 Automation to dim the screen after idle timeout
Cribbed from the change-page-on-idle automation, this one alters the
screen brightness (using MQTT, not the Home-Assistant Concept of
Backlight).
the value of "dim" and "bright" can be set, and so can the timeout.

Drawbacks: now every button_short_press causes a brightness change
command to be sent. And this doesn't honour the Home-Assistant
Concept of Backlight slider, which is not intuitive and could be
done better.

Do sliders generate button_short_press events?
2021-03-19 22:55:19 +13:00