Search found 11 matches

by Jheronymus
Wednesday 19 June 2019 23:32
Forum: Blockly
Topic: set action not triggering other script
Replies: 2
Views: 1732

Re: set action not triggering other script

thx! That solved it.
by Jheronymus
Friday 07 June 2019 16:22
Forum: Blockly
Topic: set action not triggering other script
Replies: 2
Views: 1732

set action not triggering other script

Hi, I made a block;y script that triggers on time. It checks the time and temp and if applicable sets a aircondition switch from "Off" to "Cool". If you do this manually on the dashboard, the device changed event triggers another script acutally sending the appropiate command to the AC unit. For ...
by Jheronymus
Saturday 16 June 2018 13:55
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111319

Re: Python plugin: Xiaomi Mi Robot Vacuum

well i fixed it, i do not think it is the way i am supposed to do it but i added your command: sudo ./miio_server.py 192.168.1.12 476e6b70343055483230644c53707a12 --host 127.0.0.1 --port 22222 to the /etc/rc.local and that works really well, it only floods my domoticz log, but maby that is normal ...
by Jheronymus
Thursday 14 June 2018 23:47
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111319

Re: Python plugin: Xiaomi Mi Robot Vacuum

@snellejellep What happens when you run step 4 and 5 of the installation for the plugin(the tests) on: https://github.com/mrin/domoticz-mirobot-plugin#installation while i do not see step 5 you mentioned, i did step 4 the test .py and got this: https://i.imgur.com/0iPIzCK.png which can not be good ...
by Jheronymus
Thursday 14 June 2018 23:32
Forum: Heating/cooling
Topic: Heatpump/air conditioner as a Domoticz device
Replies: 30
Views: 16597

Re: Heatpump/air conditioner as a Domoticz device

I ended up creating a WIKI page: https://www.domoticz.com/wiki/AC_/_heatpumpIR#Check_heatpumpIR I love the work you've done. I've added my panasonic version to the Toni code. I don't understand the step "compile the library and upload it" I've created a branch here: https://github.com/Jheronymus ...
by Jheronymus
Tuesday 12 June 2018 9:51
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111319

Re: Python plugin: Xiaomi Mi Robot Vacuum

@snellejellep What happens when you run step 4 and 5 of the installation for the plugin(the tests) on: https://github.com/mrin/domoticz-mirobo ... stallation
by Jheronymus
Wednesday 06 June 2018 20:34
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111319

Re: Python plugin: Xiaomi Mi Robot Vacuum

i may be a complete idiot but i can not seem to get the token of my little friend in any possible way, i tried almost every guide i could find on the interwebz but no luck for me unfortunately. maby someone overhere can help me as i read some of you have had success so a little help is welcome ...
by Jheronymus
Saturday 02 June 2018 15:29
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111319

Re: Python plugin: Xiaomi Mi Robot Vacuum

So now I've added the plugin and it is running. NO errors in the log. I can add the Xiaomi Mi Robot Vacuum hardware (name: PoetsBot, fan level: slider, debug: true) I can see the devices, but when I add them, the 'control ones' don't appear. How do I have to set these up? https://s33.postimg.cc ...
by Jheronymus
Saturday 02 June 2018 15:09
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111319

Re: Python plugin: Xiaomi Mi Robot Vacuum

I already found out. See this post: http://www.domoticz.com/forum/viewtopic.php?f=65&t=19040&p=163889&hilit=msgpack#p163889 . Note: insert: sys.path.append('/usr/local/lib/python3.5/site-packages') after "import domoticz" in the plugin.py file. so WITHOUT the and /b codes mentioned in the post, if ...
by Jheronymus
Sunday 20 May 2018 12:11
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111319

Re: Python plugin: Xiaomi Mi Robot Vacuum

Hi, can you say me how are the compatible vacuum cleaner model? Thanks Somebody can answer me? Thanks This message is invisible :D Nice. No it's not. As the name of the topic suggest and you can read on the linked github in the first post; it's for the Xiaomi Mi Robot Vacuum . http://www.mi.com ...
by Jheronymus
Thursday 17 May 2018 16:56
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111319

Re: Python plugin: Xiaomi Mi Robot Vacuum

I already found out. See this post: http://www.domoticz.com/forum/viewtopic.php?f=65&t=19040&p=163889&hilit=msgpack#p163889 . Note: insert: sys.path.append('/usr/local/lib/python3.5/site-packages') after "import domoticz" in the plugin.py file. so WITHOUT the and /b codes mentioned in the post, if ...