Espurna: Mainline Sonoff SC support?

Created on 11 Oct 2018  路  8Comments  路  Source: xoseperez/espurna

I was curious if the Sonoff SC will be supported by the main Espurna repo? I am using an older version from https://github.com/xoseperez/sonoffsc and miss some of the nice features of the updated codebase.

device enhancement

Most helpful comment

It is a work in progress. Check the SonoffSC branch.

All 8 comments

It is a work in progress. Check the SonoffSC branch.

Thanks! You are doing amazing work!

I'm super keen to try this out!

@mcspr, are you by chance doing any work on getting this integrated?

No. I also did a double-check, we don't have anything related to AT commands handling atm.
Did you mean to make the port?

I do not realistically have time to work on that. I just happen to have one of these devices sitting in a drawer and would like to start using it.

Most of the code is already there. SC-specific support consists of comms.ino + serial link helper functions that talk through the AT commands, everything else is supposed to be a sensor i.e. commsLoop() -> BaseSensor::tick(), read-out functions -> BaseSensor::value(...) and etc.

I could look at it some more, but no promises it will be soon

That would be awesome!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fernando-p-jesus picture fernando-p-jesus  路  6Comments

pidiet picture pidiet  路  7Comments

germaguire picture germaguire  路  7Comments

pascal1404 picture pascal1404  路  7Comments

ColinShorts picture ColinShorts  路  7Comments