-
Notifications
You must be signed in to change notification settings - Fork 7
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
Smart switch integration #33
Comments
The current implementation only beholds in short a WindowSensor and AlarmSensor Line 13 in 6ea49cb
Your device is a socket: The actions belonging to a socket are here And here is the implementation for handling a socket in the app All that needs to be implemented as a class in the device.py file |
The HistoryDataHandler is also a good place to see the different states. There all device states are summed up in one file (or at least a whole bunch). |
Hi, i have a device SF40PLF from elro, but it can't see the commands & state in the app.
{
"name": "schakelaar lamp",
"device_name": "schakelaar lamp",
"id": 8,
"type": "1200",
"state": "Unknown",
"battery": 255
}
Is there any way to integrate this one?
i've decompiled my elro app on my phone and attached it, maybe it can help?
Kind regards
ELRO_Connects_base_source_from_JADX.zip
The text was updated successfully, but these errors were encountered: