Search found 19 matches

by tmh88
Sunday 03 May 2020 14:55
Forum: Other questions and discussions
Topic: Neato D7 Vacuum Robot integration
Replies: 8
Views: 1346

Re: Neato D7 Vacuum Robot integration

Bob123bob wrote: Saturday 02 May 2020 14:33 You need to install dependences using
pip3 install pybotvac
as superuser before start the plugin
Check https://github.com/stianaske/pybotvac for more details
Got it working thanks, all connected but it seems to be crashing domoticz! any ideas?
Thanks
by tmh88
Saturday 02 May 2020 12:21
Forum: Other questions and discussions
Topic: Neato D7 Vacuum Robot integration
Replies: 8
Views: 1346

Re: Neato D7 Vacuum Robot integration

i have installed python and can see the botvac plugin in the hardware tab, entered my details and add and getting this error in the log. any ideas? 2020-05-02 11:18:30.427 Error: (BotvacVaccum) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\Domoticz-Botvac ...
by tmh88
Saturday 02 May 2020 12:14
Forum: Other questions and discussions
Topic: Neato D7 Vacuum Robot integration
Replies: 8
Views: 1346

Re: Neato D7 Vacuum Robot integration

Bob123bob wrote: Saturday 02 May 2020 11:11 I just created a plugin for Neato Botvac
https://github.com/gilmrt/Domoticz-Botvac-Plugin
I have recently migrated from a rasberry pi to windows based domoticz do you know how i install on windows?

Thanks
by tmh88
Saturday 02 May 2020 12:02
Forum: Other questions and discussions
Topic: Domoticz and robot vacuum cleaners
Replies: 37
Views: 18563

Re: Domoticz and robot vacuum cleaners

Bob123bob wrote: Saturday 02 May 2020 11:09 I just created a plugin for Neato Botvac
https://github.com/gilmrt/Domoticz-Botvac-Plugin
I have recently migrated from a rasberry pi to windows based domoticz do you know how i install on windows?

Thanks
by tmh88
Saturday 04 April 2020 11:38
Forum: Temperature and Weather
Topic: Recommendations to Replace Darksky API
Replies: 7
Views: 2963

Re: Recommendations to Replace Darksky API

Bartjo wrote: Saturday 04 April 2020 11:16 Try using city and country code instead of lat/lon coordinates. Even though the Domoticz interface hints you can use coordinates, and the OWM allows you to do so, the implementation in Domoticz is broken.

So use, for instance: amsterdam,nl
Thanks thats sorted it
by tmh88
Thursday 02 April 2020 15:03
Forum: Temperature and Weather
Topic: Recommendations to Replace Darksky API
Replies: 7
Views: 2963

Re: Recommendations to Replace Darksky API

Try OpenWeatherMap https://openweathermap.org/api - I've just set it up on my system. just signed up and got an API key, im now getting an error in domoticz log saying 2020-04-02 14:00:59.554 Status: OpenWeatherMap: Started 2020-04-02 14:01:04.622 Error: OpenWeatherMap: Error getting http data! any ...
by tmh88
Thursday 02 April 2020 10:29
Forum: Temperature and Weather
Topic: Recommendations to Replace Darksky API
Replies: 7
Views: 2963

Recommendations to Replace Darksky API

Now that Apple have purchased Darksky and they have announced API support will end in 2021. can anyone recommend a free to use API?

Thanks
by tmh88
Sunday 09 February 2020 16:34
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75031

Re: Alexicz - FREE Domoticz to Alexa Integration

Hi all, I have successufully installed and added some devices some mounth ago. Now I have new devices and I tried to discover them with Alexa app without success. Domoticz log says that there is an incoming connection. Old devices are working with Alexa app and they are in the same roomplan of new ...
by tmh88
Friday 13 December 2019 21:05
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75031

Re: Alexicz - FREE Domoticz to Alexa Integration

