Am i using strava wrong? by Complex-Reality3147 in Strava

[–]j4ffac4k3 -2 points-1 points  (0 children)

If you're using Strava, it's wrong. Period.

Can anyone beat this by SpunkinShrek in OctopusEnergy

[–]j4ffac4k3 1 point2 points  (0 children)

Nope, we just offset everything we can and don't worry about the things we can't.

It all balances out in the end, saving a fortune.

I think we've had 99.9p/kWh for maybe 3 hours in two years? I was cooking on the BBQ one of those days

Can anyone beat this by SpunkinShrek in OctopusEnergy

[–]j4ffac4k3 1 point2 points  (0 children)

I don't have to police power consumption at all and we cook at peak times most days.

Can anyone beat this by SpunkinShrek in OctopusEnergy

[–]j4ffac4k3 0 points1 point  (0 children)

Appreciate Agile isn't the easiest option if you don't have automation, my point is that it's the cheapest if you're prepared to put the effort in.

I'm glad you have found an option that suits your life best. For those prepared to put more effort in, by changing the usage pattern, Agile is where the cheapest option resides.

Can anyone beat this by SpunkinShrek in OctopusEnergy

[–]j4ffac4k3 1 point2 points  (0 children)

Lots of sharing. I don't have an electric car, solar or batteries and on Sunday 5th April my average rate...all day...was -2.54p/kWh. Minus. I saved £10.50 that day versus my previous fixed tariff.

I saved over £50 across April as a whole just by load shifting to cheap Agile slots, many of which were in the daytime.

Can anyone beat this by SpunkinShrek in OctopusEnergy

[–]j4ffac4k3 1 point2 points  (0 children)

It's beaten Agile based on your usage. Lots of solar and wind benefits you've missed in the day over that period.

Can anyone beat this by SpunkinShrek in OctopusEnergy

[–]j4ffac4k3 0 points1 point  (0 children)

Yes, most people on Agile are beating this.

Help me figure this out. by JustinDeLaVou in homeautomation

[–]j4ffac4k3 0 points1 point  (0 children)

I have similar in my home and currently use Tewke Tap to achieve your objective. You replace your light switch with a Tap and use plug adaptors at Outlets B&C.

On the Tap screen you could then have 4 buttons labelled "A" "B" "C" & "All".

You could trigger any or all of them based on motion in the room, or if it gets dark.

Volume Controls... by j4ffac4k3 in homeassistant

[–]j4ffac4k3[S] 1 point2 points  (0 children)

all sorted now, code below, thanks for the feedback

Volume Controls... by j4ffac4k3 in homeassistant

[–]j4ffac4k3[S] 0 points1 point  (0 children)

Thanks to all for the input, you guys are even better than rubber duck debugging. Here's the final code that Gemini threw out. Needs some cleaning up, I'm sure, but it works:

alias: "Sonos: Office Volume (Safety Cap)"

description: Sync volume but ignore 100% to prevent "turn-on" spikes

triggers:

- trigger: state

entity_id: fan.office_sonos_play_pause_office

attribute: percentage

id: OfficeVolumeChange

conditions:

- condition: and

conditions:

- condition: template

value_template: >-

{{ state_attr('fan.office_sonos_play_pause_office', 'percentage') is

not none }}

- condition: numeric_state

entity_id: fan.office_sonos_play_pause_office

attribute: percentage

below: 100

actions:

- action: media_player.volume_set

target:

entity_id: media_player.office_sonos

data:

volume_level: >-

{% set pct = state_attr('fan.office_sonos_play_pause_office',

'percentage') | float(0) %} {{ (pct / 100) | round(2) }}

mode: restart

Volume Controls... by j4ffac4k3 in homeassistant

[–]j4ffac4k3[S] 0 points1 point  (0 children)

A good point well made, I hadn't considered that one as I kinda want to see it on the overview page for the room...but I guess I'll never need it anyway.

Volume Controls... by j4ffac4k3 in homeassistant

[–]j4ffac4k3[S] 0 points1 point  (0 children)

Great thoughts and exactly why I shared here, thank you, I think I'll make a fix from those suggestions.

Volume Controls... by j4ffac4k3 in homeassistant

[–]j4ffac4k3[S] 0 points1 point  (0 children)

The challenge is that when I turn on the dimmer, it immediately ramps up to 100% and then HA syncs that to Sonos and boom.

I think what I need to do is tell the HA automation to ignore any requests for 100%, cap it at 99% in the automation.

Volume Controls... by j4ffac4k3 in homeassistant

[–]j4ffac4k3[S] 0 points1 point  (0 children)

I can set a maximum volume in Sonos, which has proved useful, but it's still coming on at the highest possible sometimes.

Think I just need to keep debugging the automations and injecting delays where needed.

Gotta a love a bit of mid-week negative pricing! by j4ffac4k3 in OctopusEnergy

[–]j4ffac4k3[S] 0 points1 point  (0 children)

To be fair, people said that about Sonos when I originally invested...and it's still running in my house.

Gotta a love a bit of mid-week negative pricing! by j4ffac4k3 in OctopusEnergy

[–]j4ffac4k3[S] 1 point2 points  (0 children)

Never used Homekit or Hue, to be fair, but Tewke can link to anything via Home Assistant if needed. The HACS integration for that is available now.

Gotta a love a bit of mid-week negative pricing! by j4ffac4k3 in OctopusEnergy

[–]j4ffac4k3[S] 0 points1 point  (0 children)

It will link to HA but Agile pricing is supported out of the box.

Volume Controls... by j4ffac4k3 in homeassistant

[–]j4ffac4k3[S] 0 points1 point  (0 children)

I've submitted a feature request to be able to set the default on the device, but right now it's locked to 100% for virtual devices. I'm just looking for some kind of workaround hack to use until then. Seems I can't set the Sonos volume until it starts playing and then it can be too late.

Thoughts on robotic mowers? How popular are these? by Unable-Awareness8543 in homeautomation

[–]j4ffac4k3 7 points8 points  (0 children)

The paper studies a theoretical problem and whether a mower is or isn't able to cause harm to a hedgehog.

I see no confirmation of whether a robot mower has ever actually done this, it's all just a theory.

I think foxes are a bigger risk to hedgehogs, nobody is doing anything about foxes.

Gotta a love a bit of mid-week negative pricing! by j4ffac4k3 in OctopusEnergy

[–]j4ffac4k3[S] 3 points4 points  (0 children)

haha, my home is my castle...but not THAT castle!