You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I was having trouble setting up the Gosund EP2 Plug, here is a quick guide to have it behave like this:
The device comes with 6 DPs in its original firmware:
DP1 = State (on/off)
DP2 = ? (is always 0 for me)
DP4 = Current
DP5 = Power
DP6 = Voltage
DP7 = ? (is always 'False' for me)
Please note:
Since the entity IDs get created automatically, the sensor names I am using may differ from yours.
The real values may be about ~1% off due to the way I calculate them so if this is a problem just adapt the calculations mentioned further below
There seems to be a certain threshold until reasonable values are provided by the plug (e.g. if I try to just charge my phone it shows 0 Watts)
Internet access may NOT be blocked or else (at least) DP4 and DP5 will show "not available" (There seems to be some way around this according to this comment but I haven't really figured it out yet)
The values provided by the power and current sensors don't have the correct scaling yet. You can specify the scaling for the entities themselves but I prefer to do it via template sensors because usage is more flexible. I also created a template sensor for the voltage since I don't want to see the decimal place.
I've got this plug and I have hard time adding it to LocalTuya. The thing is that when I try to add it it says no datapoints found - thus I have to add them manually. For some reason the switch is disabled in the UI - I can't understand why. Could You help please?
The problem
Since I was having trouble setting up the Gosund EP2 Plug, here is a quick guide to have it behave like this:
The device comes with 6 DPs in its original firmware:
Please note:
Configuration
configuration.yaml
Configuration
template_sensors.yaml
The values provided by the power and current sensors don't have the correct scaling yet. You can specify the scaling for the entities themselves but I prefer to do it via template sensors because usage is more flexible. I also created a template sensor for the voltage since I don't want to see the decimal place.
The text was updated successfully, but these errors were encountered: