KmanOz / KmanSonoff

Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant / mqtt
MIT License
282 stars 39 forks source link

Sonoff Pow Support #14

Open epiller opened 6 years ago

epiller commented 6 years ago

Could the support for Sonoff Pow be added? It’s just like the Sonoff Basic, with an additional read-only topic that reports the wattage.

disrupted commented 6 years ago

+1 would really appreciate that as I prefer the stability of this firmware to the complexity of something like Tasmota

paulscode commented 6 years ago

I would love to use this for my crypto mining rigs -- remote control and monitoring power usage, and handles up to 16A. All of the other supported devices (except for TH16) have a max of 10A or less.

ystrem commented 6 years ago

Hi, what's needed to implement ? The power measurement ?

epiller commented 6 years ago

@ystrem Yes!

master-kenobi commented 6 years ago

Yes. Please support Sonoff POW. I was a bit surprise that it is not supported because the older "Sonoff-HomeAssistant" version was supported.

ppanagiotis commented 6 years ago

Any update about this?

pitw commented 5 years ago

I just flashed a Sonoff POW with this lib - it works. Just use the Single Channel Version. If not working try to change the Payload Config for the Switch in Homeassistant:

//Replace on with 1on /off with 1off
payload_on: "1on"
payload_off: "1off"
bereska commented 5 years ago

@pitw what sonoff POW do you have? are you able to read power/voltage as well? thanks