Now that I have basic control of the house going with Home Assistant it’s time to work on some fun stuff.
I’ve been reading about folk doing appliance alerting, using Z wave switches with power monitoring. The problem here is the dryer, it’s a bit beefy to just plug into a switch.
So, I went looking at those panel installed power monitors to see if any were within a reasonable price. I found IoTaWatt(https://github.com/boblemaire/IoTaWatt and https://shop.openenergymonitor.com/iotawatt-wifi-connected-14-channel-electricity-monitor/) which seems to be a perfect fit, I can watch the line to the dryer, washer, dishwasher and then act when needed.
I can’t seem to find any mention of it in Home Assistant though. Has no-one tried it, or is it so simple no-one needs to put it in?
I stumbled across it yesterday as I have been thinking about doing the same thing but utilizing the DIY method with just a couple sensors here and there for circuits. It would be a little pricey for me honestly to get it shipped and such. Very cool product though!
If you leave out the power supply and the sense adapter (which I think is just a 9 volt AC transformer) The shipping isn’t bad (to Canada, £6) and the total comes to £124 (~$200 Cdn).
The Aeotec Smart Switch is $70Cdn each, 3 of those gets me to the $200.
This doesn’t count the Current sensors, I’m hoping I can source those closer to home at a reasonable price.
Still a bit pricey for my project tastes but it is a ready to go product that will work for many.
Being more of a DIY’er I was looking at utilizing the ESP32’s ADC’s since there are quite a few of them along with being 12-bit. Seems close to the ADC he used combined with the ESP8266. Simplify the design a bit for my needs as I’d would really only need 2 mains (for both legs), then 4-5 sub cores for various other circuits such as air conditioner, etc. I have 2 Sonoff S31s already monitoring the washing machine and dryer separately with notifications. Since I’m gas stove, gas dryer, gas heat, and gas tankless water heater, the only real big power draw I have is the 3.5 ton AC compressor.
hi, thank you very much, working everything but not the sensor from 10 to 14… am i missing something?
i get value 0 from sensor 10, but from iotawatt “status page” is working correctly
Hi Zunn,
I was thinking about ordering an iotawatt and I was wondering if everything was working as expected on your side?
Any problems other than the sensors from 10 - 14?
hi, everything is working correctly from iotawatt side, the problem on sensor 10 to 14 still remains on hassio. the iotawatt is very stable and for me very useful to check the energy consumption. think about that hassio refresh the values every 2/3 seconds, instead if you check from iotawatt panel it is almost instant
If you go to the states page and look up the IoTawatt. What is the data it has there?
There is no reason why all channels (along with the calculated ones) are not available.
if i go to iotawatt state page i have all 14 channel with correct values, but if try to import to hassio i got correct value from the sensor 1 to 9 and got 0 from sensor 10 to 14. i think it’s a problem from the code above…
if you want to try just plug one energy meter sensor to a port with double digit and look what you get from home assistant
I live in Canada, so I will have to pay for import too.
Not sure how much.
I recently bought a Sense Home Energy monitor and so far im not impress with it.
It doesn’t expose the current draw of each devices in HA, only the binary states (ON/OFF), there is also a huge lag between HA and Sense.
I’m thinking about returning it and getting an iotawatt instead.
It sounds like a better option for me.
I’m surprised the iotawatt doesn’t get more attention than that, sounds like a great device…
it’s a great device and if you buy the energy meter on aliexpress, ebay or amazon you save a lot of money (iotawatt is capable of working with many types of model)
i was thinking about buy a sense, but after some bad reviews i switch to iotawatt and i’m more then happy with it (i have only the problem on hassio from the sensor 10 to 14 but it’s not relate to iotawatt).
i’m surprised too that iotawatt isn’t getting much attentions. (personally i use it for checking how much energy i use and when, in the near future my goal is to use this device in my automations, for example " when laundry go below 10w sent me a notification" so i know that the washing machine is done).
Today I ordered the iotawatt base, 2 current transformer (200 amps) and 6 current transformers (100 amps), I will most likely order the rest of the clamps later from aliexpress.
I will let you know if I have the same problem as you with sensor 10 to 14.
Hopefully we can get that fixed.
Hi Zunn,
I have received my iotawatt and I really love it !
I have 12 clamps and they all work fine for me,
although I use appdaemon to query the json result in python.
You could try sending a get request using Postman Chrome extension to test if you get results on inputs 10 to 14.