Search found 6 matches

by goshi0
Saturday 27 January 2018 17:33
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22580

Re: Dashticz - Function - Graphs

Just starting with Dashticz and everything is working pretty good except I can't get any of my devices that create data (i.e. temp, humidity, voltage) to display a graph. The buttons/blocks are created and display the correct data but they are not active buttons. When I mouse over them, the cursor ...
by goshi0
Monday 22 January 2018 0:00
Forum: Python
Topic: Chuangmi Ir remote and wifi Plug control scripts
Replies: 13
Views: 4724

Re: Chuangmi Ir remote and wifi Plug control scripts

It seems to me the script cant't locate some modules check your installation, are in the correct VENV ?
by goshi0
Sunday 14 January 2018 11:16
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22580

Re: Dashticz - Function - Graphs

Hello.

Is there any way to make a pop-up with graph on touch a sensor like a temperature or humidity? Beacouse in the wiki hints it's possible but I didn't find how
by goshi0
Monday 01 January 2018 23:02
Forum: Python
Topic: Chuangmi Ir remote and wifi Plug control scripts
Replies: 13
Views: 4724

Chuangmi Ir remote and wifi Plug control scripts

Hi In a domoticz telegram chat we developed an approach to use the xiaomi's chuangmi ir universal remote. Since didnt find any approach in domoticz I made this little script Steps to make it work : 1 / Install python-miio from these tutorial. https://python-miio.readthedocs.io/en/latest/discovery ...
by goshi0
Monday 01 January 2018 22:25
Forum: Python
Topic: Mac Based presence script
Replies: 0
Views: 878

Mac Based presence script

This is a variation of a few scripts wich mostly are depenents of the ip address this one search your device with your mac and make a ping to double check the presence in the net you will need to install arp-scan from repositories sudo apt-get install arp-scan tested from 2 weeks in a raspberry but ...
by goshi0
Sunday 31 December 2017 17:55
Forum: Others
Topic: Xiaomi Smart Socket Plug WiFi
Replies: 17
Views: 15447

Re: Xiaomi Smart Socket Plug WiFi

Hi just found an easy way to control this plugs, only to change state, without Matt and nodered, only installing python miio and creating a script in the on /off section of the switch Wich call : miplug --ip <here goes plug ip> --token <here goes the plug token> on To obtain the IP and token just ...