Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for NOUS A1T #2599

Open
vreesie18 opened this issue Dec 4, 2023 · 5 comments
Open

Support for NOUS A1T #2599

vreesie18 opened this issue Dec 4, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@vreesie18
Copy link

Description

Is there any change of getting support for the NOUS A1T in the near future or am I missing something and is there already support for this device ?

Kind regards,
Andre

Solution

No response

Alternatives

No response

Additional context

No response

@vreesie18 vreesie18 added the enhancement New feature or request label Dec 4, 2023
@mcspr
Copy link
Collaborator

mcspr commented Dec 20, 2023

/CF1_PIN.* 5/ in our hardware .h shows various devices with almost similar config based on a single relay and HLW8012 / HJL01 / BL0937. Seems to be this one?

HYKKER_SMART_HOME_POWER_PLUG

// -----------------------------------------------------------------------------
// Hykker Power Plug (Smart Home Series) available in Jerónimo Martins Polska (Biedronka)
// https://www.hykker.com/akcesoria/gniazdo-wi-fi-z-licznikiem-energii/
// Reflashing from original Tuya firmware
// to thirdparty firmware like espurna by:
// https://github.com/ct-Open-Source/tuya-convert
// -----------------------------------------------------------------------------
#elif defined(HYKKER_SMART_HOME_POWER_PLUG)
// Info
#define MANUFACTURER "HYKKER"
#define DEVICE "SMART_HOME_POWER_PLUG"
// Buttons
#define BUTTON1_PIN 0
#define BUTTON1_CONFIG BUTTON_PUSHBUTTON | BUTTON_DEFAULT_HIGH
#define BUTTON1_RELAY 1
// Relays
#define RELAY1_PIN 14
#define RELAY1_TYPE RELAY_TYPE_NORMAL
// LED
// Red
#define LED1_PIN 13
#define LED1_MODE LED_MODE_WIFI
#define LED1_PIN_INVERSE 1
// Blue connected to relay
// HLW8012
#ifndef HLW8012_SUPPORT
#define HLW8012_SUPPORT 1
#endif
#define HLW8012_SEL_PIN 12
#define HLW8012_CF1_PIN 5
#define HLW8012_CF_PIN 4
#define HLW8012_SEL_CURRENT LOW
#define HLW8012_CURRENT_RATIO 25740
#define HLW8012_VOLTAGE_RATIO 282060
#define HLW8012_POWER_RATIO 3414290
#define HLW8012_INTERRUPT_ON FALLING

ref. https://templates.blakadder.com/nous_A1T.html
ref. https://nous.technology/product/a1t.html

@vreesie18
Copy link
Author

Looks like it, same pin layout :-) I will give it a try!

@Homer-Sim
Copy link

Hello,

I am using for the NUOS A1T this firmware:
espurna-1.15.0-dev.git909949b5+github230112-avatto-power-plug-wifi

it is working but today I recognized that the Voltage value is quite high:
grafik

230 is the expected value ...

I tried to go under sensors and added the 230V to voltage#0 and hit calculating/apply but it did not change something

Any ideas?

@Homer-Sim
Copy link

Homer-Sim commented Feb 5, 2024

I am really searching for a solution because I do not like the Tasmota Firmware; I am so used to ESPurna on all my devices.

I tried for sure also this one:
espurna-1.15.0-dev.gitb409dc27+github230330-hykker-smart-home-power-plug
But I receive higher voltage values (~266V)

Please.

@mcspr
Copy link
Collaborator

mcspr commented Feb 5, 2024

I tried to go under sensors and added the 230V to voltage#0 and hit calculating/apply but it did not change something
Any ideas?

Click 'Save' so settings are preserved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants