This site can’t be reached - http://hostname:8008/ #63

Closed
opened 2022-07-05 01:38:45 +02:00 by blacklight · 0 comments
Owner

Created by: billwatsonaz

Hi All -

First, I really appreciate this application and your post about creating a z-wave bridge. I think we fixed all our install issues on our Raspberry Pi by using Python3. We have made it through all of the install steps and created a config file using everything in the example file but we focused on the following:

backend.http:
    # Listening port
    port: 8008
    websocket_port: 8009

zwave:
    device: /dev/ttyUSB3
backend.zwave:
    enabled: true

We were able to start the service by creating blank loggging.yaml and media.yaml, but now when we try to access the HTTP backend at http://hostname:8008/ we get the error "This site can’t be reached".

Looking forward to getting this working. Thanks for all of your help!

*Created by: billwatsonaz* Hi All - First, I really appreciate this application and your post about creating a z-wave bridge. I think we fixed all our install issues on our Raspberry Pi by using Python3. We have made it through all of the install steps and created a config file using everything in the example file but we focused on the following: ``` backend.http: # Listening port port: 8008 websocket_port: 8009 zwave: device: /dev/ttyUSB3 backend.zwave: enabled: true ``` We were able to start the service by creating blank loggging.yaml and media.yaml, but now when we try to access the HTTP backend at http://hostname:8008/ we get the error "This site can’t be reached". Looking forward to getting this working. Thanks for all of your help!
blacklight added the
waiting user input
label 2022-07-05 01:38:45 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#63
No description provided.