If this adapter has helped you to realise cool automations in your SmartHome and helped you reduce time to develop, you can invite me for a cup of coffee :)
Volumio Adapter for ioBroker
This is an adapter for remote controlling a volumio instance.
It uses the following REST api: https://volumio.github.io/docs/API/REST_API.html
At the moment, the following functions are implemented:
- Player commands
- Mute / Unmute
- Next / Prev
- Play
- Play the n-th song from the playlist
- Pause
- Toggle between Play/Pause
- Stop
- Volume control
- Set to specific value
- Volume step up / down
- Queue
- Clear queue
- Repeat track
- Shuffel mode
- Receive player state
Todo:
- Set seek position
- List playlists
- Browsing
- (André Iske)
- Updated to newest ioBroker adapter structure
- Fixed adapter crashes
- (André Iske) Security patches
- (André Iske) Minor bug fixes
- (André Iske) Complete reworked adapter
- Switched codebase to typescript
- Changed License to MIT
- (André Iske) initial release
MIT License
Copyright (c) 2024 André Iske [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.