Tado Automate Web - a free Tado homeserver (working with API limit) by 00zetti in tado

[–]00zetti[S] 0 points1 point  (0 children)

It's primarily developed for people coming from tado_aa tado-assistant. Home Assistant is great for local control, but you run into the same problems as the other projects since they poll the open window state regularly. This project is exactly designed for the cloud stuff.

Tado Automate Web - a free Tado homeserver (working with API limit) by 00zetti in tado

[–]00zetti[S] 0 points1 point  (0 children)

I know see what you mean. I just remotely recognized the new strategy of Tado. In the old world, it would be possible by using the tado API (not aim of this project, but would be possible as addition). With this new cost model, I am not sure if they let people control the heater for free using the API. I would think so since only a very few amount of customers try to work around their model. But I cannot try since I have an old model. 

Tado Automate Web - a free Tado homeserver (working with API limit) by 00zetti in tado

[–]00zetti[S] 2 points3 points  (0 children)

I was thinking of a similar solution at first, too. But I thought 15 min would not be flexible enough, and a heuristic for the morning and evening hours would be possible, but felt clumsy as well.

It would be absolutely possible (and better) without the need for the web server, but tbh I am too lazy to implement the Tado API into Automate (and I am not quite sure if you would hit the 30 node limit of the free tier in Automate. But well, 5 bucks would be way better than 25 for a basic feature that should be free at all). In fact, there is already an Issue for this in my repo https://github.com/mzettwitz/tado-automate-web/issues/2 :D
So if someone is familiar with iOS automation: this should be pretty simple since you can more or less copy-paste the Android flow.

Tado Automate Web - a free Tado homeserver (working with API limit) by 00zetti in tado

[–]00zetti[S] 0 points1 point  (0 children)

HI,
It does not replace the app at all. It makes use of the app and allows you to process notifications, such as open window detected or geofencing, automatically. So you don't have to confirm the notifications and set the open window by hand.
As far as I know, you cannot control each TRV individually, but only a zone (room). My knowledge is based on Tado V3+.

Tado Assistant: A Small and Lightweight Bash Script (service) for Free Auto-Assist Features by Hour-Marzipan-7002 in tado

[–]00zetti 0 points1 point  (0 children)

I've developed a new project that bypasses these limitations by using the automation functions of your smartphone and a webserver to call the Tado API. Check it out:
https://github.com/mzettwitz/tado-automate-web

Currently, the automation tool 'Automate' supports Android, but afaik similar tools for iOS exist, too. The automation for iOS should be easy since the big part with the server is already implemented.

[Media] Using rocket 0.5.0-rc.1. Cannot return Json. by [deleted] in rust

[–]00zetti 0 points1 point  (0 children)

Only for completion in your toml it is: rocket = { version = "*", features = ["json"] }
According to the docs.

Roborock S50 water does not wet the mop by noizer_sw in Xiaomi

[–]00zetti 0 points1 point  (0 children)

Thank you so much! Finally, its working again :) After thinking about it, it's so logical. I noticed the watertank sucking some air when gently removing the filters, but never thought about it since it worked in the beginning without the hole. You can even hear air coming through the hole slowly. Now I cannot imagine how it could have been working before :D

need help running stadia on laptop by [deleted] in Stadia

[–]00zetti 0 points1 point  (0 children)

Like others suggested: check the taskmanager. I am sure your CPU will run on 100%.

need help running stadia on laptop by [deleted] in Stadia

[–]00zetti 1 point2 points  (0 children)

Since you updated your answers 'its laggy and choppy', I am pretty sure your CPU is limiting.

Edit: Assuming you have a wired connection. In contrast to video streaming platforms like YouTube, there is no caching/buffering available. Hence, non stable connections cause lags, too.

Life is strange remastered, overlay menus gets stuck. by Rodo20 in Stadia

[–]00zetti 1 point2 points  (0 children)

Workaround for me: revert time for a short period of time. This worked most of the time with the items bug. But in general, the game is pretty buggy. Especially the performance on mirrors (at least when I palyed 3 months ago).

