Control the Fritz-AVM DECT200 (switch a electric socket) and Fritz-AVM PowerLine 546E
pip install PyDect200
git clone [email protected]:mperlet/PyDect200.git
./PyDect200/Example/PyDect200_Demo.py
In [1]: from PyDect200 import PyDect200
In [2]: f = PyDect200('fitzbox_password')
In [3]: f.get_device_names()
Out[3]: {'16': 'Beleuchtung', '17': 'Fernseher'}
In [4]: f.get_info()
Out[4]: {u'16': u'0', u'17': u'0'}
In [5]: f.switch_onoff(16,1)
Out[5]:
{u'DeviceID': u'16',
u'RequestResult': u'1',
u'Value': u'0',
u'ValueToSet': u'1'}
In [6]: f.get_power()
Out[6]: {u'16': 68.95, u'17': 0.0}
- Python2.7
- Fritzbox 7270
- FRITZ!OS: 06.05