Giter VIP home page Giter VIP logo

Comments (3)

blacklight avatar blacklight commented on June 3, 2024

The right configuration should be something like this (the zwave plugin/backend split is a bit confusing for now, but I'm planning to fix it):

backend.http:
    port: 8008
    websocket_port: 8009

zwave:
    enabled: true

backend.zwave:
    device: /dev/ttyUSB3

Also, blank logging.yaml and media.yaml are not required - you can simply remove those files from the include section of config.yaml and they won't be searched.

The hostname in hostname:8008 should point to the hostname/IP address of the device. If that doesn't work could you paste the logs of the application? It may be that some other zombie Platypush process is occupying the port.

from platypush.

billwatsonaz avatar billwatsonaz commented on June 3, 2024

Hi Fabio -

I made the changes you mentioned and took a bunch of items out of the config.yaml file that we are not planning to use. I can still get the application to run using 'python3 -m platypush', but cannot access the web backend. I have attached the log file and the config.yaml file (I had to add .txt after the file name to get it to upload).

I really appreciate your help! Thanks!

Live well,

Bill Watson

platypush.log
config.yaml.txt

from platypush.

blacklight avatar blacklight commented on June 3, 2024

You have inserted the zwave and backend.zwave configuration in the middle of the backend.http configuration - dashboard is still part of the backend.http block. With that configuration dashboard will be interpreted as a part of backend.zwave and the program won't know how to treat it. Just move the zwave and backend.zwave blocks outside of the backend.http block (or simply remove the dashboard block if you aren't planning to use the full-screen dashboard in the web server) and I think that it should work. You may also remove the backend.http.poll configuration unless you want to periodically pull updates from RSS feeds. In general, if you want to only use the ZWave integration and the web panel then the short configuration I've posted earlier should suffice for your case.

from platypush.

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.