[Did you remember to add them to a room plan & add them to alexicz account that Amazon acsess in domoticz That was it! Alexa now discovered the new devices. Still having some issues (like Alexa being unable to switch them on/off) but that will hopefully be a detail. Thanks for your help! Glad I ...
by tmh88
Friday 13 December 2019 20:10
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75031

Re: Alexicz - FREE Domoticz to Alexa Integration

Alexicz has been (and still is) working fine here for some months. Yesterday I added 2 new switches to Domoticz (same type as some other z-wave switches I'm using). These are working fine in Domoticz, but are not found when I search for new devices within the Alexa app or website. As said, there ...
by tmh88
Saturday 30 November 2019 19:11
Forum: Other questions and discussions
Topic: Domoticz and robot vacuum cleaners
Replies: 37
Views: 18563

Re: Domoticz and robot vacuum cleaners

Thnx to the Pybotvac API I am able to integrate my Neato D5 Connected Vacuum cleaner. https://github.com/stianaske/pybotvac I am able to send the following commands: - Start - Stop - Pause - Dock - Spot I am able te retreive the following information: - Battery % - Robot Status (Idle, cleaning ...
by tmh88
Saturday 30 November 2019 18:18
Forum: Other questions and discussions
Topic: Neato D7 Vacuum Robot integration
Replies: 8
Views: 1346

Neato D7 Vacuum Robot integration

Evening All,

just wondered if anyone had managed to integrate there neato vacuum robot into domoticz, I have read a few old posts but nothing seems to be current. I have noticed that neato now offer a API integration and wondered if anyone had managed to harness this?
by tmh88
Wednesday 27 November 2019 20:37
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75031

Re: Alexicz - FREE Domoticz to Alexa Integration

I’m getting an error of "urllib.error.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:852)>" Is your Domoticz URL as entered in the config JSON fike a https one? Thanks for the reply. Yes sorted it now, I had rebooted domoticz when adding a user and it hadn't fully restarted. ...
by tmh88
Wednesday 27 November 2019 20:34
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75031

Re: Alexicz - FREE Domoticz to Alexa Integration

To make sure you are reporting EndpointHealth, the following changes need to be made to the Lambda files: In AlexaSmartHome.py. add: @INTERFACES.register('Alexa.EndpointHealth') class AlexaEndpointHealth(AlexaInterface): def name(self): return 'Alexa.EndpointHealth' def propertiesSupported(self ...
by tmh88
Monday 25 November 2019 23:16
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75031

Re: Alexicz - FREE Domoticz to Alexa Integration

Continuation from above, I believe I have sorted the issue above I’m now testing through the lambda console using the "discovery" code provided in the manual but I’m getting an error of "urllib.error.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:852)>" Any ideas on this one? ...
by tmh88
Monday 25 November 2019 21:21
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75031

Re: Alexicz - FREE Domoticz to Alexa Integration

Evening all, im currently seting up the alexa intergration and folowing the guide im upto step. 5.5. Click « Author from scratch » (1)  Set a name for your function « alexicz » (2)  Choose the runtime « Python 3.6 » (3)  Select the « Create a custom role » as role option (4) but im unable to find ...
by tmh88
Sunday 17 November 2019 23:39
Forum: dzVents
Topic: Evohome DzVents Control
Replies: 3
Views: 515

Re: Evohome DzVents Control

2019-11-15 22:28:00.610 Status: dzVents: Error (2.4.19): An error occured when calling event handler Evohome State 2019-11-15 22:28:00.610 Status: dzVents: Error (2.4.19): ...ticz/scripts/dzVents/generated_scripts/Evohome State.lua:14: attempt to call field 'setMode' (a nil value) 2019-11-15 22:28 ...
by tmh88
Saturday 16 November 2019 10:36
Forum: Heating/cooling
Topic: Evohome Control via DzVents Script Help
Replies: 0
Views: 285

Evohome Control via DzVents Script Help

Morning all, I’m a noob to Domoticz and been playing with DeVents. I’m a PLC programmer by trade and have a good understanding of control, but limited knowledge with regards to scripting. I would like to setup a script to change the mode on my Evohome to “auto” if the outside temp falls below a setpo ...
by tmh88
Friday 15 November 2019 23:29
Forum: dzVents
Topic: Evohome DzVents Control
Replies: 3
Views: 515

Evohome DzVents Control

Evening all, I’m a noob to Domoticz and been playing with DeVents. I’m a PLC programmer by trade and have a good understanding of control, but limited knowledge with regards to scripting. I would like to setup a script to change the mode on my Evohome to “auto” if the outside temp falls below a setpo ...