Search found 94 matches

by maomanna
Monday 24 May 2021 12:15
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111234

Re: Python plugin: Xiaomi Mi Robot Vacuum

I read the whole thread and other sites discussing this plugin, but I still get this error. Reinstalled everything. Updated all the packages. test: python modules path: ././.env/lib/python3.8/site-packages test: trying connect to 127.0.0.1:22222 Traceback (most recent call last): File "./test.py ...
by maomanna
Friday 21 May 2021 12:22
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 111234

Re: Python plugin: Xiaomi Mi Robot Vacuum

I found an easy way to retreive the token.

https://github.com/PiotrMachowski/Xiaom ... -extractor

Just log in and get it :)
by maomanna
Wednesday 16 September 2020 10:38
Forum: Python
Topic: Xiaomi roborock s6 / s6 max
Replies: 2
Views: 1061

Re: Xiaomi roborock s6 / s6 max

i guess it is the same way as the S5 max.

Download mi home 5.4.49, get the token and follow the rest of the instructions
by maomanna
Monday 29 April 2019 11:58
Forum: Cameras
Topic: Make snapshot from Ubiquiti UVC camera
Replies: 12
Views: 7145

Re: Make snapshot from Ubiquiti UVC camera

i used a bash script to send a snapshot to my phone when motion was detected.

create a file in domoticz/scripts, paste the script above into it.

call the script when motion is detected.
by maomanna
Monday 04 June 2018 11:32
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Installation on Ubuntu
Replies: 10
Views: 7771

Re: Installation on Ubuntu

are all packages installed with the correct version?
Cause of 18.04, you have newer packages then 16.04.
by maomanna
Tuesday 13 March 2018 8:58
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Best way to install Domoticz on Ubuntu server 16.04
Replies: 11
Views: 13452

Re: Best way to install Domoticz on Ubuntu server 16.04

if you include a node but it dont show up, wake the node or do the include again (without exclude).

this helps for me.
by maomanna
Friday 09 March 2018 11:05
Forum: Heating/cooling
Topic: Nefit easy
Replies: 8
Views: 5345

Re: Nefit easy

cause you are logged in as Pi, it you need the command sudo, so make it:

sudo chmod 755 nefiteasyhttpserver.sh

martijntp wrote: Tuesday 06 March 2018 22:12 pi@raspberrypi:~ $ chmod 755 nefiteasyhttpserver.sh
chmod: changing permissions of ‘nefiteasyhttpserver.sh’: Operation not permitted

Greetings,
Martijn.
by maomanna
Thursday 08 March 2018 12:30
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 122585

Re: Controlling Toon [HACKED] from Domoticz

I put the lua scripts in event, but after that, my domoticz crashed. after restart, the same story. disable the script, then it runs ok. 1. Toon as device: -- Script used for Toon Thermostaat utility device, upon changing temp in Domoticz, temperature is sent to Toon. -- commandArray ...
by maomanna
Wednesday 07 March 2018 22:09
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 122585

Re: Controlling Toon [HACKED] from Domoticz

i red this topic, read the wiki and domoticaforum.eu My toon is rooted and dont want to use it with Eneco. For the wiki i need to use my username and password from my eneco (dont have) In this and the other topic i saw many scripts, but now i am confused. Where do i start to use my toon in Domoticz?
by maomanna
Wednesday 02 August 2017 22:26
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 407025

Re: Blockly examples

I am working on my blockly alarm. I have a BeNext tag reader, which can only be switched with tags. The tagreader is located at the backdoor, but i'd like to use an virtual switch to manually turn on and off my alarm. Now i have this: http://i.imgur.com/STr189h.png http://i.imgur.com/8zta9En.png My ...
by maomanna
Sunday 30 July 2017 20:23
Forum: LUA
Topic: Unifi NVR Video - control recording
Replies: 2
Views: 1450

Re: Unifi NVR Video - control recording

looks great!

