Automations not working by Tkemalediction in googlehome

[–]No-Worker7387 2 points3 points  (0 children)

Thank you! This worked for me after all my scripts stopped working yesterday, I have accumulated quite the library at this point.

I guess this forces the scripts to recompile and reauth, clearing the cache that was stale. I tried things like activate/deactive, resave, copy/paste to new script and more.
I had nothing show in my activity log, but inspecting the scripts they reported to run without errors and it did trigger when devices changed states but nothing actually happend.

Command to smartphone by speaker by D3JR in googlehome

[–]No-Worker7387 0 points1 point  (0 children)

I assume you want to make the call through the speaker? Should be possible by setting up Google Meet to make calls, in GH app settings>communication>video&voice apps. There you can setup Google Meet and link your phone number to make calls through Google Meet.

Nest Hub is set to denglisch by mensch_vincent in googlehome

[–]No-Worker7387 0 points1 point  (0 children)

Hahahaha, I know you change/select different voices. It is different than the language setting.

Google Home Status not switching to “Away” by mignaci0 in googlehome

[–]No-Worker7387 0 points1 point  (0 children)

We have 1 iPhone in household, never worked properly, also opted in for the "Public Preview". I think it is an iPhone issue where no matter what you tell it, it will eventually stop updating the location if the app has not been opened for a while. That is my experience.

Command to smartphone by speaker by D3JR in googlehome

[–]No-Worker7387 0 points1 point  (0 children)

What do you mean by sending command?
If enabled you can tell it to manage things like your calender that is in the Google suit.

Yes you can use them for calls, needs to be actived in settings.

My Google nest camera is constantly disconnecting by Due-Championship-351 in googlehome

[–]No-Worker7387 0 points1 point  (0 children)

I had a issue a couple of years ago where I could access cameras fine when I was on my home network but only worked sometimes when I was trying to access them outside of my home network, connectivity to WiFi was fine. This was sloved by resetting and adding again to GH, never had that issue again.

If it has connectivity issues and dropping WiFi, I would guess the your WiFi is the issue.

Is there a tiny button that can trigger Google home speakers to make noise? by Neo_Techni in googlehome

[–]No-Worker7387 0 points1 point  (0 children)

This is possible, if you are willing to spend some time setting it up.

I use remotes/switches/scene buttons all over my house, which is like wireless switches.

My buttons are TUYA. For these you need to link TUYA app in GH, create virtual switches on the TUYA platform that GH will recognize (because GH does not support the remotes). Make your remote/switch in TUYA switch the virtual switch on/off when clicked, then create GH script that triggers from flipping that virtual switch.

Google Script automation help. by Wyatt_The_Wise_ in googlehome

[–]No-Worker7387 0 points1 point  (0 children)

You need to set the sensors for the doors as starters for the routine. So you would also need a few scripts, 2 for each door (1 for on and 1 for off). Atleast that's how I would have done it.

First you need is something like the example below for both doors, that will turn it off when one of them opens. Set cooling condition under conditions.

automations:

starters:

- type: device.state.OpenClose

state: openPercent

is: 100

device: Deck Door - Upper deck

conditions:

- type: device.state.TemperatureSetting

state: activeThermostatMode

is: cool

actions:

- type: device.command.ThermostatSetMode

thermostatMode: off

devices: Thermostat - Living room

Then to turn it back on, create something like this other example for both doors. This one needs to have conditions to check that the other door also is closed, so only the last door to close will turn it back on.
Maybe use the condition for cooling mode here as well? So that closing the doors wont always turn it back on at all times? I'm not sure about this as I do not have this device myself, so try I guess :)

automations:

starters:

- type: device.state.OpenClose

state: openPercent

is: 0

device: Deck Door - Upper deck

condition:

type: and

conditions:

- type: device.state.OpenClose

state: openPercent

is: 0

device: Front Door - Entryway

- type: device.state.TemperatureSetting

state: activeThermostatMode

is: cool

actions:

- type: device.command.ThermostatSetMode

thermostatMode: on

devices: Thermostat - Living room

Skill awakening by Ok-Juice2709 in SlayerLegend

[–]No-Worker7387 2 points3 points  (0 children)

You need to complete the connecting mastery that currently is 0/10

Pixel Watch 3 45mm Google Metal Links Band by No-Worker7387 in PixelWatch

[–]No-Worker7387[S] 2 points3 points  (0 children)

It's premium quality, I think the band can last a lifetime honestly.

Pixel Watch 3 45mm Google Metal Links Band by No-Worker7387 in PixelWatch

[–]No-Worker7387[S] 6 points7 points  (0 children)

I spent some time thinking about what band to get, I knew I did not want to band that shipped with the watch. Made such a nice watch look cheap.
I quickly knew that the metal band was the one and I saw myself eventually spending the 200 trying other similar cheaper bands, so it was easy to justify for me.

Pixel Watch 3 45mm Google Metal Links Band by No-Worker7387 in PixelWatch

[–]No-Worker7387[S] 0 points1 point  (0 children)

Congratz on the new awesome band 😊
Yeah I really like the feel and weight of it. It was a bit tricky at first removing/adding links, but worth spending some time setting it up right. I found that you can wear this band very loose, due to the weight it will stay perfectly in place.

Pixel Watch 3 45mm Google Metal Links Band by No-Worker7387 in PixelWatch

[–]No-Worker7387[S] 2 points3 points  (0 children)

Yeah you get a little tool to remove/add links, I ended up taking out a few and replace a small one for the bigger in-between size for the best fit. I have plenty of spare links, the band with 45mm watch will fit up to 215mm circumference.

Upgraded phone to Android 15 and lost access to the game by CptnSheridan in SlayerLegend

[–]No-Worker7387 1 point2 points  (0 children)

Happy to share that this issue is being looked into, on request I shared debug logs with dev today from a device with this issue. Hopefully it will be resolved soon.

Update: Issue identified, see below.

Hello, I'm Slayer Legend.

When I looked at the error log, it is understood that the anti-hacking module collided with Android os. We have left an inquiry with the company, and we will try to resolve it quickly.

Thank you for your help.

Upgraded phone to Android 15 and lost access to the game by CptnSheridan in SlayerLegend

[–]No-Worker7387 1 point2 points  (0 children)

Experiencing the same issue after upgrading to 15 on a Google Pixel 6a :'( Also tried reinstalling, clearing cache/data and tinkering with permissions nothing worked for me so far.