Skip to content

Releases: mcclurec/homebridge-volumio-speakers

Option to create dummy sensor

13 May 04:37
85aa30e

Choose a tag to compare

Address feature request #10. When the makeDummySensor config setting is true, a contact sensor will be created alongside each Volumio zone. The sensor will be open while music is playing and closed while paused or stopped. This allows you to create automations based on player state.

Webradio STOP instead of PAUSE

30 Apr 21:31
f97f6fe

Choose a tag to compare

Volumio doesn't handle the PAUSE command for webradio sources very well. This change intercepts a PAUSE and sends a STOP instead.

Fix Volume Adjustment

14 Mar 22:04
d86286a

Choose a tag to compare

Fixed a few things. Volume clamp util being an important one. Added more verbose debug logging.

Now with Web Sockets!

26 Sep 21:40
7d05f05

Choose a tag to compare

Now with Web Sockets! Pre-release
Pre-release
Merge pull request #2 from mcclurec/socket-api

Reimplement with web socket instead of REST api

Fix Pause/Play

23 Aug 21:17

Choose a tag to compare

Fix Pause/Play Pre-release
Pre-release

setTargetMediaState now uses explicit passed state instead of toggle API

Up and running

20 Aug 20:06
a8a449f

Choose a tag to compare

Up and running Pre-release
Pre-release

Basic functionality. Pause/play works. Volume and Mute are included, but ineffective in Homekit