Search found 39 matches

by RichardBokker
Friday 29 November 2019 19:19
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

Yes, IP is the same, that is fixed on router based on MAC-Adres. Both vacuum cleaners have the same IP? This can't work. Be sure, the don't have the same address I had them on Chinese server to get my token on old MiHome app + adb procedure. Does the ID or Token change on new server? Should i keep ...
by RichardBokker
Thursday 28 November 2019 9:49
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

i added me second vacuum with succes! But after that, i resetted wifi of both my cleaners. To add them in de app on diferent server (netherlands instead someting chinese). But now i can't control them anymore? Yes, IP is the same, that is fixed on router based on MAC-Adres. I had them on chinese ...
by RichardBokker
Wednesday 27 November 2019 7:22
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90334

Re: Zigbee2MQTT

I'm using the zigbee2mqtt sniffer now, pretty good product but: The stability of the zigbee network is like crap now. Continounsly down. Some devices work fine, but most of them do not work fine. I got multiple powered xiaomi 230V switches, so they should work as repeater. i have to activate 2 or 3 ...
by RichardBokker
Tuesday 26 November 2019 9:25
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

I want to add a second vacuum cleaner from same generation, what is de best solution for this? Because the added hardware does not contain parameters like IP adres, ID and token. Make copy of file miio_server.sh e.g. miio_server2.sh Update IP and TOKEN for new robot and change PORT (--port 22223 ...
by RichardBokker
Sunday 24 November 2019 21:19
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

I want to add a second vacuum cleaner from same generation, what is de best solution for this?
Because the added hardware does not contain parameters like IP adres, ID and token.

Do a second clone, and rename clone-folder etc?
Other idea's?
by RichardBokker
Thursday 21 November 2019 10:12
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90334

Re: Zigbee2MQTT

You got two options. Buy an xiaomi gateway + sensors, then no need for this plugin and you can add the gatewat direclty. Use this sniffer, then you need install all kind of packages to get it working (Node-red, mqtt etc). Synology is based on linux, so you should able to perform most of same ...
by RichardBokker
Monday 18 November 2019 7:44
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90334

Re: Zigbee2MQTT

The Zigbee2MQTT is really awesome plugin, finally getting rid of the Xiaomi Gateway crap! Has anyone a step-by-step explaination to install the Zigbee2MqttAssistant on a rPI? https://github.com/yllibed/Zigbee2MqttAssistant Or should i use the Docker installation method in my sitation? Thats new for ...
by RichardBokker
Friday 15 November 2019 8:38
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90334

Re: Zigbee2MQTT

The Zigbee2MQTT is really awesome plugin, finally getting rid of the Xiaomi Gateway crap! Has anyone a step-by-step explaination to install the Zigbee2MqttAssistant on a rPI? https://github.com/yllibed/Zigbee2MqttAssistant Or should i use the Docker installation method in my sitation? Thats new for ...
by RichardBokker
Wednesday 23 May 2018 22:40
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

I got the script working, but had to convert the Robot - state with tostring(). Here is my case-construction that i'm using. -- Using TimeBetween script in main LUA script folder package.path = package.path .. ';' .. '/home/pi/domoticz/scripts/lua/script_time_TimeBetween.lua' local TimeBetween ...
by RichardBokker
Wednesday 25 April 2018 12:20
Forum: Python
Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
Replies: 231
Views: 95181

Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters

Still working like a charm! thnx.

anyone idea how fast i can run crontab to read out Ginlong? Because 5 minutes interval is to slow, thinking about 10 seconds or so.. :D
Don't know if ginlong will run at that frequency..?
by RichardBokker
Wednesday 14 February 2018 10:37
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

I got the script working, but had to convert the Robot - state with tostring(). Here is my case-construction that i'm using. -- Using TimeBetween script in main LUA script folder package.path = package.path .. ';' .. '/home/pi/domoticz/scripts/lua/script_time_TimeBetween.lua' local TimeBetween ...
by RichardBokker
Monday 12 February 2018 11:52
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

What command's do i use to control the robot? I want to make script with LUA. i think i should use: commandarray['Robot - Control'] = "". But what entries? Home , Cleaning or On are not working. Anysone some ideas? I did managed to readout the status with: if otherdevices['Robot - Status ...
by RichardBokker
Friday 09 February 2018 17:04
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

What command's do i use to control the robot? I want to make script with LUA. i think i should use: otherdevices['Robot - Control'] = "". But what entries? Home , Cleaning or On are not working. Anysone some ideas? I did managed to readout the status with: if otherdevices['Robot - Status ...
by RichardBokker
Friday 09 February 2018 16:57
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

@RichardBokker did you installed python3-pip with sudo? "sudo apt-get install python3-pip" If yes, pip3 cmd should be available 100% :) Then, cd xiaomi-mirobot # plugin folder virtualenv -p python3 .env # creating environment for python libs source .env/bin/activate # activating environment, only ...
by RichardBokker
Wednesday 24 January 2018 9:43
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 536124

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Anyone experience with the Xiaomi Smart Plugs?

I am running 3.8153 (last stable). I don't see consumption of the zigbee power socket in Domoticz.

If i read some reply's here, i think it should be there..
So, Should it be there? Or not?
by RichardBokker
Tuesday 23 January 2018 7:30
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

unfortunally, that is not working too. :|
by RichardBokker
Monday 22 January 2018 20:31
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

Quax1507 wrote: Monday 22 January 2018 19:47 What's the output of:

"apt list --installed |fgrep -i python" ?
:x

Code: Select all

sudo: apt: command not found
by RichardBokker
Monday 22 January 2018 19:39
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

Try: „apt-get install python3-pip“ or apt-get install python3.5-pip“ I tried that also. Python3-pip is installed. Python3.5-pip says: E: Unable to locate package python3.5-pip E: Couldn't find any package by regex 'python3.5-pip' Yes i did a: "sudo apt-get update" first. edit: i'm required to insta ...
by RichardBokker
Monday 22 January 2018 18:45
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 118631

Re: Python plugin: Xiaomi Mi Robot Vacuum

I hipe you guys can help me out. I cannot finish the installation of this plugin. i have problems with these 2, and cannot continu.. sudo pip3 install -U setuptools sudo pip3 install -U virtualenv Its says: sudo: pip3: command not found i have tried everything regarding to get other packages ...
by RichardBokker
Monday 22 January 2018 13:37
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 536124

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

DAVIZINHO wrote: Sunday 07 January 2018 19:44 Hello, since i upgrade to the beta 3.8799 the my zigbee power socket can´t measure the consumption.
anyone with the same problem?
I am running 3.8153 (last stable), and i have same problem. I don't see consumption of the zigbee power socket in Domoticz.

Should it be there? Or not?