Giter VIP home page Giter VIP logo

Comments (3)

schmimat avatar schmimat commented on August 17, 2024

Hallo,

durch auskommentieren der folgenden Zeilen in

/opt/iobroker/node_modules/iobroker.musiccast/main.js:3281

// if (att.band = 'am'){
// adapter.setForeignState('musiccast.0.'+ devtype + '_' + devuid + '.tuner.am.preset', {val: tt.am.preset, ack: true});
// adapter.setForeignState('musiccast.0.'+ devtype + '_' + devuid + '.tuner.am.freq', {val: att.am.freq, ack: true});
// adapter.setForeignState('musiccast.0.'+ devtype + '_' + devuid + '.tuner.am.tuned', {val: att.am.tuned, ack: true});
// }

wird der Fehler behoben.

Der CRX-N470D hat anscheinend kein AM Band.

mfG Matthias

from iobroker.musiccast.

foxthefox avatar foxthefox commented on August 17, 2024

ich glaube da Fehlreglementierungen einfach ein zweites "=" damit es verglichen wird.
also (att.band == 'am') ich verbessere das mal

from iobroker.musiccast.

foxthefox avatar foxthefox commented on August 17, 2024

Der Schreibfehler = zu == hatte ich ja schon vor langen behoben
Aber es gibt eine neue Version 1.0.1, mit der ein besseres JSON for Developer entsteht.
Wenn es also möglich wäre, dann wäre ich an dem JSON output aus dem adapter admin interessiert.

Achtung, die MusiccastGeräte werden ab 1.0.0 mit einer eindeutigen ID im Objektbaum gelistet, das vorher war eine GeräteID, die nicht eindeutig war.Das bezieht sich auf den Text nach "musiccast.0".

Also wenn es möglich wäre, dann würde ich abgleichen welche Datenpunkte beim CRX-N470D rauskommen.

from iobroker.musiccast.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.