Search found 14 matches
- Sunday 30 March 2025 22:35
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz no longer accesible via wired, but only via wlan
- Replies: 5
- Views: 1026
Re: Domoticz no longer accesible via wired, but only via wlan
Well, it was working friday... I swapped the ethernet cable, and I swapped the power supply PSU. The Rasbperry was like 40cm from its final place... I did not find any low voltage warnings in dmesg Now had some additional time and tidied up, put it on the old power supply and moved it to final spot ...
- Thursday 27 March 2025 22:18
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz no longer accesible via wired, but only via wlan
- Replies: 5
- Views: 1026
Re: Domoticz no longer accesible via wired, but only via wlan
Thanks @jvdz. I'm not too concerned with the network setup itself. What I dont understand is that it looks like domoticz is running, but only accesible via the wlan IP. It somehow looks like is bound to that, but I dont understand how/why that is. Even if I wanted to do that deliberatly (which I ...
- Wednesday 26 March 2025 22:15
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz no longer accesible via wired, but only via wlan
- Replies: 5
- Views: 1026
Domoticz no longer accesible via wired, but only via wlan
Hi, I have some trouble with my Domoticz and Raspberry after a series of updates. I used to have the Raspberry on a wired ethernet connection with fixed IP. That no longer worked for some reason and now I can start the raspberry and I can access the dashboard on the dhcp linked to the wlan0, but not ...
- Wednesday 19 June 2019 23:32
- Forum: Blockly
- Topic: set action not triggering other script
- Replies: 2
- Views: 1760
Re: set action not triggering other script
thx! That solved it.
- Friday 07 June 2019 16:22
- Forum: Blockly
- Topic: set action not triggering other script
- Replies: 2
- Views: 1760
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 ...
- Saturday 16 June 2018 13:55
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 118596
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 ...
- Thursday 14 June 2018 23:47
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 118596
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 ...
- Thursday 14 June 2018 23:32
- Forum: Heating/cooling
- Topic: Heatpump/air conditioner as a Domoticz device
- Replies: 30
- Views: 17132
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 ...
- Tuesday 12 June 2018 9:51
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 118596
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
- Wednesday 06 June 2018 20:34
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 118596
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 ...
- Saturday 02 June 2018 15:29
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 118596
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 ...
- Saturday 02 June 2018 15:09
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 118596
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 ...
- Sunday 20 May 2018 12:11
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 118596
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 ...
- Thursday 17 May 2018 16:56
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 118596
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 ...