Skip to content

Commit 1b1dcc0

Browse files
committed
Use site.url
1 parent bcf1967 commit 1b1dcc0

10 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
A [Jekyll](http://jekyllrb.com/) based blog.
44

5-
[https://rianoc.github.io/](https://rianoc.github.io/)
5+
[http://www.rianoc.com/](http://www.rianoc.com/)

_posts/2020-01-18-MP3-Players.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Similar to the Creative this was a solid compact player. I believe I lost this e
2323

2424
## Phones (2011 onward)
2525

26-
The [Xperia Play](https://rianoc.github.io/2019/03/03/Phones/) was the first phone I had which had both a micro-sd slot and a 3.5mm headphone jack. Since then I had always used my phone rather than a dedicated mp3 player.
26+
The [Xperia Play]({{ site.url }}/2019/03/03/Phones/) was the first phone I had which had both a micro-sd slot and a 3.5mm headphone jack. Since then I had always used my phone rather than a dedicated mp3 player.

_posts/2020-02-12-Spectre-Update.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: "Update on issues with HP Spectre x360 15 Vega"
55
date: 2020-02-12 21:38:00
66
---
77

8-
Following on from my first post on my [Spectre](https://rianoc.github.io/2020/01/18/spectre/) laptop I found an issue.
8+
Following on from my first post on my [Spectre]({{ site.url }}/2020/01/18/spectre/) laptop I found an issue.
99
After reinstalling Windows my keyboard would no longer turn off when I rotated the machine in to tablet mode.
1010
The rotation sensor was also no working. I went through ensuring I had installed all drivers but had no success.
1111
There was no good leads in online sources either.

_posts/2020-06-06-Spectre-Update-2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ date: 2020-06-06 16:35:00
77

88
After a number of `VIDEO_TDR_FAILURE` blue screens I went back to HP and this time they replaced the motherboard in the the laptop. The repair report specified bad GPU memory as the fault.
99

10-
So far both the throttling issues and blue screens from the previous 2 posts ([1](https://rianoc.github.io/2020/01/18/spectre/) / [2](https://rianoc.github.io/2020/02/12/Spectre-Update/)) have not been seen. HP were fast to get the repair completed. If I have issues with any machine in the future I will be more proactive in contacting the manufacturer rather than trying to work around myself with drivers/updates etc.
10+
So far both the throttling issues and blue screens from the previous 2 posts ([1]({{ site.url }}/2020/01/18/spectre/) / [2]({{ site.url }}/2020/02/12/Spectre-Update/)) have not been seen. HP were fast to get the repair completed. If I have issues with any machine in the future I will be more proactive in contacting the manufacturer rather than trying to work around myself with drivers/updates etc.

_posts/2020-07-21-Limiting-phone-charge-with-Node-RED.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: "Limiting phone charge using Home Assistant and Node-RED"
55
date: 2020-07-21 21:20:00
66
---
77

8-
One of the biggest annoyances I have with my Samsung [S10e](https://rianoc.github.io/2019/09/21/SamsungS10E/) is it's idle power draw. Overnight when not being used it's drains close to 30% of it battery capacity. As a result I have to leave the phone plugged in overnight. This was a habit I lost when I had my Oneplus phones. Having some concerns about the long term effects on the phones battery I thought I could use Home Assistant to help.
8+
One of the biggest annoyances I have with my Samsung [S10e]({{ site.url }}/2019/09/21/SamsungS10E/) is it's idle power draw. Overnight when not being used it's drains close to 30% of it battery capacity. As a result I have to leave the phone plugged in overnight. This was a habit I lost when I had my Oneplus phones. Having some concerns about the long term effects on the phones battery I thought I could use Home Assistant to help.
99

1010
Items needed:
1111
* [Home Assistant](https://www.home-assistant.io/)

_posts/2020-08-08-Home-Assistant-Radio-Streaming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ The steps then were to:
5858

5959
My full [chromecast_radio.yaml]({{ site.url }}/assets/code/chromecast_radio.yaml) is available. Originally I had embedded it in a code block in this post but github pages build failed with an unknown [Liquid tag](https://docs.github.com/en/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#unknown-tag-error) error.
6060

61-
Now I can control radio from the UI in Home Assistant but this still requires a device with a web browser to operate. I will cover how I automated starting a stream with a single button press in my next [post](https://rianoc.github.io/2020/08/12/Sonoff-Zigbee/).
61+
Now I can control radio from the UI in Home Assistant but this still requires a device with a web browser to operate. I will cover how I automated starting a stream with a single button press in my next [post]({{ site.url }}/2020/08/12/Sonoff-Zigbee/).

_posts/2020-08-08-Limiting-phone-charge-with-automations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: "Limiting phone charge using Home Assistant Automations"
55
date: 2020-08-08 10:30:00
66
---
77

8-
In a previous [post](https://rianoc.github.io/2020/07/21/Limiting-phone-charge-with-Node-RED/) I outlined how I used Node-RED to automate my phone to stop charging at 80% to protect it's battery.
8+
In a previous [post]({{ site.url }}/2020/07/21/Limiting-phone-charge-with-Node-RED/) I outlined how I used Node-RED to automate my phone to stop charging at 80% to protect it's battery.
99

1010
Since then I have implemented the same task using Home Assistant Automations out of curiosity. I was able to configure it all from the [UI editor](https://www.home-assistant.io/docs/automation/editor/). I needed to create 2 separate automations to complete the task, one to stop charging at 80% and one to start charging at 60% or lower. If I edited the `yaml` code directly I would be able to complete in one automation but for something this simple I didn't see the need.
1111

_posts/2020-08-12-Sonoff-Zigbee.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [SNZB-01](https://sonoff.tech/product/smart-home-security/snzb-01) button is
1818

1919
* **Single press:** Toggle a Philips hue light + a Sonoff 26 plug with a string of LEDs plugged in to it.
2020
* **Double press:** Toggle a Sonoff S26 plug with a pedestal fan plugged in to it.
21-
* **Long press:** Stream RTÉ Radio on a Nest home mini. Background details can be found in a previous [post](https://rianoc.github.io/2020/08/08/Home-Assistant-Radio-Streaming/). The full automation resulted in:
21+
* **Long press:** Stream RTÉ Radio on a Nest home mini. Background details can be found in a previous [post]({{ site.url }}/2020/08/08/Home-Assistant-Radio-Streaming/). The full automation resulted in:
2222

2323
```yaml
2424
- id: '1597176597944'

_posts/2022-02-10-Electricity_price.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: "Automate Electricity prices in Home Assistant"
55
date: 2022-02-10 22:15:00
66
---
77

8-
I've been making some use of [Energy Management](https://www.home-assistant.io/blog/2021/08/04/home-energy-management/) in Home Assistant. I have several Samsung smart plugs [reporting](https://rianoc.github.io/2021/08/25/Samsung-Energy/) energy information.
8+
I've been making some use of [Energy Management](https://www.home-assistant.io/blog/2021/08/04/home-energy-management/) in Home Assistant. I have several Samsung smart plugs [reporting]({{ site.url }}/2021/08/25/Samsung-Energy/) energy information.
99

1010
My electricity tariff breaks down to four time windows:
1111

_posts/2022-05-19-Smart-Washing-Machine.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ date: 2022-05-19 13:20:00
1010
Our washing machine which was in our house already when we arrived is a [Bosch Classixx 1400 Express](https://www.bosch-home.co.uk/supportdetail/product/WFO2867GB/15). Unfortunately it does not have a delay function allowing us to schedule when it runs. The reason for wanting this:
1111

1212
* Convenience to schedule so if we are out of the house the clothes are not sitting wet waiting to be removed.
13-
* Economy to schedule when the [electricity tariff](https://rianoc.github.io/2022/02/10/Electricity_price/) is cheapest.
13+
* Economy to schedule when the [electricity tariff]({{ site.url }}/2022/02/10/Electricity_price/) is cheapest.
1414
* Efficiency to schedule when the grid is using the most renewable power sources.
1515

16-
I looked for smart product which could press the start button to add the delay ability to the machine. Initially I was looking for Zigbee devices. The only item I could find was a [Third Reality Smart Switch Gen3](https://www.3reality.com/online-store/Third-Reality-Smart-Switch-Gen3-Zigbee-Version-p381658008]) but it was not going to be suitable for a number of reasons:
16+
I looked for smart product which could press the start button to add the delay ability to the machine. Initially I was looking for Zigbee devices. The only item I could find was a [Third Reality Smart Switch Gen3](https://www.3reality.com/online-store/Third-Reality-Smart-Switch-Gen3-Zigbee-Version-p381658008) but it was not going to be suitable for a number of reasons:
1717

1818
* It's design covers the existing button meaning if it fails or battery run out you need to remove it to operate the machine.
1919
* The mechanism slides as it is made for US style light switches. This would have needed some adaptation to press the machine button.
@@ -33,7 +33,7 @@ I saw in the app that there is some NFC support but it requires their hub which
3333

3434
## Monitoring power
3535

36-
I added [SmartThing plug](https://rianoc.github.io/2021/08/25/Samsung-Energy/) to the washing machine which would monitor it's power usage and extend the Zigbee network.
36+
I added [SmartThing plug]({{ site.url }}/2021/08/25/Samsung-Energy/) to the washing machine which would monitor it's power usage and extend the Zigbee network.
3737

3838
![Washing machine power usage]({{ site.url }}/assets/images/washingMachinePower.PNG)
3939

0 commit comments

Comments
 (0)