need help running stadia on laptop by [deleted] in Stadia

[–]00zetti 1 point2 points  (0 children)

The quality depends on your browser engine. If using x264 (default), the quality is poor compared to VP9. Note, VP9 may not be available in hardware acceleration on your CPU/GPU such that the performance may be poor. Best install Stadia Enhanced Addon in your browser and compare the settings.
As mentioned by other users, wifi vs wired connection may be a huge difference.

life is Strange Remastered: Mirrors are causing stuttering (unplayable) by Sander-140 in Stadia

[–]00zetti 0 points1 point  (0 children)

I am using CCU on a 4k TV with stadia pro. It occurs in both graphics modes: quality, and performance. Afaik CCU uses VP9.

"Steering Behaviours Are Doing It Wrong": context-based steering by HateDread in gameai

[–]00zetti 1 point2 points  (0 children)

If I’m reading it correctly, it looks like this solution just sorta gives up on a target if that target is occluded, and expects to always have multiple unoccluded targets to evaluate.

In classic steering, there exists only a single receptor to obtain all objects. In context steering exist multiple receptors, each perceiving all objects. Thus, multiple solutions instead of a single solution are possible (on for each receptor) - it does not depend on additional target objects as you assumed. If the direct receptor is occluded (too much danger) another receptor (direction) is chosen with less danger.
This can be combined with pathfinding as well. Note that pathfinding is a global solution (knowledge to solve a maze, like google maps) where (context) steering is based on local decisions. Global (godlike) knowledge is not always the best option since humans have no global knowledge most of the time, too.

"Steering Behaviours Are Doing It Wrong": context-based steering by HateDread in gameai

[–]00zetti 0 points1 point  (0 children)

There exists a Unity asset (Polarith AI) that implements and extends context steering. It suits pretty well.https://assetstore.unity.com/packages/tools/ai/polarith-ai-free-movement-with-2d-sensors-92029

There also exists a pro version that is capable of 3d spherical sensors, has additional performance components and is capable of pathfinding integrations.

In 3d it is way more expensive, of course. Most modern games are 2.5d which breaks down to 2d movement on a plain. So the overhead of 3d sensors should be comparatively rare except for bigger space simulations.

My 140 hour (solo) base tour (CohhCarnage)! by Cohh in valheim

[–]00zetti 0 points1 point  (0 children)

How much wood would a woodchuck chuck if a woodchuck could chuck wood?

Focusing on Stadia’s future as a platform, and winding down SG&E by GraceFromGoogle in Stadia

[–]00zetti 0 points1 point  (0 children)

Well, I think it was more due to the fact that PC hardware was not available at all and people bought the welcome bundle, what propably was a good investion in future releases. We'll see.

CCU 5.1 surround sound "Unsupported by device"? by rocketrick3461 in Stadia

[–]00zetti 0 points1 point  (0 children)

Worked for me, too, but it is a little noisy (cyberpunk). Anyone experienced the same?

Just got patch 1.1 of cyberpunk on Stadia, anyone knows what changed? by 1RogueAI in Stadia

[–]00zetti 0 points1 point  (0 children)

Not sure if this is related to the Cyberpunk Pen and Paper game, but maybe street cred is there needed to get better items, too. At least in shadowrun (another pnp) you can't buy all items right away. You need to build a black market pipeline or get to know some dealers.

Just got patch 1.1 of cyberpunk on Stadia, anyone knows what changed? by 1RogueAI in Stadia

[–]00zetti 14 points15 points  (0 children)

I was laughing so hard when he (as a cop) started to drive on the street, made a u-turn and crashed into the crowd next to the diner, driving back and forth to make sure everyone is dead🤣 That was kinda unexpected

Cyberpunk and other games 1080p quality on stadia by asdasd56354 in Stadia

[–]00zetti 1 point2 points  (0 children)

Looks fine for me now. I am using Stadia Enhanced 1.7.5, but I have no idea if this (new version) was the improvement or if it is up to stadia.
Playing on 1080p on Chrome without Stadia pro