Search found 31 matches

by Bob123bob
Sunday 03 May 2020 17:28
Forum: Other questions and discussions
Topic: Neato D7 Vacuum Robot integration
Replies: 8
Views: 1361

Re: Neato D7 Vacuum Robot integration

tmh88 wrote: Sunday 03 May 2020 14:55 Got it working thanks, all connected but it seems to be crashing domoticz! any ideas?
Thanks
Some logs would be welcome
I only tested it with Domoticz 2020.2 with Burst on raspberry with no issues at all
by Bob123bob
Saturday 02 May 2020 14:38
Forum: Python
Topic: Python Plugin: Wan IP Checker
Replies: 175
Views: 38404

Re: Python Plugin: Wan IP Checker

I made a pull request that fix this issue https://github.com/ycahome/WAN-IP-CHECKER/pull/2 Check changes here : https://github.com/ycahome/WAN-IP-CHECKER/pull/2/files or Use my fork instead at https://github.com/gilmrt/Domoticz-WAN-IP-Checker-Plugin or Wait for pull request to be merged and update ...
by Bob123bob
Saturday 02 May 2020 14:33
Forum: Other questions and discussions
Topic: Neato D7 Vacuum Robot integration
Replies: 8
Views: 1361

Re: Neato D7 Vacuum Robot integration

You need to install dependences using
pip3 install pybotvac
as superuser before start the plugin
Check https://github.com/stianaske/pybotvac for more details
by Bob123bob
Saturday 02 May 2020 11:25
Forum: Python
Topic: Python Plugin: Neato Botvac vacuum
Replies: 2
Views: 1258

Python Plugin: Neato Botvac vacuum

I just created a Domoticz plugin to control my Neato Botvac D5 vacuum : https://github.com/gilmrt/Domoticz-Botvac-Plugin I should work with all connected Botvac vacuum from Neato Robotics This plugin uses the pybotvac library and provides: Status, Control and Schedule status devices Installation ...
by Bob123bob
Sunday 12 May 2019 19:43
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 52706

Re: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!

How are the blinds working ? I tried to connect one on the dimmer function as they work with level % as well but it was not working :(
Can you help ?
by Bob123bob
Monday 28 August 2017 20:46
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: Dashticz - General Discussions

See my setup below. I have four maps, but cutting it down to your preferred number should not be difficult In the settings part of CONFIG.js: config['gm_api'] = '<API KEY>'; config['gm_zoomlevel'] = '10'; config['gm_latitude'] = 0; config['gm_longitude'] = 0; After the settings part you should ...
by Bob123bob
Friday 25 August 2017 19:36
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: Dashticz - General Discussions

Can someone explain me how trafficmap is working now ? After a git pull to update my old version (1 or 2 months old), I need to modify CONFIG.js with new settings options config[xxxx] to get dashticz working Now I can't display google map with trafficmap anymore, I just have an empty block So a ...
by Bob123bob
Thursday 27 July 2017 0:49
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: "Offline"
Replies: 3
Views: 1813

Re: "Offline"

Maybe you can try to run the update script in domoticz folder

Code: Select all

cd domoticz
./update_beta.sh
Make a backup before by copying the whole domoticz folder
by Bob123bob
Monday 01 May 2017 16:26
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: Dashticz v2.0, custom positioning and multiple screens

htilburgs wrote:@Robgeert, one small issue found with the shutter. Text is displayed, but not translated. It says CLOSED. I checked the language file and that says

Code: Select all

lang['state_closed'] = 'DICHT';
I have the same issue, CLOSED instead of translated word
by Bob123bob
Tuesday 11 April 2017 20:26
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: New Dashboard Design v2, custom positioning and multiple screens

For me it's still not working : device 167 displays now, today and total device 167_1 displays now, today and total device 167_2 displays today and total device 167_3 displays total Still no way to display 167_1 (now) only :( Did you have '167' and '167_1' at the same time displaying on your ...
by Bob123bob
Monday 10 April 2017 21:54
Forum: iOS
Topic: Wich IOS app are you using and is similar to Domoticz (android)
Replies: 8
Views: 8194

Re: Wich IOS app are you using and is similar to Domoticz (android)

+1
I use Home (Apple iOS app) combined with homebridge
by Bob123bob
Monday 10 April 2017 21:41
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: New Dashboard Design v2, custom positioning and multiple screens

It looks like something is wrong at the server end? Cloning into 'master'... fatal: https://gitlab.com/robgeerts/dashboard/tree/master/info/refs not found: did you run git update-server-info on the server? Backup your CONFIG.js and run the command in domoticz/www/ folder git clone https://gitlab ...
by Bob123bob
Monday 10 April 2017 21:03
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: New Dashboard Design v2, custom positioning and multiple screens

Updates are released very fast. Could someone help me with a line of code that I can run on my Raspberry to clone the latest release from Github to my Raspberry? If your installed dashboard with git clone command (I run the command from /home/pi/domoticz/www/ folder git clone https://gitlab.com ...
by Bob123bob
Monday 10 April 2017 19:19
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: New Dashboard Design v2, custom positioning and multiple screens

But as you can see 167_1 (now) is not working :( Fixed For me it's still not working : device 167 displays now, today and total device 167_1 displays now, today and total device 167_2 displays today and total device 167_3 displays total Still no way to display 167_1 (now) only :( No luck at this ...
by Bob123bob
Sunday 09 April 2017 10:51
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: New Dashboard Design v2, custom positioning and multiple screens

I have an issue when I want to only display energy now in Watt. I use the idx_1 (e.g. '147_1') but I have a empty box follow by today and total. idx_2 for today and idx_3 for total are working fine. When I use 147 without sub value, I can see the 3 boxes working fine. Can you help me to display ...
by Bob123bob
Sunday 09 April 2017 8:43
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: New Dashboard Design v2, custom positioning and multiple screens

Is there a way to add Alert device type ? Alert device { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "CustomImage" : 0, "Data" : "No weather alert", "Description" : "", "Favorite" : 1, "HardwareID" : 5, "HardwareName" : "Virtual Switches ...
by Bob123bob
Saturday 08 April 2017 14:15
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: New Dashboard Design v2, custom positioning and multiple screens

I have an issue when I want to only display energy now in Watt. I use the idx_1 (e.g. '147_1') but I have a empty box follow by today and total. idx_2 for today and idx_3 for total are working fine. When I use 147 without sub value, I can see the 3 boxes working fine. Can you help me to display only ...
by Bob123bob
Saturday 01 April 2017 16:30
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 584739

Re: New Dashboard Design

I did a clean install, FiIled the both CONFIG files and this is wat I see screen.png What is going wrong???? Same issue here using Safari on a mac Did a clean install, changed domoticz IP on both conf.js and conf_default.js and have the same result Looks like there is a issue with lang in console ...