What about having a life support system connected?
Als Profi geht es ja auch darum, immer an der Grenze zu fahren, manchmal kommt man dann auch darüber.
Yeah, I visited sweden once, where I camped in nature. The cities were meh, but the nature was very nice.
In the east maybe, its definetly not bad at all in northern germany (Schleswig Holstein).
It is definetly the superior plug for everything outdoor and or higher power.
Its way too bulky for smaller devices.
Here in Germany we have type F and C, where C is used for low power devices and also fits into the F socket, but not the other way around.
So even the type F plug would be too big for smaller devices.
It would be a kinda fun league to watch, but I dont want to hear about athletes dying because they took obscene amounts of steroids to be the best.
As a German, afaik if you want to permanently move to germany you need to prove that you can support yourself financially (or someone else will?), so you will need a job offer and or some savings.
There is no requirement to not be disabled, but being disabled could make fulfilling those requirements more difficult.
They also allow you to plug in a grounded Schuko Plug (Its the german one) without connecting the earth, cant get much more dangerous than that. I think the french plug also can be plugged in but it doesnt connect the earth either.
Wenn du mit schnelleren mithalten musst, ist es natürlich doof. Wenn man den ganzen Tag dafür Zeit hat, sollte das eigentlich möglich sein (solange die 18% nicht die ganze Zeit sind).
Wenn man deutlich mehr als seine "Wohlfühlleistung" treten muss, ist man natürlich schnell schlapp.
Trotzdem muss ich Hut ab sagen, bin dieses Jahr auch nur einmal bisher 100km gefahren (allerdings größtenteils flach).
„Populismus" in Heilbronn? — Obergrenze für Dönerläden und Barbershops: Wirbel um CDU-Forderung — Focus.de
Ich persönlich wäre für eine Obergrenze von großen Klamottenladenketten in der Innenstadt, dann könnten sich andere Läden vielleicht auch die Miete leisten.
Ganz ernst meine ich das nicht, allerdings hätte es schon paar Vorteile.
Here in Germany some McDonalds and Burger King do have self serve drink machines with unlimited drinks, but they are not that many (I would guess 10-20%). Some other fast food chains are more likely to have them, like Subway.
That is mostly there for another reason, to distinguish between different voltages.
When a connector is meant for a different voltage the Earth connector (which is thicker than the rest) gets moved along the circle so it would be impossible to plug it into one with a different voltage. The nub stops you from just turning the plug to make it fit.
Greetings from Germany from someone who has used these quite a few times, mostly 16A and 32A variants and has never seen a locking one.
Smaller companies still cant fire you any time, they have to have a valid reason as well.
I dont know if they have all the metal you want, but maybe Youtube Music. One youtuber has stated that he gets about twice as much per view from YT Music than he does from Spotify.
Wenn man das auto schon genau parken muss, kann man auch einfach nen roboterarm haben, der den Ladestecker reinsteckt, ist günstiger und effizienter.
Have you ever tried just pulling it back a little bit before you pee?
Thats what I do when its cold outside and I want to pee, but not on me.
Yeah, while the roads in the Netherlands are definetly better than ours in Germany, the Belgian roads are just so much worse.
I think those markings are not because you need to know in which country you are, but because they want to show their borders for a few reasons:
It is cool.
It shows their heritage and identity as a border town.
It helps tourism.
The allies gave us germans a stronger constitution than they themselves have as far as I understand it.
I think we should support Ukraine when the war is over, but we first have to support them in winning it.
I have 10kwh of storage, which helps a lot, and it wasnt that expensive, especially compared to a few years ago.
Now that sodium ion batteries are actually starting to become available we will see them taking over stationary storage, but for now LiFePo4 works pretty good.

Hoymiles HM-600 zero export automation (Nulleinspeisung)
This is the automation that I use to control a Hoymiles HM-600 Solar Microinverter to achieve a zero export on a battery with some other features. I use an ESP32 with OpenDTU for the communication and a shelly 3em to monitor my usage. I found the core template section somewhere else on the internet and changed it a bit, but its definetly not perfect.
undefined
alias: zero_energy_export trigger: - platform: time_pattern seconds: /30 enabled: false - platform: mqtt topic: solar/114190918869/0/power enabled: true condition: - condition: state entity_id: binary_sensor.hm_600_producing state: "on" - condition: state entity_id: binary_sensor.hm_600_reachable state: "on" action: - service: number.set_value data_template: value: | { set newSolarLimit = 250 } {{ newSolarLimit }} target: entity_id: number.hm_600_limit_nonpersistent_absolute enabled: false - if: - condition: and conditions: