Yes, indeed.
But I haven't got an answer and thought: "wrong place" for this question, so I try it elsewhere.
May I conclude that there isn't an answer at all?
Search found 7 matches
- Wednesday 04 January 2017 21:14
- Forum: Other questions and discussions
- Topic: Switch between manual/auto
- Replies: 2
- Views: 749
- Wednesday 04 January 2017 10:50
- Forum: Other questions and discussions
- Topic: Switch between manual/auto
- Replies: 2
- Views: 749
Switch between manual/auto
I am writing a python plugin for Fritzbox DECT 200. It has two switches: on/off auto/manuell They can both switched with an http-message. For the first switch this works ok (Type=244, Subtype=73) But for the second switch (auto/manual): Is there a switch(sub)type to switch between enumerated values ...
- Sunday 01 January 2017 23:04
- Forum: Switches and Scenes
- Topic: Switch auto/manual
- Replies: 0
- Views: 843
Switch auto/manual
I am writing a python plugin for Fritzbox DECT 200. It has two switches: on/off auto/manuell They can both switched with an http-message. For the first switch this works ok (Type=244, Subtype=73) But for the second switch (auto/manual): Is there a switch(sub)type to switch between enumerated values ...
- Friday 16 December 2016 0:31
- Forum: Suggestions
- Topic: AVM FritzBox DECT 200
- Replies: 1
- Views: 1547
AVM FritzBox DECT 200
I am relative new for Domoticz. I have a AVM Dect200 connected at my Fritzbox. More info: https://nl.avm.de/producten/fritzdect/fritzdect-200/?pk_campaign=sem-komplett_nl It is a smart powerplug which can remotely switched on/off. Besides it gives the next data: - actual power consumption (in mW ...
- Sunday 11 December 2016 16:28
- Forum: Z-Wave
- Topic: Domoticz, Pi3, RaZberry & Raspbian Jessie
- Replies: 55
- Views: 42292
Re: Domoticz, Pi3, RaZberry & Raspbian Jessie
Thank you irrbos, works perfect!!
Also on a Raspberry 2.
No change or simlink of /dev/AMA0 is needed.
Works "out of the box"!!
Also on a Raspberry 2.
No change or simlink of /dev/AMA0 is needed.
Works "out of the box"!!
- Tuesday 12 January 2016 14:30
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 176664
Re: Nefit Easy™ client library (How to install on the Pi)
This is the php-script, I use for importing nefit-easy values: <?php $jsondata = shell_exec("easy -V --serial=xxxxxx --access-key=xxxxxx --password=xxxxx status"); $data= json_decode($jsondata); var_dump($data); $data_array= get_object_vars($data); if (array_key_exists('in house temp', $data_array ...
- Monday 11 January 2016 23:24
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 176664
Re: Nefit Easy™ client library (How to install on the Pi)
I managed to get it running: pi@raspberrypi ~/node_modules/nefit-easy-commands/example $ node status.js Temperature is set to 17.0°C, current is 18.3°C. Outside temperature is 6.0°C. System pressure is 1.4 bar. But how do i get this data in Domoticz/Dashboard? I made a little script in php to get th ...