Skip to content

Instantly share code, notes, and snippets.

@jonwest
jonwest / debug-log.txt
Created July 29, 2019 14:35
zigbee2mqtt - dev branch debug log
Attaching to zigbee2mqtt
zigbee2mqtt | Using '/app/data' as data directory
zigbee2mqtt |
zigbee2mqtt | > zigbee2mqtt@1.5.1 start /app
zigbee2mqtt | > node index.js
zigbee2mqtt |
zigbee2mqtt | 2019-07-29T14:30:24.130Z serialport/bindings loading LinuxBinding
zigbee2mqtt | zigbee2mqtt:info 7/29/2019, 5:30:24 AM Logging to directory: '/app/data/log/2019-07-29.05-30-23'
zigbee2mqtt | zigbee2mqtt:debug 7/29/2019, 5:30:24 AM Removing old log directory '/app/data/log/2019-07-29.05-19-13'
zigbee2mqtt | zigbee2mqtt:debug 7/29/2019, 5:30:24 AM Loaded state from file /app/data/state.json
@jonwest
jonwest / removed_groups_zigbee2mqtt_boot_process.log
Created July 28, 2019 06:34
Zigbee2MQTT Boot Process after removing groups
Attaching to zigbee2mqtt
zigbee2mqtt | Using '/app/data' as data directory
zigbee2mqtt |
zigbee2mqtt | > zigbee2mqtt@1.5.1 start /app
zigbee2mqtt | > node index.js
zigbee2mqtt |
zigbee2mqtt | zigbee2mqtt:info 7/27/2019, 9:11:43 PM Logging to directory: '/app/data/log/2019-07-27.21-11-42'
zigbee2mqtt | zigbee2mqtt:info 7/27/2019, 9:11:43 PM Starting zigbee2mqtt version 1.5.1 (commit #unknown)
zigbee2mqtt | zigbee2mqtt:info 7/27/2019, 9:11:43 PM Starting zigbee-shepherd
zigbee2mqtt | zigbee2mqtt:info 7/27/2019, 9:11:45 PM zigbee-shepherd started
Attaching to zigbee2mqtt
zigbee2mqtt | Using '/app/data' as data directory
zigbee2mqtt |
zigbee2mqtt | > zigbee2mqtt@1.5.1 start /app
zigbee2mqtt | > node index.js
zigbee2mqtt |
zigbee2mqtt | zigbee2mqtt:info 7/27/2019, 9:11:43 PM Logging to directory: '/app/data/log/2019-07-27.21-11-42'
zigbee2mqtt | zigbee2mqtt:info 7/27/2019, 9:11:43 PM Starting zigbee2mqtt version 1.5.1 (commit #unknown)
zigbee2mqtt | zigbee2mqtt:info 7/27/2019, 9:11:43 PM Starting zigbee-shepherd
zigbee2mqtt | zigbee2mqtt:info 7/27/2019, 9:11:45 PM zigbee-shepherd started
@jonwest
jonwest / docker-compose.yml
Created July 27, 2019 00:46
Zigbee2MQTT Dev - Docker Compose
version: "3"
services:
zigbee2mqtt:
image: koenkk/zigbee2mqtt:latest-dev
container_name: zigbee2mqtt
restart: unless-stopped
environment:
DEBUG: "*"
@jonwest
jonwest / log.txt
Created July 27, 2019 00:40
Zigbee2MQTT latest-dev log
7/26/2019, 3:36:49 PM - info: Logging to directory: '/app/data/log/2019-07-26.15-36-48'
7/26/2019, 3:36:49 PM - debug: Loaded state from file /app/data/state.json
7/26/2019, 3:36:49 PM - debug: Saving state to file /app/data/state.json
7/26/2019, 3:36:49 PM - info: Starting zigbee2mqtt version 1.5.1 (commit #unknown)
7/26/2019, 3:36:49 PM - info: Starting zigbee-shepherd
7/26/2019, 3:36:49 PM - debug: Using zigbee-shepherd with settings: '{"net":{"panId":6754,"extPanId":[221,221,221,221,221,221,221,221],"channelList":[25],"precfgkey":"HIDDEN"},"dbPath":"/app/data/database.db","coordBackupPath":"/app/data/coordinator_backup.json","sp":{"baudRate":115200,"rtscts":true}}'
7/26/2019, 3:36:51 PM - info: Error while starting zigbee-shepherd, attempting to fix... (takes 60 seconds) (Error: Write for 'BUFFER' not available)
7/26/2019, 3:37:51 PM - info: Starting zigbee-shepherd
7/26/2019, 3:37:53 PM - error: Error while starting zigbee-shepherd! (Error: Write for 'BUFFER' not available)

Keybase proof

I hereby claim:

  • I am jonwest on github.
  • I am jonwest (https://keybase.io/jonwest) on keybase.
  • I have a public key ASB_JpSmu_KYltfCgtdwr4xLnfXlxX2PbHJft0s1b-OgVAo

To claim this, I am signing this object:

server {
server_name image.open-src.net;
listen 80;
access_log /var/log/nginx/example.net.access.log;
location / {
proxy_pass http://cdc1;
include /etc/nginx/proxy_params;
}
}
// Create new collection:
Posts = new Meteor.Collection('posts');
// sample posts for illustrating problem:
Posts.insert({
'title': 'Some Title',
'tags' : [
{
'name' : 'Some Tag',
'yearAdded' : '2015'
@jonwest
jonwest / 0_reuse_code.js
Created January 30, 2014 16:58
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console