Skip to content

Commit

Permalink
Merge pull request #925 from hplato/master
Browse files Browse the repository at this point in the history
v6 updated docs
  • Loading branch information
hplato authored Nov 10, 2024
2 parents 514ae62 + 52c2a2f commit f2d8f6c
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 26 deletions.
32 changes: 16 additions & 16 deletions docs/download.pod
Original file line number Diff line number Diff line change
Expand Up @@ -10,58 +10,58 @@ modify the code/common/mh_release.pl file to search the new format!!

=head1 Current Stable

B<Version 5.0> - released on 10/31/2017
B<Version 6.0> - released on 11/11/2024

=over

=item Linux, Windows and MacOS

L<https://api.github.com/repos/hollie/misterhouse/zipball/v3.1>
L<https://api.github.com/repos/hollie/misterhouse/zipball/v6.0>

The Windows only compiled version of Misterhouse is sadly no longer supported.

Between formal releases, you can pick up the latest updates from: L<https://github.com/hollie/misterhouse> (not recommended for beginners!)
Between formal releases, you can pick up the latest updates from: L<https://github.com/hollie/misterhouse>

A large (30MB) zip of optional files (mainly sound files) is here: L<http://misterhouse.sf.net/misterhouse_misc.zip>

=back

=head1 Previous Stable

B<Version 4.2> - released on 03/08/2017
B<Version 5.0> - released on 10/31/2017

=over

=item *

=begin HTML
=item Linux, Windows and MacOS

<strong>
<a href='https://api.github.com/repos/hollie/misterhouse/zipball/v3.0' target='_blank'>https://api.github.com/repos/hollie/misterhouse/zipball/v4.2</a>
</strong>
L<https://api.github.com/repos/hollie/misterhouse/zipball/v5.0>

=end HTML
The Windows only compiled version of Misterhouse is sadly no longer supported.

=back

=head1 Older Versions
=head1Older Versions

B<Version 4.2> - released on 03/08/2017

=over

=item * You can get older versions from Sourceforge (not recommended):
=item *

=begin HTML

<strong>
<a href='http://sourceforge.net/project/showfiles.php?group_id=1365&package_id=1347' target='_blank'>
http://sourceforge.net/project/showfiles.php?group_id=1365&package_id=1347
</a>
<a href='https://api.github.com/repos/hollie/misterhouse/zipball/v3.0' target='_blank'>https://api.github.com/repos/hollie/misterhouse/zipball/v4.2</a>
</strong>

=end HTML

=back

=end HTML

=back

=head1 Mailing List

Subscribe to the Misterhouse release announcement mailing list here: L<http://lists.sourceforge.net/mailman/listinfo/misterhouse-announce>
Expand Down
82 changes: 72 additions & 10 deletions web/ia7/house/whatsnew.shtml
Original file line number Diff line number Diff line change
@@ -1,43 +1,105 @@
<h1 style="text-align:left;float:left;margin-top:10px">v6.0</h1>
<h3 style="text-align:right;float:right;margin-right:15px;">Released September 2024</h3>
<h3 style="text-align:right;float:right;margin-right:15px;">Released 2021/11/11</h3>
<hr style="clear:both;margin-right:15px"/>

<div class="panel-group whatsnew-panel">

<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse51_0">Home Assistant Integration</a>
<a data-toggle="collapse" href="#collapse60_0">Home Assistant Integration</a>
</h4>
</div>
<div id="collapse51_0" class="panel-collapse collapse">
<div id="collapse60_0" class="panel-collapse collapse">
<div class="panel-body">
<ul class="fa-ul">
<li><i class="fa-li fa fa-chevron-right"></i>HA_Item allows to including HA items into Misterhouse
<li><i class="fa-li fa fa-chevron-right"></i>MQTT updates (including discovery) allows to integration from MH into HA
<li><i class="fa-li fa fa-chevron-right"></i>DaveNeudoerffer
<li><i class="fa-li fa fa-chevron-right"></i>HA_Server and HA_Item. A webservice bassed integration to integrate HA entities into Misterhouse.
<li><i class="fa-li fa fa-chevron-right"></i>Supported Items
<ul>
<li>Lights & Switches
<li>Sensors & Binary Sensors
<li>Fans
<li>Cover devices (Garage Door and Blinds)
<li>Number
<li>Climate
<li>There is a ha_perform_action method to directly call an action in Home Assistant
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse51_1">5 years of Misc bugfixes</a>
<a data-toggle="collapse" href="#collapse60_1">Support for Piper speech engine</a>
</h4>
</div>
<div id="collapse51_1" class="panel-collapse collapse">
<div id="collapse60_1" class="panel-collapse collapse">
<div class="panel-body">
<ul class="fa-ul">
<li><i class="fa-li fa fa-chevron-right"></i>See git log for details
<li><i class="fa-li fa fa-chevron-right"></i>hplato
<li><i class="fa-li fa fa-chevron-right"></i>Support for piper, including voices inside models. Only tested as a wav generator, direct sound output is not supported
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse60_2">Generic Garage Door Item</a>
</h4>
</div>
<div id="collapse60_2" class="panel-collapse collapse">
<div class="panel-body">
<ul class="fa-ul">
<li><i class="fa-li fa fa-chevron-right"></i>hplato
<li><i class="fa-li fa fa-chevron-right"></i>A generic module that combines sensors and relays to control a garage door. Supports 2 sensors to provide additional states (opening and closing)
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse60_3">FullyKioskBrowser Support</a>
</h4>
</div>
<div id="collapse60_3" class="panel-collapse collapse">
<div class="panel-body">
<ul class="fa-ul">
<li><i class="fa-li fa fa-chevron-right"></i>tobser
<li><i class="fa-li fa fa-chevron-right"></i>Adds a module to remote control any Android device with FullyKioskBrowser installed (see https://www.fully-kiosk.com/)
<li><i class="fa-li fa fa-chevron-right"></i>Implemented Features
<ul>
<li>Turn display on/off
<li>Use text to speech on device
<li>With mqtt enalbed
<li>get remote on/off updates from device
<li>watch the battery level
<li>use device as a motion sensor
</ul>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse60_4">Improved MQTT support</a>
</h4>
</div>
<div id="collapse60_4" class="panel-collapse collapse">
<div class="panel-body">
<ul class="fa-ul">
<li><i class="fa-li fa fa-chevron-right"></i>DaveNeudoerffer
<li><i class="fa-li fa fa-chevron-right"></i>Provides discovery services, and an easy method to expose MH objects to Home Assistant.
</ul>
</div>
</div>
</div>
</div>


<h1 style="text-align:left;float:left;margin-top:10px">v5.1</h1>
<h3 style="text-align:right;float:right;margin-right:15px;"></h3>
<hr style="clear:both;margin-right:15px"/>

<div class="panel-group whatsnew-panel">
Expand Down

0 comments on commit f2d8f6c

Please sign in to comment.