Archive for the ‘Green IT’ Category

Tesla Megapack – is a large-scale rechargeable lithium-ion battery stationary energy storage product intended for use at battery storage power stations

Samstag, April 20th, 2024

Anker SOLIX Solarbank Dual System – ein Balkonkraftwerk mit 3.200 Wh Speicher

Sonntag, April 14th, 2024

Shelly PRO 1PM – Installationsvideo

Freitag, April 12th, 2024

Freunde des Stroms – einen Baustrom Verteilerkasten „pimpen“

Montag, April 1st, 2024

Power Mole – Wireless Power Transfer Through Windows

Donnerstag, März 28th, 2024

Wechselrichter Hoymiles-HM-1500 – 800 kWh mit 4 Modulen a 425 W in Ost/West Ausrichtung seit dem 01.07.2023 geerntet

Montag, März 25th, 2024

Freunde des Stroms – Sparwechselschaltung Kontrollwechselschaltung Wechselschaltung verdrahten mit 2 Lampen

Sonntag, März 24th, 2024

Shelly Scripting – erste Schritte mit mJS auf dem Shelly Pro 4 PM

Mittwoch, März 20th, 2024

Shelly Scripting – Tutorial

 

let greeting = „Hello world!“;
print(greeting);
Shelly.call(
„HTTP.GET“,
{„url“: „https://api.zippopotam.us/us/90210“},
function (response) {
if (response && response.code && response.code === 200) {
print(JSON.stringify(response.body));
Shelly.emitEvent(„HTTP-result“, response.body);
}
else {
print(„Error: HTTP request failed.“);
}
}
);

Shelly Academy – Scripting Basics Course

Mittwoch, März 20th, 2024

Meyer Burger Technology AG – Produktion in Freiberg Deutschland

Mittwoch, März 20th, 2024

Shelly Plus Plug S – contact a Poweropti from Powerfox to determine the current power consumption

Montag, März 18th, 2024

https://<user>:<password>@backend.powerfox.energy/api/2.0/my/main/current
{„Outdated“:false,“Watt“:378,“Timestamp“:1710880091,“A_Plus“:33094026, „A_Plus_HT“:365,“A_Plus_NT“:33093661,“A_Minus“:198576}
https://<user>:<password>@backend.powerfox.energy/api/2.0/my/main/current?unit=kwh
{„Outdated“:false,“Watt“:372,“Timestamp“:1710880575,“A_Plus“:33094.026, „A_Plus_HT“:0.365,“A_Plus_NT“:33093.661,“A_Minus“:198.576}

Shelly Scripting – run on a modified version of mJS which is part of the Mongoose OS framework and the mJS implements a useful subset of the JavaScript language which while very minimal is complete and capable

function readdata() {
print();
print(‚SSL without CA check‘);
time0 = Date.now()
Shelly.call(‚HTTP.GET‘, {
‚url‘: ‚https://<mail user >%40<mail domain>:<mail password>@backend.powerfox.energy/api/2.0/my/main/current‘,
‚timeout‘: 30,
’ssl_ca‘: ‚*‘
},
checkresponse);
print(‚Call done at‘, Date.now()-time0, ‚ms‘);
}
function checkresponse(response, error_code, error_message, userdata)
{
if (response && response.code && response.code === 200) {
let energie = JSON.parse(response.body);
print(energie.Watt);
}
else{
print(error_message);
print(error_code);
}
}
readdata();

Balkonkraftwerk – die Neuregulierung der Balkonkraftwerke sorgt derzeit für heftige Diskussionen

Sonntag, März 17th, 2024

Sunbooster Powerstation Grid – ist die erste Powerstation mit smarter Einspeise Funktion die jeder selbst ohne Fachkraft installieren kann

Samstag, März 16th, 2024

Shelly PM Mini Gen3 – installation video

Mittwoch, März 13th, 2024

Shelly 1 Mini Gen3 – installation video

Mittwoch, März 13th, 2024