Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. SONOFF NSPanel mit Lovelace UI

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

SONOFF NSPanel mit Lovelace UI

SONOFF NSPanel mit Lovelace UI

Scheduled Pinned Locked Moved Hardware
lovelace uinspanelsonoff
7.7k Posts 271 Posters 6.7m Views 253 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B bean

    @tt-tom sagte in SONOFF NSPanel mit Lovelace UI:

    @gargano
    Wenn du mit einer Beta Version vom Javascript Adapter arbeitest, musst du mit so etwas rechnen.
    Weitere Infos findest du im Testpost zum Adapter.

    Sorry für die Nachfrage, aber wo finde ich die weiteren Infos? Welcher Testpost zum Adapter ist gemeint? (Habe das selbe "Problem")

    T Offline
    T Offline
    TT-Tom
    wrote on last edited by
    #7242

    @bean im Bereich Tester gibt es ein aktuellen Post zum Javascript Adapter

    Gruß Tom
    https://github.com/tt-tom17
    Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

    NSPanel Script Wiki
    https://github.com/joBr99/nspanel-lovelace-ui/wiki

    NSPanel Adapter Wiki
    https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

    B 1 Reply Last reply
    0
    • T TT-Tom

      @bean im Bereich Tester gibt es ein aktuellen Post zum Javascript Adapter

      B Offline
      B Offline
      bean
      wrote on last edited by bean
      #7243

      @tt-tom Danke, und sorry dass ich da gerade am Schlauch stehe, aber wo finde ich einen Bereich "Tester"? Hier? Im github zum Javascript? Github zum NSpanel?
      EDIT: Gefunden, hier im Tester zu 9.0.1

      1 Reply Last reply
      1
      • H Offline
        H Offline
        hmarius1
        wrote on last edited by
        #7244

        Hallo zusammen,

        bei mir läuft plötzlich das Script nicht mehr. Ich habe nichts geändert am System nicht mal ein Update gemacht das habe ich erst danach gemacht weil ich gedacht habe vielleicht löst das das Problem.

        Das TypeScript gibt folgende Fehler aus. Jemand eine Idee wie ich das behebe? Bin ich der einzige damit aktuell?

        19.6.2025, 20:36:16.913	[info ]: javascript.0 (26568) script.js.common.nspanel.panel3: Stopping script
        19.6.2025, 20:36:17.214	[info ]: javascript.0 (26568) script.js.common.nspanel.panel3: Compiling TypeScript source
        19.6.2025, 20:36:18.136	[error]: javascript.0 (26568) script.js.common.nspanel.panel3: TypeScript compilation failed:
                    await setStateAsync(NSPanel_Path + 'PageNavi', <iobJS.State>{ val: "{ pagetype: 'page', pageId: 0 }", ack: true });
                                                                          ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(NSPanel_Path + 'NSPanel_Dimmode_brightnessDay', <iobJS.State>{ val: 8, ack: true });
                                                                                                   ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(NSPanel_Path + 'NSPanel_Dimmode_hourDay', <iobJS.State>{ val: 7, ack: true });
                                                                                             ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(NSPanel_Path + 'NSPanel_Dimmode_brightnessNight', <iobJS.State>{ val: 1, ack: true });
                                                                                                     ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(NSPanel_Path + 'NSPanel_Dimmode_hourNight', <iobJS.State>{ val: 22, ack: true });
                                                                                               ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                await setStateAsync(meanPower, <iobJS.State>{ val: meanConsumption, ack: true });
                                                      ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(screensaverNotifyHeading, <iobJS.State>{ val: '', ack: true });
                                                                         ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(screensaverNotifyText, <iobJS.State>{ val: '', ack: true });
                                                                      ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(obj.id, <iobJS.State>{ val: obj.state.val, ack: true }); // ack new value
                                                           ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(NSPanel_Path + 'NSPanel_locales_json', <iobJS.State>{ val: JSON.stringify(response.data), ack: true });
                                                                                          ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(NSPanel_Path + 'NSPanel_locales_service_json', <iobJS.State>{ val: JSON.stringify(response.data), ack: true });
                                                                                                  ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota_Firmware.currentVersion', <iobJS.State>{ val: getState(NSPanel_Path + 'Tasmota_Firmware.onlineVersion').val, ack: true });
                                                                                                             ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Berry_Driver.currentVersion', <iobJS.State>{ val: getState(NSPanel_Path + 'Berry_Driver.onlineVersion').val, ack: true });
                                                                                                         ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                    await setStateAsync(NSPanel_Path + 'Display_Firmware.currentVersion', <iobJS.State>{ val: getState(NSPanel_Path + 'Display_Firmware.onlineVersion').val, ack: true });
                                                                                                                 ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyHeading, <iobJS.State>{ val: Headline, ack: false });
                                                                   ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyHeadingColor, <iobJS.State>{ val: HeadlineColor, ack: false });
                                                                        ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyButton1Text, <iobJS.State>{ val: Button1, ack: false });
                                                                       ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyButton1TextColor, <iobJS.State>{ val: Button1Color, ack: false });
                                                                            ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyButton2Text, <iobJS.State>{ val: Button2, ack: false });
                                                                       ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyButton2TextColor, <iobJS.State>{ val: Button2Color, ack: false });
                                                                            ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifySleepTimeout, <iobJS.State>{ val: Timeout, ack: false });
                                                                        ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyInternalName, <iobJS.State>{ val: InternalName, ack: false });
                                                                        ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyLayout, <iobJS.State>{ val: Layout, ack: false });
                                                                  ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(popupNotifyText, <iobJS.State>{ val: [formatDate(getDateObject(new Date().getTime()), 'TT.MM.JJJJ SS:mm:ss'), '\r\n', '\r\n', Text].join(''), ack: false });
                                                                ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(NSPanel_Path + 'NSPanel_ipAddress', <iobJS.State>{ val: get_current_tasmota_ip_address(), ack: true });
                                                                                   ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                            await setStateAsync(NSPanel_Path + 'Tasmota_Firmware.onlineVersion', <iobJS.State>{ val: TasmotaVersionOnline, ack: true });
                                                                                                        ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                            await setStateAsync(NSPanel_Path + 'Berry_Driver.currentVersion', <iobJS.State>{ val: JSON.parse(JSON.stringify(response.data)).nlui_driver_version, ack: true });
                                                                                                     ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota_Firmware.currentVersion', <iobJS.State>{ val: tasmoVersion, ack: true });
                                                                                                             ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Uptime', <iobJS.State>{ val: Tasmota_JSON.StatusPRM.Uptime, ack: true });
                                                                                            ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Version', <iobJS.State>{ val: Tasmota_JSON.StatusFWR.Version, ack: true });
                                                                                             ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Hardware', <iobJS.State>{ val: TasmotaHardware[0] + '\r\n' + TasmotaHardware[1], ack: true });
                                                                                              ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.AP', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.AP, ack: true });
                                                                                             ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.SSId', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.SSId, ack: true });
                                                                                               ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.BSSId', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.BSSId, ack: true });
                                                                                                ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.Channel', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.Channel, ack: true });
                                                                                                  ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.Mode', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.Mode, ack: true });
                                                                                               ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.RSSI', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.RSSI, ack: true });
                                                                                               ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.Signal', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.Signal, ack: true });
                                                                                                 ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Tasmota.Product', <iobJS.State>{ val: 'SONOFF NSPanel', ack: true });
                                                                                             ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                await setStateAsync(NSPanel_Path + 'Berry_Driver.onlineVersion', <iobJS.State>{ val: BerryDriverVersionOnline, ack: true });
                                                                                                        ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(NSPanel_Path + 'TFT_Firmware.onlineVersion', <iobJS.State>{ val: NSPanelVersion, ack: true });
                                                                                                ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                        await setStateAsync(NSPanel_Path + 'Display_Firmware.onlineVersion', <iobJS.State>{ val: desired_display_firmware_version, ack: true });
                                                                                                    ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                            await setStateAsync(NSPanel_Path + 'Display_Firmware.currentVersion', <iobJS.State>{ val: split[2], ack: true });
                                                                                                         ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                            await setStateAsync(NSPanel_Path + 'Display_Firmware.currentRelease', <iobJS.State>{ val: split[4], ack: true });
                                                                                                         ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                            await setStateAsync(NSPanel_Path + 'NSPanel_Version', <iobJS.State>{ val: split[3], ack: true });
                                                                                         ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                        await setStateAsync(NSPanel_Path + 'TFT_Firmware.onlineVersion', <iobJS.State>{ val: tft_version, ack: true });
                                                                                                                ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.HUE').ts) {
                                                                           ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.HUE').ts) {
                                                                                                               ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.RED').ts) {
                                                                           ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.RED').ts) {
                                                                                                               ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.CIE').ts) {
                                                                           ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.CIE').ts) {
                                                                                                               ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.RGB').ts) {
                                                                           ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.RGB').ts) {
                                                                                                               ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                            setState(popupNotifyInternalName, <iobJS.State>{ val: words[2], ack: true });
                                                                     ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                            setState(popupNotifyAction, <iobJS.State>{ val: true, ack: true });
                                                               ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                            setState(popupNotifyInternalName, <iobJS.State>{ val: words[2], ack: true });
                                                                     ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                            setState(popupNotifyAction, <iobJS.State>{ val: false, ack: true });
                                                               ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                                        if (getState(id + '.TEMPERATURE').ts < getState(id + '.HUE').ts) {
                                                                          ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                        if (getState(id + '.TEMPERATURE').ts < getState(id + '.HUE').ts) {
                                                                                                     ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                        if (getState(id + '.TEMPERATURE').ts < getState(id + '.RED').ts) {
                                                                          ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                        if (getState(id + '.TEMPERATURE').ts < getState(id + '.RED').ts) {
                                                                                                     ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                        if (getState(id + '.TEMPERATURE').ts < getState(id + '.RGB').ts) {
                                                                          ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                        if (getState(id + '.TEMPERATURE').ts < getState(id + '.RGB').ts) {
                                                                                                     ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                        if (getState(id + '.TEMPERATURE').ts < getState(id + '.CIE').ts) {
                                                                          ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                                        if (getState(id + '.TEMPERATURE').ts < getState(id + '.CIE').ts) {
                                                                                                     ^
        ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
          Property 'ts' does not exist on type 'TypedState<any>'.
        
                    unsubscribe(value);
                                ^
        ERROR: Argument of type 'unknown' is not assignable to parameter of type 'string | RegExp | string[]'.
        
                await setStateAsync(NSPanel_Path + 'Sensor.Time', <iobJS.State>{ val: dateTime[0] + '\r\n' + dateTime[1], ack: true });
                                                                         ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                await setStateAsync(NSPanel_Path + 'Sensor.TempUnit', <iobJS.State>{ val: '°' + Tasmota_Sensor.TempUnit, ack: true });
                                                                             ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(NSPanel_Path + 'Sensor.ANALOG.Temperature', <iobJS.State>{ val: parseFloat(Tasmota_Sensor.ANALOG.Temperature1), ack: true });
                                                                                           ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    await setStateAsync(NSPanel_Path + 'Sensor.ESP32.Temperature', <iobJS.State>{ val: parseFloat(Tasmota_Sensor.ESP32.Temperature), ack: true });
                                                                                          ^
        ERROR: Namespace 'global.iobJS' has no exported member 'State'.
        
                    val: iobJS.StateValue;
                               ^
        ERROR: 'global.iobJS' has no exported member named 'StateValue'. Did you mean 'StateACL'?
        
                    val: iobJS.StateValue;
                               ^
        ERROR: 'global.iobJS' has no exported member named 'StateValue'. Did you mean 'StateACL'?
        
        
        ArmilarA 1 Reply Last reply
        0
        • H hmarius1

          Hallo zusammen,

          bei mir läuft plötzlich das Script nicht mehr. Ich habe nichts geändert am System nicht mal ein Update gemacht das habe ich erst danach gemacht weil ich gedacht habe vielleicht löst das das Problem.

          Das TypeScript gibt folgende Fehler aus. Jemand eine Idee wie ich das behebe? Bin ich der einzige damit aktuell?

          19.6.2025, 20:36:16.913	[info ]: javascript.0 (26568) script.js.common.nspanel.panel3: Stopping script
          19.6.2025, 20:36:17.214	[info ]: javascript.0 (26568) script.js.common.nspanel.panel3: Compiling TypeScript source
          19.6.2025, 20:36:18.136	[error]: javascript.0 (26568) script.js.common.nspanel.panel3: TypeScript compilation failed:
                      await setStateAsync(NSPanel_Path + 'PageNavi', <iobJS.State>{ val: "{ pagetype: 'page', pageId: 0 }", ack: true });
                                                                            ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(NSPanel_Path + 'NSPanel_Dimmode_brightnessDay', <iobJS.State>{ val: 8, ack: true });
                                                                                                     ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(NSPanel_Path + 'NSPanel_Dimmode_hourDay', <iobJS.State>{ val: 7, ack: true });
                                                                                               ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(NSPanel_Path + 'NSPanel_Dimmode_brightnessNight', <iobJS.State>{ val: 1, ack: true });
                                                                                                       ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(NSPanel_Path + 'NSPanel_Dimmode_hourNight', <iobJS.State>{ val: 22, ack: true });
                                                                                                 ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                  await setStateAsync(meanPower, <iobJS.State>{ val: meanConsumption, ack: true });
                                                        ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(screensaverNotifyHeading, <iobJS.State>{ val: '', ack: true });
                                                                           ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(screensaverNotifyText, <iobJS.State>{ val: '', ack: true });
                                                                        ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(obj.id, <iobJS.State>{ val: obj.state.val, ack: true }); // ack new value
                                                             ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(NSPanel_Path + 'NSPanel_locales_json', <iobJS.State>{ val: JSON.stringify(response.data), ack: true });
                                                                                            ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(NSPanel_Path + 'NSPanel_locales_service_json', <iobJS.State>{ val: JSON.stringify(response.data), ack: true });
                                                                                                    ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota_Firmware.currentVersion', <iobJS.State>{ val: getState(NSPanel_Path + 'Tasmota_Firmware.onlineVersion').val, ack: true });
                                                                                                               ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Berry_Driver.currentVersion', <iobJS.State>{ val: getState(NSPanel_Path + 'Berry_Driver.onlineVersion').val, ack: true });
                                                                                                           ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                      await setStateAsync(NSPanel_Path + 'Display_Firmware.currentVersion', <iobJS.State>{ val: getState(NSPanel_Path + 'Display_Firmware.onlineVersion').val, ack: true });
                                                                                                                   ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyHeading, <iobJS.State>{ val: Headline, ack: false });
                                                                     ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyHeadingColor, <iobJS.State>{ val: HeadlineColor, ack: false });
                                                                          ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyButton1Text, <iobJS.State>{ val: Button1, ack: false });
                                                                         ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyButton1TextColor, <iobJS.State>{ val: Button1Color, ack: false });
                                                                              ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyButton2Text, <iobJS.State>{ val: Button2, ack: false });
                                                                         ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyButton2TextColor, <iobJS.State>{ val: Button2Color, ack: false });
                                                                              ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifySleepTimeout, <iobJS.State>{ val: Timeout, ack: false });
                                                                          ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyInternalName, <iobJS.State>{ val: InternalName, ack: false });
                                                                          ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyLayout, <iobJS.State>{ val: Layout, ack: false });
                                                                    ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(popupNotifyText, <iobJS.State>{ val: [formatDate(getDateObject(new Date().getTime()), 'TT.MM.JJJJ SS:mm:ss'), '\r\n', '\r\n', Text].join(''), ack: false });
                                                                  ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(NSPanel_Path + 'NSPanel_ipAddress', <iobJS.State>{ val: get_current_tasmota_ip_address(), ack: true });
                                                                                     ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                              await setStateAsync(NSPanel_Path + 'Tasmota_Firmware.onlineVersion', <iobJS.State>{ val: TasmotaVersionOnline, ack: true });
                                                                                                          ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                              await setStateAsync(NSPanel_Path + 'Berry_Driver.currentVersion', <iobJS.State>{ val: JSON.parse(JSON.stringify(response.data)).nlui_driver_version, ack: true });
                                                                                                       ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota_Firmware.currentVersion', <iobJS.State>{ val: tasmoVersion, ack: true });
                                                                                                               ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Uptime', <iobJS.State>{ val: Tasmota_JSON.StatusPRM.Uptime, ack: true });
                                                                                              ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Version', <iobJS.State>{ val: Tasmota_JSON.StatusFWR.Version, ack: true });
                                                                                               ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Hardware', <iobJS.State>{ val: TasmotaHardware[0] + '\r\n' + TasmotaHardware[1], ack: true });
                                                                                                ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.AP', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.AP, ack: true });
                                                                                               ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.SSId', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.SSId, ack: true });
                                                                                                 ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.BSSId', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.BSSId, ack: true });
                                                                                                  ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.Channel', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.Channel, ack: true });
                                                                                                    ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.Mode', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.Mode, ack: true });
                                                                                                 ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.RSSI', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.RSSI, ack: true });
                                                                                                 ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Wifi.Signal', <iobJS.State>{ val: Tasmota_JSON.StatusSTS.Wifi.Signal, ack: true });
                                                                                                   ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Tasmota.Product', <iobJS.State>{ val: 'SONOFF NSPanel', ack: true });
                                                                                               ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  await setStateAsync(NSPanel_Path + 'Berry_Driver.onlineVersion', <iobJS.State>{ val: BerryDriverVersionOnline, ack: true });
                                                                                                          ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(NSPanel_Path + 'TFT_Firmware.onlineVersion', <iobJS.State>{ val: NSPanelVersion, ack: true });
                                                                                                  ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                          await setStateAsync(NSPanel_Path + 'Display_Firmware.onlineVersion', <iobJS.State>{ val: desired_display_firmware_version, ack: true });
                                                                                                      ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                              await setStateAsync(NSPanel_Path + 'Display_Firmware.currentVersion', <iobJS.State>{ val: split[2], ack: true });
                                                                                                           ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                              await setStateAsync(NSPanel_Path + 'Display_Firmware.currentRelease', <iobJS.State>{ val: split[4], ack: true });
                                                                                                           ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                              await setStateAsync(NSPanel_Path + 'NSPanel_Version', <iobJS.State>{ val: split[3], ack: true });
                                                                                           ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                          await setStateAsync(NSPanel_Path + 'TFT_Firmware.onlineVersion', <iobJS.State>{ val: tft_version, ack: true });
                                                                                                                  ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                  if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.HUE').ts) {
                                                                             ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                  if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.HUE').ts) {
                                                                                                                 ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                  if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.RED').ts) {
                                                                             ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                  if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.RED').ts) {
                                                                                                                 ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                  if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.CIE').ts) {
                                                                             ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                  if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.CIE').ts) {
                                                                                                                 ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                  if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.RGB').ts) {
                                                                             ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                  if (getState(pageItem.id + '.TEMPERATURE').ts < getState(pageItem.id + '.RGB').ts) {
                                                                                                                 ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                              setState(popupNotifyInternalName, <iobJS.State>{ val: words[2], ack: true });
                                                                       ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                              setState(popupNotifyAction, <iobJS.State>{ val: true, ack: true });
                                                                 ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                              setState(popupNotifyInternalName, <iobJS.State>{ val: words[2], ack: true });
                                                                       ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                              setState(popupNotifyAction, <iobJS.State>{ val: false, ack: true });
                                                                 ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                                          if (getState(id + '.TEMPERATURE').ts < getState(id + '.HUE').ts) {
                                                                            ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                          if (getState(id + '.TEMPERATURE').ts < getState(id + '.HUE').ts) {
                                                                                                       ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                          if (getState(id + '.TEMPERATURE').ts < getState(id + '.RED').ts) {
                                                                            ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                          if (getState(id + '.TEMPERATURE').ts < getState(id + '.RED').ts) {
                                                                                                       ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                          if (getState(id + '.TEMPERATURE').ts < getState(id + '.RGB').ts) {
                                                                            ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                          if (getState(id + '.TEMPERATURE').ts < getState(id + '.RGB').ts) {
                                                                                                       ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                          if (getState(id + '.TEMPERATURE').ts < getState(id + '.CIE').ts) {
                                                                            ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                                          if (getState(id + '.TEMPERATURE').ts < getState(id + '.CIE').ts) {
                                                                                                       ^
          ERROR: Property 'ts' does not exist on type 'AbsentState | TypedState<any>'.
            Property 'ts' does not exist on type 'TypedState<any>'.
          
                      unsubscribe(value);
                                  ^
          ERROR: Argument of type 'unknown' is not assignable to parameter of type 'string | RegExp | string[]'.
          
                  await setStateAsync(NSPanel_Path + 'Sensor.Time', <iobJS.State>{ val: dateTime[0] + '\r\n' + dateTime[1], ack: true });
                                                                           ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                  await setStateAsync(NSPanel_Path + 'Sensor.TempUnit', <iobJS.State>{ val: '°' + Tasmota_Sensor.TempUnit, ack: true });
                                                                               ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(NSPanel_Path + 'Sensor.ANALOG.Temperature', <iobJS.State>{ val: parseFloat(Tasmota_Sensor.ANALOG.Temperature1), ack: true });
                                                                                             ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      await setStateAsync(NSPanel_Path + 'Sensor.ESP32.Temperature', <iobJS.State>{ val: parseFloat(Tasmota_Sensor.ESP32.Temperature), ack: true });
                                                                                            ^
          ERROR: Namespace 'global.iobJS' has no exported member 'State'.
          
                      val: iobJS.StateValue;
                                 ^
          ERROR: 'global.iobJS' has no exported member named 'StateValue'. Did you mean 'StateACL'?
          
                      val: iobJS.StateValue;
                                 ^
          ERROR: 'global.iobJS' has no exported member named 'StateValue'. Did you mean 'StateACL'?
          
          
          ArmilarA Offline
          ArmilarA Offline
          Armilar
          Most Active Forum Testing
          wrote on last edited by Armilar
          #7245

          @hmarius1

          Sieh mal kurz nach, ob da ein JS-Adapter 9.X.X (beta/latest) läuft... Da gibts noch irgendwie broken Types...

          Falls ja, dann Downgrade auf die 8.9.2 (stable)

          P.S.: Der hat sich übrigens heute bei mir auch selbstständig installiert, obwohl "Automatisches Upgrade" unter Repo's nicht angehakt ist... 😊

          Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
          https://github.com/joBr99/nspanel-lovelace-ui/wiki

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          H 1 Reply Last reply
          0
          • ArmilarA Armilar

            @hmarius1

            Sieh mal kurz nach, ob da ein JS-Adapter 9.X.X (beta/latest) läuft... Da gibts noch irgendwie broken Types...

            Falls ja, dann Downgrade auf die 8.9.2 (stable)

            P.S.: Der hat sich übrigens heute bei mir auch selbstständig installiert, obwohl "Automatisches Upgrade" unter Repo's nicht angehakt ist... 😊

            H Offline
            H Offline
            hmarius1
            wrote on last edited by
            #7246

            @armilar ja hatte 9.x.x drauf durch das update natürlich jetzt den latest was vorher war weiß ich nicht. danke. nach downgrade funktioniert es wieder. komisch ist das es erst mit der 9er Java ohne probleme lief.

            ArmilarA 1 Reply Last reply
            2
            • H hmarius1

              @armilar ja hatte 9.x.x drauf durch das update natürlich jetzt den latest was vorher war weiß ich nicht. danke. nach downgrade funktioniert es wieder. komisch ist das es erst mit der 9er Java ohne probleme lief.

              ArmilarA Offline
              ArmilarA Offline
              Armilar
              Most Active Forum Testing
              wrote on last edited by
              #7247

              @hmarius1

              Beim JS-Adapter 9.X warten wir schon seit der 9.0.0 auf ein Bugfix der Types... Solange keiner sagt, dass es jetzt anders beabsichtigt ist, gehe ich nach wie vor von einem Bug aus...

              Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
              https://github.com/joBr99/nspanel-lovelace-ui/wiki

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              H 1 Reply Last reply
              1
              • ArmilarA Armilar

                @hmarius1

                Beim JS-Adapter 9.X warten wir schon seit der 9.0.0 auf ein Bugfix der Types... Solange keiner sagt, dass es jetzt anders beabsichtigt ist, gehe ich nach wie vor von einem Bug aus...

                H Offline
                H Offline
                hansi44
                wrote on last edited by
                #7248

                Re: SONOFF NSPanel mit Lovelace UI

                Hallo liebe community,

                ich bin kurz vorm Verzweifeln mit meinem NSPanel und hoffe irgendjemand kann mir hier weiterhelfen.
                Ich habe das NSPanel schon ca 2-3 Jahre und damals nach der Anleitung von haus:automation eingestellt; es hatte damals einwandfrei funktioniert bis mich das display irgendwann aufgefordert hat ein update zu machen, das hatte ich am display bestätigt und danach ging gar nichts mehr außer "waiting for content".

                Ich hab das display jetzt nach Ewigkeiten wieder mal in die Hand genommen, tasmota_nspanel neu geflasht, das panel entsprechend vorbereitet. Beim Flashen der nextion firmware zeigt das display auch mal ausnahmsweise den Ladebalken beim Flash-Vorgang statt "waiting for content / This is taking longer..".
                In iobroker scheint die MQTT Anbindung des Display zu funktionieren. Ich habe die "CustomSend" und "Result" angelegt und in die skripte eingetragen, gespeichert und gestartet .. das Display zeigt aber immer nur "waiting for content" .. hat irgendjemand eine Idee wie ich weiter kommen kann?

                Danke und VG

                ArmilarA teletapiT 3 Replies Last reply
                0
                • H hansi44

                  Re: SONOFF NSPanel mit Lovelace UI

                  Hallo liebe community,

                  ich bin kurz vorm Verzweifeln mit meinem NSPanel und hoffe irgendjemand kann mir hier weiterhelfen.
                  Ich habe das NSPanel schon ca 2-3 Jahre und damals nach der Anleitung von haus:automation eingestellt; es hatte damals einwandfrei funktioniert bis mich das display irgendwann aufgefordert hat ein update zu machen, das hatte ich am display bestätigt und danach ging gar nichts mehr außer "waiting for content".

                  Ich hab das display jetzt nach Ewigkeiten wieder mal in die Hand genommen, tasmota_nspanel neu geflasht, das panel entsprechend vorbereitet. Beim Flashen der nextion firmware zeigt das display auch mal ausnahmsweise den Ladebalken beim Flash-Vorgang statt "waiting for content / This is taking longer..".
                  In iobroker scheint die MQTT Anbindung des Display zu funktionieren. Ich habe die "CustomSend" und "Result" angelegt und in die skripte eingetragen, gespeichert und gestartet .. das Display zeigt aber immer nur "waiting for content" .. hat irgendjemand eine Idee wie ich weiter kommen kann?

                  Danke und VG

                  ArmilarA Offline
                  ArmilarA Offline
                  Armilar
                  Most Active Forum Testing
                  wrote on last edited by Armilar
                  #7249

                  @hansi44

                  RESULT muss nicht angelegt werden und wird, sofern der MQTT-Austausch erfolgt, unter /tele/ angelegt.

                  Bitte zeige kurz deine beiden Kommunikationsparameter im Script und die beiden in den mqtt.X. Objekten...

                  Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                  https://github.com/joBr99/nspanel-lovelace-ui/wiki

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  H 1 Reply Last reply
                  1
                  • H hansi44

                    Re: SONOFF NSPanel mit Lovelace UI

                    Hallo liebe community,

                    ich bin kurz vorm Verzweifeln mit meinem NSPanel und hoffe irgendjemand kann mir hier weiterhelfen.
                    Ich habe das NSPanel schon ca 2-3 Jahre und damals nach der Anleitung von haus:automation eingestellt; es hatte damals einwandfrei funktioniert bis mich das display irgendwann aufgefordert hat ein update zu machen, das hatte ich am display bestätigt und danach ging gar nichts mehr außer "waiting for content".

                    Ich hab das display jetzt nach Ewigkeiten wieder mal in die Hand genommen, tasmota_nspanel neu geflasht, das panel entsprechend vorbereitet. Beim Flashen der nextion firmware zeigt das display auch mal ausnahmsweise den Ladebalken beim Flash-Vorgang statt "waiting for content / This is taking longer..".
                    In iobroker scheint die MQTT Anbindung des Display zu funktionieren. Ich habe die "CustomSend" und "Result" angelegt und in die skripte eingetragen, gespeichert und gestartet .. das Display zeigt aber immer nur "waiting for content" .. hat irgendjemand eine Idee wie ich weiter kommen kann?

                    Danke und VG

                    teletapiT Online
                    teletapiT Online
                    teletapi
                    wrote on last edited by teletapi
                    #7250

                    @hansi44 Einmal vom Strom nehmen, (nur Neustart reicht nicht) nachdem das Stromlos war ging es bei mir auch wieder

                    1 Reply Last reply
                    1
                    • H hansi44

                      Re: SONOFF NSPanel mit Lovelace UI

                      Hallo liebe community,

                      ich bin kurz vorm Verzweifeln mit meinem NSPanel und hoffe irgendjemand kann mir hier weiterhelfen.
                      Ich habe das NSPanel schon ca 2-3 Jahre und damals nach der Anleitung von haus:automation eingestellt; es hatte damals einwandfrei funktioniert bis mich das display irgendwann aufgefordert hat ein update zu machen, das hatte ich am display bestätigt und danach ging gar nichts mehr außer "waiting for content".

                      Ich hab das display jetzt nach Ewigkeiten wieder mal in die Hand genommen, tasmota_nspanel neu geflasht, das panel entsprechend vorbereitet. Beim Flashen der nextion firmware zeigt das display auch mal ausnahmsweise den Ladebalken beim Flash-Vorgang statt "waiting for content / This is taking longer..".
                      In iobroker scheint die MQTT Anbindung des Display zu funktionieren. Ich habe die "CustomSend" und "Result" angelegt und in die skripte eingetragen, gespeichert und gestartet .. das Display zeigt aber immer nur "waiting for content" .. hat irgendjemand eine Idee wie ich weiter kommen kann?

                      Danke und VG

                      ArmilarA Offline
                      ArmilarA Offline
                      Armilar
                      Most Active Forum Testing
                      wrote on last edited by
                      #7251

                      @hansi44

                      Im Übrigen bist du bei der Dokumentation (bei dir im Post unter "entsprechend vorbereitet") des Panels bei Home Assistant gelandet... Die Vorbereitung ist zwar gleich, jedoch ist die TFT-Firmware nicht mehr gleich...

                      Unsere (ioBroker) Dokumentation findest du in der Wiki:

                      https://github.com/joBr99/nspanel-lovelace-ui/wiki/ioBroker---Basisinstallation#step-für-step---anleitung

                      Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                      https://github.com/joBr99/nspanel-lovelace-ui/wiki

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      teletapiT 1 Reply Last reply
                      2
                      • ArmilarA Armilar

                        @hansi44

                        Im Übrigen bist du bei der Dokumentation (bei dir im Post unter "entsprechend vorbereitet") des Panels bei Home Assistant gelandet... Die Vorbereitung ist zwar gleich, jedoch ist die TFT-Firmware nicht mehr gleich...

                        Unsere (ioBroker) Dokumentation findest du in der Wiki:

                        https://github.com/joBr99/nspanel-lovelace-ui/wiki/ioBroker---Basisinstallation#step-für-step---anleitung

                        teletapiT Online
                        teletapiT Online
                        teletapi
                        wrote on last edited by teletapi
                        #7252

                        Ich hätte da mal eine Frage, Auf dem Display werden mir ja symbole für die Leuchten angezeigt wenn die Lampe an ist wird das symbol gelb und wenn sie aus ist wird oder ist es Orange.
                        Würde das irgendwie funktionieren das das Symbol die Farbe bekommt in der sie leuchtet.?
                        Wenn zb. Blau beleuchtet wird das mi´r das symbol der Lampe ebenfalls blau wird.
                        Gruß

                        Hat sich erledigt habs gefunden Zauberwort heißt (interpolateColor: true)

                        teletapiT 1 Reply Last reply
                        0
                        • H Offline
                          H Offline
                          hansi44
                          wrote on last edited by
                          #7253

                          hallo @Armilar , hallo @teletapi , vielen Dank für eure schnelle Antwort, hier im Forum ist wirklich Verlass auf Unterstützung wenn man Probleme hat! Ich hab heute morgen das NSPanel mit wenig Hoffnung nochmal angeschlossen und es kommt tatsächlich ein Bild!:couplekiss: (Obwohl ich nicht wirklich etwas anders gemacht hab)
                          Im javascript unten im iobroker kommen zwar noch etliche Fehlermeldungen, aber ich denke das ist normal und ich habe jetzt wieder Mut weiter an dem Thema zu arbeiten! Danke euch!

                          1 Reply Last reply
                          1
                          • ArmilarA Armilar

                            @hansi44

                            RESULT muss nicht angelegt werden und wird, sofern der MQTT-Austausch erfolgt, unter /tele/ angelegt.

                            Bitte zeige kurz deine beiden Kommunikationsparameter im Script und die beiden in den mqtt.X. Objekten...

                            H Offline
                            H Offline
                            hansi44
                            wrote on last edited by
                            #7254

                            @armilar

                            das schaut bei mir im script so aus
                            e4ed9cca-e187-41f0-9ed8-c7a47a77c342-grafik.png

                            ich habe die id's direkt aus den objekten kopiert, passt das?

                            Ich hab in letzter Zeit wenig mit iobroker gemacht, aber was mich auch gewundert hat, wenn ich in den Objekten in iobroker rechts neben dem ID namen "kopieren" geklickt habe, bilde ich mir ein wurde früher immer der komplette Pfad des Objekts übernommen
                            43a73c33-00b6-4db6-a919-5024e1bc25a0-grafik.png

                            also hier zB "mqtt.0.cmnd.tasmota_85D34C.CustomSend" .. er hat aber jetzt immer nur den Objektnamen kopiert, also nur "CustomSend" .. ging das nicht irgendwie mal anders? VG

                            arteckA 1 Reply Last reply
                            1
                            • H Offline
                              H Offline
                              hansi44
                              wrote on last edited by
                              #7255

                              danke auch nochmal für den richtigen link für die step-by-step anleitung

                              Ich bin nochmal alles Punkte bis 10) durchgegangen und tatsächlich war der hier
                              80921a3f-7976-496a-af37-030eeba88d81-grafik.png
                              komplett neu für mich, kann mich zumindest nicht erinnern, dass der im Youtoube Tutorial von haus:automation gezeigt wurde, vermutlich eine neue Einstellung(?)

                              Kurze Frage hier noch: besteht die Möglichkeit, Update-Anfragen auf dem NSPanel zu deaktivieren?

                              T 1 Reply Last reply
                              0
                              • H hansi44

                                @armilar

                                das schaut bei mir im script so aus
                                e4ed9cca-e187-41f0-9ed8-c7a47a77c342-grafik.png

                                ich habe die id's direkt aus den objekten kopiert, passt das?

                                Ich hab in letzter Zeit wenig mit iobroker gemacht, aber was mich auch gewundert hat, wenn ich in den Objekten in iobroker rechts neben dem ID namen "kopieren" geklickt habe, bilde ich mir ein wurde früher immer der komplette Pfad des Objekts übernommen
                                43a73c33-00b6-4db6-a919-5024e1bc25a0-grafik.png

                                also hier zB "mqtt.0.cmnd.tasmota_85D34C.CustomSend" .. er hat aber jetzt immer nur den Objektnamen kopiert, also nur "CustomSend" .. ging das nicht irgendwie mal anders? VG

                                arteckA Offline
                                arteckA Offline
                                arteck
                                Developer Most Active
                                wrote on last edited by arteck
                                #7256

                                @hansi44 sagte in SONOFF NSPanel mit Lovelace UI:

                                ging das nicht irgendwie mal anders? VG

                                wenn du auf das richtige Icon klickst dann kopiert der auch das richtige..

                                und kleiner exkurs zu

                                vermutlich eine neue Einstellung(?)

                                dies a1d86eca-b87a-4c61-a7fe-52279827dd18-grafik.png

                                sind zusatzpakete die benötigt werden in scripten.. denke ich mir was neues aus und es wird ein paket xyz benötigt dann muss es auch eingetragen werden.. was vor 2 monaten noch nicht da war.. zu alter script Verion , muss jetzt rein..

                                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                1 Reply Last reply
                                1
                                • H hansi44

                                  danke auch nochmal für den richtigen link für die step-by-step anleitung

                                  Ich bin nochmal alles Punkte bis 10) durchgegangen und tatsächlich war der hier
                                  80921a3f-7976-496a-af37-030eeba88d81-grafik.png
                                  komplett neu für mich, kann mich zumindest nicht erinnern, dass der im Youtoube Tutorial von haus:automation gezeigt wurde, vermutlich eine neue Einstellung(?)

                                  Kurze Frage hier noch: besteht die Möglichkeit, Update-Anfragen auf dem NSPanel zu deaktivieren?

                                  T Offline
                                  T Offline
                                  TT-Tom
                                  wrote on last edited by
                                  #7257

                                  @hansi44

                                  ja, es gibt zwei punkte die man deaktivieren kann. einmal die automatischen Updates und die Meldungen auf dem Display.
                                  zum Nachlesen im Wiki unter Service Seiten

                                  einmal unter Info, einmal unter Firmware

                                  Gruß Tom
                                  https://github.com/tt-tom17
                                  Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                                  NSPanel Script Wiki
                                  https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                  NSPanel Adapter Wiki
                                  https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                                  1 Reply Last reply
                                  1
                                  • N Neral12

                                    @ticaki
                                    Super 👍 Besten Dank! 💯

                                    T Do not disturb
                                    T Do not disturb
                                    ticaki
                                    wrote on last edited by
                                    #7258

                                    @neral12

                                    sobald @TT-Tom die PR genehmigt hat, ist die Funktion drin. Die Felder im Advanced left und indicator werden ab 4.7.2.3 IconSelect unterstützen.

                                    Weather-Warnings Espresense NSPanel-Lovelace-ui Tagesschau

                                    Spenden

                                    ArmilarA 1 Reply Last reply
                                    3
                                    • T ticaki

                                      @neral12

                                      sobald @TT-Tom die PR genehmigt hat, ist die Funktion drin. Die Felder im Advanced left und indicator werden ab 4.7.2.3 IconSelect unterstützen.

                                      ArmilarA Offline
                                      ArmilarA Offline
                                      Armilar
                                      Most Active Forum Testing
                                      wrote on last edited by
                                      #7259

                                      @ticaki

                                      ist drin...

                                      DEV-Script:

                                      https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/DEV/NSPanelTs.ts

                                      Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                                      https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      1 Reply Last reply
                                      3
                                      • MichaelFM Offline
                                        MichaelFM Offline
                                        MichaelF
                                        wrote on last edited by
                                        #7260

                                        Hi,

                                        ich habe bei mir bei einem Display noch einen Fehler gefunden und zwar werden diese Aliase nicht angelgt:

                                        //Level_3
                                        let NSPanel_ScreensaverDimmode: PageType =
                                        {
                                            'type': 'cardEntities',
                                            'heading': findLocaleServMenu('dimmode'),
                                            'useColor': true,
                                            'subPage': true,
                                            'parent': NSPanel_Screensaver,
                                            'home': 'NSPanel_Service',
                                            'items': [
                                                                        /*PageItem*/{id: AliasPath + 'Dimmode.brightnessDay', name: findLocaleServMenu('brightness_day'), icon: 'brightness-5', offColor: Menu, onColor: Menu, minValue: 5, maxValue: 10},
                                                                        /*PageItem*/{id: AliasPath + 'Dimmode.brightnessNight', name: findLocaleServMenu('brightness_night'), icon: 'brightness-4', offColor: Menu, onColor: Menu, minValue: 0, maxValue: 4},
                                                                        /*PageItem*/{id: AliasPath + 'Dimmode.hourDay', name: findLocaleServMenu('hour_day'), icon: 'sun-clock', offColor: Menu, onColor: Menu, minValue: 0, maxValue: 23},
                                                                        /*PageItem*/{id: AliasPath + 'Dimmode.hourNight', name: findLocaleServMenu('hour_night'), icon: 'sun-clock-outline', offColor: Menu, onColor: Menu, minValue: 0, maxValue: 23}
                                            ]
                                        };
                                        

                                        7100ee75-778e-4410-a7a5-ae1210040258-image.png

                                        245093cb-b396-4fb8-90ca-6b074089c196-image.png

                                        Hat jemand vielleicht eine Idee wo ich suchen muss.

                                        Grüße

                                        ArmilarA 1 Reply Last reply
                                        0
                                        • MichaelFM MichaelF

                                          Hi,

                                          ich habe bei mir bei einem Display noch einen Fehler gefunden und zwar werden diese Aliase nicht angelgt:

                                          //Level_3
                                          let NSPanel_ScreensaverDimmode: PageType =
                                          {
                                              'type': 'cardEntities',
                                              'heading': findLocaleServMenu('dimmode'),
                                              'useColor': true,
                                              'subPage': true,
                                              'parent': NSPanel_Screensaver,
                                              'home': 'NSPanel_Service',
                                              'items': [
                                                                          /*PageItem*/{id: AliasPath + 'Dimmode.brightnessDay', name: findLocaleServMenu('brightness_day'), icon: 'brightness-5', offColor: Menu, onColor: Menu, minValue: 5, maxValue: 10},
                                                                          /*PageItem*/{id: AliasPath + 'Dimmode.brightnessNight', name: findLocaleServMenu('brightness_night'), icon: 'brightness-4', offColor: Menu, onColor: Menu, minValue: 0, maxValue: 4},
                                                                          /*PageItem*/{id: AliasPath + 'Dimmode.hourDay', name: findLocaleServMenu('hour_day'), icon: 'sun-clock', offColor: Menu, onColor: Menu, minValue: 0, maxValue: 23},
                                                                          /*PageItem*/{id: AliasPath + 'Dimmode.hourNight', name: findLocaleServMenu('hour_night'), icon: 'sun-clock-outline', offColor: Menu, onColor: Menu, minValue: 0, maxValue: 23}
                                              ]
                                          };
                                          

                                          7100ee75-778e-4410-a7a5-ae1210040258-image.png

                                          245093cb-b396-4fb8-90ca-6b074089c196-image.png

                                          Hat jemand vielleicht eine Idee wo ich suchen muss.

                                          Grüße

                                          ArmilarA Offline
                                          ArmilarA Offline
                                          Armilar
                                          Most Active Forum Testing
                                          wrote on last edited by
                                          #7261

                                          @michaelf

                                          Lösche mal die 4 Datenpunkte unter 0_userdata... Danach nochmal das Script starten

                                          Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                                          https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          MichaelFM 1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          550

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe