Earlier quoted context omitted.
> if you want people to be more environmentally conscious [...] they need far better data This is one of the reasons all UK homes are being fitted for free with smart meters. (There are others, such as enabling better grid control.) > You want to be able to see usage to a resolution of at most 5 minutes. My one updates every few seconds and has a set of traffic light LEDs at the bottom giving a visible guide to energ…
We have one as well, but since we're on a variable rate tariff(Octopus Tracker) it's completely useless - it doesn't know the current electricity/gas price, it seems to receive rate updates from the network about once every few weeks - so the numbers it displays are just wrong. I've made my own little Raspberry Pico display that queries today's energy prices and shows those, but I have not been able to show today's e…
What's that touchscreen in my room?
351–360 of 576 posts
Re: What's that touchscreen in my room?
#352A few years ago I came to the realisation that if you want people to be more environmentally conscious or economical in terms of utility consumption, (electricity, water, gas, etc), they need far better data than a single figure per month. You want to be able to see usage to a resolution of at most 5 minutes. That way people can spot things like “having my electric heater on for those couple of hours used more electr…
> if you want people to be more environmentally conscious [...] they need far better data This is one of the reasons all UK homes are being fitted for free with smart meters. (There are others, such as enabling better grid control.) > You want to be able to see usage to a resolution of at most 5 minutes. My one updates every few seconds and has a set of traffic light LEDs at the bottom giving a visible guide to energ…
As in, yeah, running the washing machine is power consuming, I knew that, and the same goes for the electric oven or for the vacuum cleaner, but what am I supposed to do with that information? Not wash my clothes anymore? Not using the oven? Leaving dust all over the place for longer?
Re: What's that touchscreen in my room?
#353Earlier quoted context omitted.
> so indeed I don't get why the author considers that doing the connection over WiFi is somehow wasteful. Power consumption. Up front vs ongoing cost; the creators chose to minimise the up-front cost in favour of a marginally higher ongoing cost.
Is it really a problem? An ESP8266 (which is not the most efficient thing, but is very cheap) uses about 0.5W while transmitting, much less most of the time. For reference, I have some smart outlets that I measured using a while ago, pulling about 0.05W on average from the wall, or 36Wh a month. That's about as much energy as making 500ml of coffee or charging a phone 2-3x.
Re: What's that touchscreen in my room?
#354Earlier quoted context omitted.
Why don’t you use a 13A circuit breaker in UK? That’s what we do in the rest of the EU, I think. There’s a main input to the house which usually is around 15A-30A , then we’ve got multiple sublines with individual circuit breakers, typically 10A or 16A.
That seems really low. Most houses in the UK have a 60 - 100A supply. Just my stove alone can draw about 7.3kW - about 32A.
Re: What's that touchscreen in my room?
#355A few years ago I came to the realisation that if you want people to be more environmentally conscious or economical in terms of utility consumption, (electricity, water, gas, etc), they need far better data than a single figure per month. You want to be able to see usage to a resolution of at most 5 minutes. That way people can spot things like “having my electric heater on for those couple of hours used more electr…
About water consumption: depending on your make of water meter, there's often a small reflective wheel that turns eg. once for every liter. Sometimes these are made out of metal or even slightly magnetic. An arduino with an optical or Hall effect sensor might get you real far in real time, high resolution data collection! Alternatively I've had success in wiring up a temperature probe directly to the incoming water l…
Re: What's that touchscreen in my room?
#356Earlier quoted context omitted.
Rationing is ridiculously inefficient. People's desire for heavily carbon consuming things vs lightly carbon consuming things varies massively. If you're worried about the poor don't ignore the externalities of their consumption but subsidise them directly via UBI or somesuch. Rationing is a very worst of all possible worlds solution, losing you all the benefits of trade.
Just as a thought exercise, if anything was possible: UBI seems to work towards the goal of making sure people don't die due to lack of resources (it is a basic income, after all). It's less clear how it works towards the goal of reducing carbon emissions. Rationing, on the other hand, has the potential: Natural resources (publicly owned ones anyways), and perhaps natural limits like how much CO2 the skies can take,…
Ideally you'd have credits being available for purchase at prices that correspond to the costs of mitigating their externalities (CO2 emission is not in and of itself evil, its the consequences that we don't want).
Re: What's that touchscreen in my room?
#357Earlier quoted context omitted.
The reason why the Mirai botnet is still at large is: Android. From a business perspective nobody wants to pay the costly people that can do microcontroller programming. Frontend devs are dirt cheap, especially for something as simple as that interface displaying the bar charts.
From employee perspective it was my impression that EE developers tend to get lower salaries than web developers. But it could be the case that building an android or web app for a simple UI would take less dev-months than an embedded app with similar functionality.
I'm quite sure that's correct.
Re: What's that touchscreen in my room?
#358A few years ago I came to the realisation that if you want people to be more environmentally conscious or economical in terms of utility consumption, (electricity, water, gas, etc), they need far better data than a single figure per month. You want to be able to see usage to a resolution of at most 5 minutes. That way people can spot things like “having my electric heater on for those couple of hours used more electr…
Re: What's that touchscreen in my room?
#359Earlier quoted context omitted.
Ah yes, the dish and laundry washers are indeed not “hot fill”, that is hard to find here indeed. The dryer is a heat pump yes, some years ago it was the most energy efficient one we could find. (But I guess it runs longer, relying more on tumbling than heat, and wears out cloth faster).
I always wondered why we cannot find hot filled appliances in the old continent. Also, I wonder why compressors in heatpumps are not multi-speed (basically energy consumption can be modulated). If you are an expert please let me know I'd love to talk more.
I wonder what’s up in Europe.
Re: What's that touchscreen in my room?
#360Earlier quoted context omitted.
I have no frame of reference but I have a feeling here (usa) it's super illegal to "tamper" with any pub utilities infrastructure. Could be wrong, though, but no usb ports. That's really cool though I wish we could do that.
No doubt about the tampering comment. However, my gas, water, and electric meters are all wireless and now I want to be able to monitor them for on demand usage. We shall see.