Skip to content

Commit

Permalink
update username
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Jan 20, 2024
1 parent 993aa83 commit 68999f2
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions js/pc_control/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"mqtt":{
"host":"mqtt_broquer",
"host":"localhost",
"port":1883,
"keepalive":60,
"client_id":"pc_power_client",
Expand Down Expand Up @@ -30,7 +30,7 @@
"retro_light_dimmer": "esp/dimmer/request"
},
"log":{
"logfile":"/home/pi/share/pc_control (date).log",
"logfile":"/home/wass/share/pc_control (date).log",
"exceptions_log_file":"pc_control_exceptions.log",
"level":"info"
}
Expand Down
3 changes: 1 addition & 2 deletions js/pc_control/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified js/pc_control/pc.js
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions js/pc_control/pc_power.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ After=multi-user.target

[Service]
Type=simple
ExecStart=node /home/pi/raspi/js/pc_control/pc.js
ExecStart=node /home/wass/raspi/js/pc_control/pc.js
Restart=on-abort

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion py/bathroom/bathroom.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/pi/raspi/py/bathroom/bathroom.py
ExecStart=/usr/bin/python3 /home/wass/raspi/py/bathroom/bathroom.py
Restart=on-abort

[Install]
Expand Down
2 changes: 1 addition & 1 deletion py/bathroom/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"button_fan_long_min":30,
"humidity_sensor_timeout_min":12,
"log":{
"logfile":"/home/pi/share/bathroom(date).log",
"logfile":"/home/wass/share/bathroom(date).log",
"level":"Info"
}
}
2 changes: 1 addition & 1 deletion py/heating/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
},
"log":{
"logfile":"/home/pi/share/heat_cut(date).log",
"logfile":"/home/wass/share/heat_cut(date).log",
"level":"Info"
}
}
2 changes: 1 addition & 1 deletion py/heating/heat_cut.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/pi/raspi/py/heating/heat.py
ExecStart=/usr/bin/python3 /home/wass/raspi/py/heating/heat.py
Restart=on-abort
[Install]
Expand Down
Empty file modified py/heating/setup.sh
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions py/hue/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bridges":{
"LivingRoom":"hue",
"username_config":"/home/pi/.python_hue"
"LivingRoom":"10.0.0.38",
"username_config":"/home/wass/.python_hue"
},
"mqtt":{
"host":"mqtt_broquer",
"host":"localhost",
"port":1883,
"keepalive":60,
"client_id":"hue_client",
Expand Down Expand Up @@ -75,7 +75,7 @@
}
},
"log":{
"logfile":"/home/pi/share/hue(date).log",
"logfile":"/home/wass/share/hue(date).log",
"level":"Info"
}
}
2 changes: 1 addition & 1 deletion py/hue/hue.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/pi/raspi/py/hue/hue.py
ExecStart=/usr/bin/python3 /home/wass/raspi/py/hue/hue.py
Restart=on-abort
CPUSchedulingPolicy=fifo
CPUSchedulingPriority=90
Expand Down
Empty file modified py/hue/setup.sh
100644 → 100755
Empty file.

0 comments on commit 68999f2

Please sign in to comment.