Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. so

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 9
    • Best 0
    • Groups 1

    so

    @so

    Starter

    0
    Reputation
    3
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    so Follow
    Starter

    Latest posts made by so

    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      @eisbaeeer
      Okay, hab ein Issue aufgesetzt.

      posted in Hardware
      S
      so
    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      @eisbaeeer
      34bd1a15-3fc9-4daf-a2de-1ae59de6ca1b-image.png

      posted in Hardware
      S
      so
    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      @eisbaeeer Hier noch mein log vom buid, vielleicht siehst du nochwas. Ich bin mir unsicher, ob da alles okay verlaufen ist. Ist allerdings ohne vorheriges 'clean'.

      so@soso  ~/workspace/Ferraris_MQTT_Energy_Counter_Meter_TCRT5000/source/Ferraris_MQTT_Energy_Counter_Meter_TCRT5000   master ● ? ⍟1  pio run
      Processing nodemcuv2 (platform: espressif8266@3.0.0; board: nodemcuv2; framework: arduino)
      --------------------------------------------------------------------------------------------------------------------------------------------------------------------
      Verbose mode can be enabled via `-v, --verbose` option
      CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/nodemcuv2.html
      PLATFORM: Espressif 8266 (3.0.0) > NodeMCU 1.0 (ESP-12E Module)
      HARDWARE: ESP8266 160MHz, 80KB RAM, 4MB Flash
      PACKAGES: 
       - framework-arduinoespressif8266 3.30000.210519 (3.0.0) 
       - tool-esptool 1.413.0 (4.13) 
       - tool-esptoolpy 1.30000.201119 (3.0.0) 
       - toolchain-xtensa 2.100200.0 (10.2.0)
      LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
      LDF Modes: Finder ~ chain, Compatibility ~ soft
      Running npm ci...
      npm <command>
      
      Usage:
      
      npm install        install all the dependencies in your project
      npm install <foo>  add the <foo> dependency to your project
      npm test           run this project's tests
      npm run <foo>      run the script named <foo>
      npm <command> -h   quick help on <command>
      npm -l             display usage info for all commands
      npm help <term>    search for help on <term>
      npm help npm       more involved overview
      
      All commands:
      
          access, adduser, audit, bin, bugs, cache, ci, completion,
          config, dedupe, deprecate, diff, dist-tag, docs, doctor,
          edit, exec, explain, explore, find-dupes, fund, get, help,
          hook, init, install, install-ci-test, install-test, link,
          ll, login, logout, ls, org, outdated, owner, pack, ping,
          pkg, prefix, profile, prune, publish, rebuild, repo,
          restart, root, run-script, search, set, set-script,
          shrinkwrap, star, stars, start, stop, team, test, token,
          uninstall, unpublish, unstar, update, version, view, whoami
      
      Specify configs in the ini-formatted file:
          /home/so/.npmrc
      or on the command line via: npm <command> --key=value
      
      More configuration info: npm help config
      Configuration fields: npm help 7 config
      
      npm@8.1.4 /usr/local/lib/node_modules/npm
      Running npx browserslist@latest --update-db...
      
      Entering npm script environment at location:
      /home/so/workspace/Ferraris_MQTT_Energy_Counter_Meter_TCRT5000/source/Ferraris_MQTT_Energy_Counter_Meter_TCRT5000/.pio/libdeps/nodemcuv2/ESP8266 IoT Framework/scripts
      Type 'exit' or ^D when finished
      
       Running npm run build...
      npm <command>
      
      Usage:
      
      npm install        install all the dependencies in your project
      npm install <foo>  add the <foo> dependency to your project
      npm test           run this project's tests
      npm run <foo>      run the script named <foo>
      npm <command> -h   quick help on <command>
      npm -l             display usage info for all commands
      npm help <term>    search for help on <term>
      npm help npm       more involved overview
      
      All commands:
      
          access, adduser, audit, bin, bugs, cache, ci, completion,
          config, dedupe, deprecate, diff, dist-tag, docs, doctor,
          edit, exec, explain, explore, find-dupes, fund, get, help,
          hook, init, install, install-ci-test, install-test, link,
          ll, login, logout, ls, org, outdated, owner, pack, ping,
          pkg, prefix, profile, prune, publish, rebuild, repo,
          restart, root, run-script, search, set, set-script,
          shrinkwrap, star, stars, start, stop, team, test, token,
          uninstall, unpublish, unstar, update, version, view, whoami
      
      Specify configs in the ini-formatted file:
          /home/so/.npmrc
      or on the command line via: npm <command> --key=value
      
      More configuration info: npm help config
      Configuration fields: npm help 7 config
      
      npm@8.1.4 /usr/local/lib/node_modules/npm
      Found 41 compatible libraries
      Scanning dependencies...
      Dependency Graph
      |-- <ArduinoJson> 6.18.5
      |-- <ESP8266 IoT Framework> 1.9.0
      |   |-- <ArduinoJson> 6.18.5
      |   |-- <ESP8266WiFi> 1.0
      |   |-- <ESP8266HTTPClient> 1.2
      |   |   |-- <ESP8266WiFi> 1.0
      |   |-- <DNSServer> 1.1.0
      |   |   |-- <ESP8266WiFi> 1.0
      |   |-- <EEPROM> 1.0
      |   |-- <LittleFS(esp8266)> 0.1.0
      |   |-- <ESP Async WebServer> 1.2.3
      |   |   |-- <ESPAsyncTCP> 1.2.2
      |   |   |-- <Hash> 1.0
      |   |   |-- <ESP8266WiFi> 1.0
      |   |   |-- <ArduinoJson> 6.18.5
      |-- <ESP Async WebServer> 1.2.3
      |   |-- <ESPAsyncTCP> 1.2.2
      |   |-- <Hash> 1.0
      |   |-- <ESP8266WiFi> 1.0
      |   |-- <ArduinoJson> 6.18.5
      |-- <PubSubClient> 2.8.0
      |-- <LittleFS(esp8266)> 0.1.0
      Building in debug mode
      
      warning: Calling missing SConscript without error is deprecated.
      Transition by adding must_exist=False to SConscript calls.
      Missing SConscript 'scripts/preBuild.py'
      File "/home/so/.platformio/penv/lib/python3.8/site-packages/platformio/builder/main.py", line 188, in <module>
      Retrieving maximum program size .pio/build/nodemcuv2/firmware.elf
      Checking size .pio/build/nodemcuv2/firmware.elf
      Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
      RAM:   [======    ]  55.3% (used 45320 bytes from 81920 bytes)
      Flash: [========= ]  89.3% (used 932264 bytes from 1044464 bytes)
      =================================================================== [SUCCESS] Took 6.66 seconds ===================================================================
      
      posted in Hardware
      S
      so
    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      @eisbaeeer Ich nutze vscodium, falls du es genau nachvollziehen willst.

      posted in Hardware
      S
      so
    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      @eisbaeeer Hat leider nicht zu einem besseren Verhalten geführt.

      posted in Hardware
      S
      so
    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      @eisbaeeer Muss hier irgendwas bestimmtes gemacht werden?

      Entering npm script environment at location:
      /home/so/workspace/Ferraris_MQTT_Energy_Counter_Meter_TCRT5000/source/Ferraris_MQTT_Energy_Counter_Meter_TCRT5000/.pio/libdeps/nodemcuv2/ESP8266 IoT Framework/scripts
      Type 'exit' or ^D when finished
      
      

      Bekomme es nicht ans laufen. Wäre über hilfe dankbar.

      posted in Hardware
      S
      so
    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      @eisbaeeer Okay, das wusste ich nicht. Aber wie ist das mit dem Skript? Das exisitiert ja nicht an der Stelle, sondern im Framework.

      posted in Hardware
      S
      so
    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      @eisbaeeer Hi.
      Die beiden Dateien habe ich nicht angefasst.
      Der Aufbau des gesamten ist mir allerdings immer noch schleierhaft.
      Das Projekt von github habe ich geclonte und in vscodium integriert. Ebenso mit dem framework.

      Das Projekt nutzt ja das Framework als library, daher hatte ich keine weiteren Änderungen erwartet. Allerdings fehlt dann das script, was durch die platformio.io erwartet wird. Soll das so?

      posted in Hardware
      S
      so
    • RE: Ferraris Zähler mit TCRT5000 und esp8266

      Hi,

      ich versuche schon länger das Projekt zu bauen, was sich mit vscodium auf linux als recht anstrengend heraus gestellt hat. Aktuell baut es, aber auf dem Dashboard bekomme ich nur dir Meldung "There are no items defined in the JSON file". Hat jemand eine Idee, woran das liegen kann?

      Grüße so

      posted in Hardware
      S
      so
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo