Frontier Silicon

Provides support for media players equipped with a Frontier Silicon chipset using FSAPI.

Current Release
0.6.0
Developer
halloamt, pdbjjens, iobroker-community-adapters
License
MIT

Read presets
http://192.168.178.26/fsapi/LIST_GET_NEXT/netRemote.nav.presets/-1?pin=7389&sid=883168529&maxItems=10

Nav on
http://192.168.178.26/fsapi/SET/netRemote.nav.state?pin=7389&sid=883168529&value=1

Read modes
http://192.168.178.26/fsapi/LIST_GET_NEXT/netRemote.sys.caps.validModes/-1?pin=7389&sid=682647964&maxItems=100

Read current mode
http://192.168.178.26/fsapi/GET/netRemote.sys.mode?pin=7389&sid=682647964

Search for updates
http://192.168.178.26/fsapi/SET/netRemote.sys.isu.control?pin=7389&value=2

On/Off?
http://192.168.178.26/fsapi/GET/netRemote.sys.power?pin=7389&sid=682647964

Switch On
http://192.168.178.26/fsapi/SET/netRemote.sys.power?pin=7389&sid=883168529&value=0

Other FSAPI documents
https://github.com/flammy/fsapi/blob/master/FSAPI.md https://www.niehoff.nl/producthandleiding/PMR4000RMKII-03.pdf https://downloads.biamp.com/assets/docs/default-source/control/apart-pmr4000r-mkii-mkiii-control-command-list.pdf?sfvrsn=13dc3a3e_6&_ga=2.16179958.1900116300.1624008695-122457801.1580652037 https://github.com/z1c0/FsApi/blob/master/FsApi/Command.cs

Changelog

0.6.0 (2026-09-14) - 2026H2 maintenance release

  • (copilot) Adapter requires node.js >= 22 now
  • (pdbjjens) New: navigation functions (up/down/select/back/home/search) for all modes (#342)
  • (pdbjjens) New: functions to set presets and to navigate presets up/down
  • (pdbjjens) Fixed: i18n directory migrated to short format
  • (pdbjjens) Fixed: dependency updates and minor bugfixes

0.5.1 (2026-03-07)

  • (copilot) Adapter requires admin >= 7.7.22 now
  • (pdbjjens) Fixed: update release-script (#348)
  • (mcm1957) Dependencies have been updated
  • (pdbjjens) Fix: Add GitHub as npm Trusted Publisher
  • (pdbjjens) Change: Update dependencies

0.5.0 (2025-08-28) - 2025H2 maintenance release

  • (pdbjjens) Change: node>=20, js-controller>=7.0.7 and admin>=7.6.17 required
  • (oelison) New: Read and write from daylight saving time
  • (pdbjjens) Fix: UpdatePreset now handles empty presets correctly (#289)
  • (pdbjjens) Change: Adapter and FSAPI documentation was moved to the docs folder (#281)
  • (pdbjjens) Change: Cleanup devDependencies

0.4.0 (2025-02-01) - 2025H1 maintenance release

  • (pdbjjens) Change: media state changed from number to string and readonly (#241)
  • (pdbjjens) New: Added media control function "stop" (#241)
  • (pdbjjens) New: Optimizations for responsive design (#244)
  • (pdbjjens) Change: Migration to ESLint 9 (#253)
  • (pdbjjens) Fix: Added button state acknowledgement
  • (pdbjjens) Fix: Prevent warning on adapter stop

0.3.0 (2024-08-27) - 2024H2 maintenance release

  • (pdbjjens) Change: node>=18, js-contoller>=5 and admin>=6 required
  • (pdbjjens) Change: Removed .npmignore
  • (pdbjjens) Change: Cyclic connection retry instead of disabling the adapter (#191)
  • (pdbjjens) New: Updated dependencies
  • (pdbjjens) Fix: Replace deprecated method "deleteChannel" by "delObject" (#224)

License

MIT License

Copyright (c) 2026 iobroker-community-adapters iobroker-community-adapters@gmx.de
Copyright (c) 2025 halloamt iobroker@halloserv.de & IoBroker-Community

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.