Is every part a piece of a lua script, or do i need to make several lua's
If so, what type??
by maomanna
Sunday 30 July 2017 14:42
Forum: Python
Topic: Python plugin: Unifi Video from Ubiquiti
Replies: 15
Views: 4930

Re: Python plugin: Unifi Video from Ubiquiti

it seems to work now!

i guess it had something to do with port 7080.

I normally use the https (7443) port.
by maomanna
Thursday 15 June 2017 14:59
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 39287

Re: Pushnotification when dishwasher/washing machine is ready?

cause the powerusage was below the minimum, the timer counted.
When the counter ended, i recieved a notification over telegram!

thanks for your help!
by maomanna
Thursday 15 June 2017 14:33
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 39287

Re: Pushnotification when dishwasher/washing machine is ready?

As mentioned, please put it in the beginning of the script, it does not continue after the error anymore and you have it now after the error line (13). it look liked i had 2 devices names "wasmachine" 1 the switch and 1 the power usage. now i get this output 2017-06-15 14:31:00.459 LUA: 0.000;14571 ...
by maomanna
Thursday 15 June 2017 11:54
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 39287

Re: Pushnotification when dishwasher/washing machine is ready?

Means the variable is nil, i.e. it does not get any value. What do you get if you put print(otherdevices_svalues['wasmachine']) in the beginning of the script? --script_time_washingmachine.lua --Change the values below to reflect to your own setup local washer_status_uservar = 'washingmachine ...
by maomanna
Wednesday 14 June 2017 20:45
Forum: Python
Topic: Python plugin: Unifi Video from Ubiquiti
Replies: 15
Views: 4930

Re: Python plugin: Unifi Video from Ubiquiti

2017-06-14 20:44:41.359 (unifi nvr) Debug log level set to: 'true'. 2017-06-14 20:44:41.362 Error: (unifi nvr) 'onStart' failed 'URLError'. 2017-06-14 20:44:41.362 Error: (unifi nvr) ----> Line 138 in /domoticz/plugins/unifi/plugin.py, function onStart 2017-06-14 20:44:41.362 Error: (unifi nvr ...
by maomanna
Wednesday 14 June 2017 20:40
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 39287

Re: Pushnotification when dishwasher/washing machine is ready?

So based on your screenshot the device shows both W and kWh so you need to change these lines: -- sWatt, sTotalkWh = otherdevices_svalues['wasmachine']:match("([^;]+);([^;]+)") -- washer_usage = tonumber(sWatt) washer_usage = tonumber(otherdevices_svalues[energy_consumption]) to sWatt, sTotalkWh ...
by maomanna
Tuesday 13 June 2017 14:17
Forum: Design, usability and languages
Topic: SNEAK PREVIEW - New default theme
Replies: 153
Views: 57867

Re: SNEAK PREVIEW - New default theme

@moamanna - if you don't want the top row of the dashboard categories to be bigger ('highlights'), then you can select the compact view option: https://www.pineapplejazz.com/public/domoticz/theme/sneak-compact.png If you want things to be even more compact, try the mobile view option: https://www ...
by maomanna
Sunday 11 June 2017 21:35
Forum: Python
Topic: Python plugin: Unifi Video from Ubiquiti
Replies: 15
Views: 4930

Re: Python plugin: Unifi Video from Ubiquiti

gysmo38 wrote:Hello,

Which type of camera do you have?

Do you put zip files in the plugin directory?


For live video, I will check if I can add this feature.

Thank you for testing, it is a first version, I will find what going wrong for you.
Hey Gysmo,

Did you find some time to troubleshoot?
by maomanna
Saturday 10 June 2017 18:05
Forum: Design, usability and languages
Topic: SNEAK PREVIEW - New default theme
Replies: 153
Views: 57867

Re: SNEAK PREVIEW - New default theme

WOW much better then the current one.

Wopuld be nice that the user can set the size of the blocks