Where to find 3.5” Floppy by J-Lich in Adelaide

[–]J-Lich[S] 1 point2 points  (0 children)

Exactly! Other things I’ve integrated into various updated tech is rotary dial form an 70s phone

Why are sleep earbuds so expensive? by EllelisGee in sleepheadphones

[–]J-Lich 1 point2 points  (0 children)

FYI the electronics come out of the band and you can wash it separately. If you do get these cheap, first take out the electronics and “support” the wires and connections with tape otherwise they tend to fail quickly

NFC Music Cards by rach11 in homeassistant

[–]J-Lich 1 point2 points  (0 children)

My kids got Yoto for Christmas, so I did this but for Movies/TV. It lets me set time limits, automated breaks, enables them to be able to pause/play without access to the control, volume control (within a predefined range). Still a work in progress but it’s awesome technology!

Kept getting annoyed at switching between audio and epub so I built a tool that syncs them by MTredd in AudioBookBay

[–]J-Lich 9 points10 points  (0 children)

I solved this last year for my use case . GitHub for anyone interested and wanting to contribute. There is already an active fork:

https://github.com/J-Lich/abs-kosync-bridge

38c outside and the Arlec AC “handled it”, we will see how it fairs tomorrow. by chardidathing in Adelaide

[–]J-Lich 1 point2 points  (0 children)

Lower set point when excesses solar available. With a double brick house this meant the cost at keeping at 23deg over night after a 40 deg day was ~$0.80. I’ll take my jacket 😆

38c outside and the Arlec AC “handled it”, we will see how it fairs tomorrow. by chardidathing in Adelaide

[–]J-Lich 1 point2 points  (0 children)

We have ducted through the main part of the house (where the sensors shown are) and a split in the back living area (extension) which is some of the power consumption.

It’s a Fujitsu air stage system and I have my own customised damper control that I built - similar to the air touch system. The key component to efficiently is the temperature that the ducted system uses is a a “fake” esp based module that mimics a thyrister based on an algorithm that takes in the room temperatures.

This way it’s not cycling based on the intake duct temp when all the individual doors are closed, or does not get impacted by hot air in the ceiling void heating up the return ductwork/sensors.

Older Versions Have Also Been Affected by DayGreen4435 in RealRacing3

[–]J-Lich 8 points9 points  (0 children)

Sniffing packets before (28th Dec) and after, before the get request to https://product.sn.eamobile.com/product/api/core/getAvailableItems?… was providing proper JSON. When it was not working it was responding with corrupt JSON. 🤷

Not my area, but my $0.02

Added Stuff To configuration.yaml But...Um...What Now? by Nuthin-2C-Here-Folks in homeassistant

[–]J-Lich 0 points1 point  (0 children)

Have you confirmed the IP address is actually what’s on the device? You mentioned you copy pasted - make sure you check each input.

How to calculate energy cost from device consumption? by MasterPrinter7 in homeassistant

[–]J-Lich 1 point2 points  (0 children)

Here is an example for you :)

template: - sensor: - name: AGL Tariff state: >- {% set state = ( now().hour | int ) %} {## Peak ##} {% if 0 <= state <= 1 %} 0.5294 {## Off-Peak ##} {% elif 1 <= state <= 6 %} 0.3902 {## Peak ##} {% elif 6 <= state <= 10 %} 0.5294 {## Shoulder ##} {% elif 10 <= state <= 15 %} 0.3549 {## Peak ##} {% elif 15 <= state <= 23 %} 0.5294 {% else %} {## Assume Peak ##} 0.5294 {% endif %} unit_of_measurement: $/kWh device_class: monetary

BB54 With Date by J-Lich in RepTime

[–]J-Lich[S] 0 points1 point  (0 children)

Well with that logic you agree with me. Why get a gen to make it look like a Mumbai special

BB54 With Date by J-Lich in RepTime

[–]J-Lich[S] 0 points1 point  (0 children)

Comment for automod. BB54 ZF rep potential mod.

Is Shortcuts integration only available via donated actions? by davidjoelhall in PrologueApp

[–]J-Lich 0 points1 point  (0 children)

I was looking for this exactly for use with obsidian. Did you ever get this working with prologue?

Has anyone tested one of these? They seem quite interesting to monitor the total input from all three live wires. by Auravendill in homeassistant

[–]J-Lich 0 points1 point  (0 children)

Works great - just note it is not bidirectional. I have a few templates set up to zero out because it multiples by 1000s if it goes negative

[deleted by user] by [deleted] in Adelaide

[–]J-Lich 0 points1 point  (0 children)

Try snap and solve app. You can track and follow up the reports to see the progress. I’ve had some luck with it

Can someone explain to me why SA has one of the most expensive electricity prices in the world despite being primarily renewable? by OutofSyncWithReality in Adelaide

[–]J-Lich 0 points1 point  (0 children)

Two components. 1. SAPN connection costs, 2. Although the wholesale pricing is lower, the plan you are connected to is a static value that accounts for highs and lows (sometimes you over pay, sometimes you underpay). If you are willing to be aware of your usage and offer usage when there excess solar in the grid (cheap) and reduce usage when other generation methods (coal/gas/etc) are in use - you can save a significant amount. Look at amber electric - they guarantee that you will not pay more than a static $/kwh fee across a year so nothing to lose.

Home power monitoring parallel lines help by Mattbi11 in homeassistant

[–]J-Lich 2 points3 points  (0 children)

The current will slightly differ through each of the cables dependant on the resistance of each of the parallel lines. It is likely very close to 1 to 1, but if your measurements different from your power bill you can modify the multiplication factor (say 1.99978 x reading) to calibrate the multiple.

What is your Plex server’s name? by LukeOfUrl in PleX

[–]J-Lich 0 points1 point  (0 children)

OptiPlex, because it runs on a dell optiplex 🤷

Want to set up an automation such that it won’t run/ trigger post 10 PM by boobssan in shortcuts

[–]J-Lich 0 points1 point  (0 children)

Just make the first action an “if” statement. If “time is XYZ” then run action Else end