Git Product home page Git Product logo

smarthomeserver's People

Contributors

oliverhi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

smarthomeserver's Issues

Zigbee2MQTT error after deployment

zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:20: Starting Zigbee2MQTT version 1.28.4 (commit #52e545f)
zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:20: Starting zigbee-herdsman (0.14.76)
zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:21: zigbee-herdsman started (resumed)
zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:21: Coordinator firmware version: '{"meta":{"maintrel":0,"majorrel":38,"minorrel":114,"product":0,"revision":"0x26720700","transportrev":0},"type":"ConBee2/RaspBee2"}'
zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:21: Currently 0 devices are joined:
zigbee2mqtt | Zigbee2MQTT:warn 2022-12-27 12:15:21: permit_join set to true in configuration.yaml.
zigbee2mqtt | Zigbee2MQTT:warn 2022-12-27 12:15:21: Allowing new devices to join.
zigbee2mqtt | Zigbee2MQTT:warn 2022-12-27 12:15:21: Set permit_join to false once you joined all devices.
zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:21: Zigbee: allowing new devices to join.
zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:22: Connecting to MQTT server at mqtt://localhost
zigbee2mqtt | Zigbee2MQTT:error 2022-12-27 12:15:22: MQTT error: connect ECONNREFUSED 127.0.0.1:1883
zigbee2mqtt | Zigbee2MQTT:error 2022-12-27 12:15:22: MQTT failed to connect, exiting...
zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:22: Stopping zigbee-herdsman...
zigbee2mqtt | Zigbee2MQTT:error 2022-12-27 12:15:23: MQTT error: connect ECONNREFUSED 127.0.0.1:1883
zigbee2mqtt | Zigbee2MQTT:info 2022-12-27 12:15:23: Stopped zigbee-herdsman
README.md

smarthomeserver.zip

env file

# general
DATADIR=/dockerData
TZ=Europe/Berlin
PUID=1000
PGID=1000
[email protected]
SMTP_SERVER=smtp.yourserver.net
SMTP_PORT=587
SMTP_USER=username
SMTP_PASSWORD=password123

# pihole
PH_WEBPASSWORD=password123

# watchtower
[email protected]

# pushover (used with watchtower)
PO_USERKEY=abc123
PO_TOKEN=def456

zigbee2mqtt_configuration.yaml

# example config for usage with the Sonoff Zbridge controller and Home Assistant
homeassistant: true
permit_join: false
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://192.168.2.4 # your mqtt broker IP
serial:
  port: tcp://192.168.3.6:8888 # IP of your Zigbee bridge
  adapter: ezsp
# alternative with USB connection
#serial:  
#  port: /dev/ttyUSB0
frontend: true
advanced:
  network_key: GENERATE # generates a new key on first start and automatically replaces this

mosquitto.conf

pid_file /var/run/mosquitto.pid

persistence true
persistence_location /mosquitto/data/

log_dest file /mosquitto/log/mosquitto.log

port 1883
listener 9001
protocol websockets

Code for the nice dashbaords you have

It would be awesome if you can share the json files for the dashboards you have created :D
I was looking for a quick way to check my temps on grafana instead of going to history tab of HA since I didnt finish setting up everything on the last weekend

Preparing Grafana for sharing

I did every configuration you suggested for Grafana:
Capture d’écran, le 2022-08-07 à 10 50 36
I also included those in the documentation of the add-on.

But I keep getting 401 Unauthorized view when trying to access my embedded graphs:

297045271_386144540324650_6605440398211777314_n

If I want to solve this, I must access the Web User Interface once, and now I get the graphs showing:
296066502_1010007173021253_7697519921430684608_n

But this solution s temporary as long as my server is running. When rebooting HA, I will need to access Grafana Web User Interface again to display my graphs.

Your help would be much appreciated

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.