Search found 36 matches

by parrotface
Friday 20 April 2018 10:55
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125646

Re: Python Plugin : Broadlink RM2 V4

Am I correct in thinking that the broadlink plugin will NOT work with version 3.8153 the last stable version and that I need to use a Beta version above 3.90xx
by parrotface
Monday 09 April 2018 21:55
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65391

Re: Python Plugin: Broadlink RM2

Tried all sort of things found in this forum and just cant get broadlink to work. Using a Raspberry Pi Domoticz Version: 3.8153 plugin.py V3 sudo pip3 install broadlink this also installed -- Successfully installed broadlink pyaes All pugins copied to domoticz/plugins/BroadLinkRM2 All plugins are ...
by parrotface
Saturday 07 April 2018 13:05
Forum: Third party and supplementary tools
Topic: Broadlink plugin
Replies: 0
Views: 1869

Broadlink plugin

I have been trying to install the Broadlink plugin and keep getting problems plugin.py seems to stop the Web browser connecting to Domoticz and say's Domoticz is OffLine. sudo service domoticz status shows it running. remove plugin.py from the domoticz/plugins/Broadlink allows me to re-connnect OK ...
by parrotface
Friday 06 April 2018 12:45
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125646

Re: Python Plugin : Broadlink RM2 V4

Not talking to web browser problem solved. Problem was plugin.py was an executable but chmod 644 seems to solved the problem. I now have a broadlink Hardware called test rm pro and 4 devices test rm pro - Command test rm pro - Remote test rm pro - Import These 3 devices are selector switches which ...
by parrotface
Tuesday 03 April 2018 10:21
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125646

Re: Python Plugin : Broadlink RM2 V4

Hi I am having trouble with Broadlink and when it either stops me connecting with web browser or it stops displaying temperature data as graphs. What is the link to download the correct files from dropbox or git hub. There are loads of answers on this forum of what to install and what versions ...
by parrotface
Sunday 25 March 2018 11:08
Forum: Dashticz
Topic: Dashticz Combine two sensor values
Replies: 0
Views: 927

Dashticz Combine two sensor values

Dashticz Is it possible to combine the values of two sensors to give single output and display different icon depending on value. example I have 2 solar systems charging 2 batteries. I wont to show both batteries as a single output and change the colour if charging or discharging. Different icon ...
by parrotface
Tuesday 20 March 2018 18:03
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 572200

Re: Dashticz - General Discussions

me to
don't get my favourites to this dashboard
by parrotface
Tuesday 20 March 2018 9:25
Forum: Design, usability and languages
Topic: Freeboard open source real-time dashboard builder
Replies: 13
Views: 15397

Re: Freeboard open source real-time dashboard builder

Can't find pretty or minified

Freeboard installed on linux
opening index.html with firefox

When I tried save it doe's nothing

Thanks
by parrotface
Monday 19 March 2018 11:57
Forum: Design, usability and languages
Topic: Freeboard open source real-time dashboard builder
Replies: 13
Views: 15397

Re: Freeboard open source real-time dashboard builder

installed freeboard
created dashboard
but can't save it
by parrotface
Friday 09 March 2018 14:59
Forum: dzVents
Topic: Selector dzvents selecting buttons
Replies: 6
Views: 1951

Re: Selector dzvents selecting buttons

Hi
Thanks for reply

Still can't get it working
domoticz.devices('selector').switchOff() works every time

domoticz.devices('selector').switchSelector(Zone1) or
domoticz.devices('selector').switchSelector(10) wont work

Thanks
by parrotface
Thursday 08 March 2018 16:42
Forum: dzVents
Topic: Selector dzvents selecting buttons
Replies: 6
Views: 1951

Re: Selector dzvents selecting buttons

tried these This works OK domoticz.devices('selector').switchOff().afterMin(60) These DO NOT work domoticz.devices('selector').modeSet(10) domoticz.devices('selector').levelSet(10) domoticz.devices('selector').set(10) note selector is name of my selector switch
by parrotface
Thursday 08 March 2018 14:55
Forum: dzVents
Topic: Selector dzvents selecting buttons
Replies: 6
Views: 1951

Re: Selector dzvents selecting buttons

Thanks for your reply
If I understand it correctly your script means I can check to see which button of the selector is active.
What I need is how to change the selector from dzVents script to change the active button.
I can select the Off button but not the other selections.
Thanks
by parrotface
Thursday 08 March 2018 10:52
Forum: dzVents
Topic: Selector dzvents selecting buttons
Replies: 6
Views: 1951

Selector dzvents selecting buttons

Hi I am using a selector switch to control heating zones and manually selecting the buttons is working OK. Using the dzVents script I can switch the selector Off domoticz.devices('Heat Pump Boost').switchOff().afterMin(60) I can't work out the syntax to select a different selector switch button. Do ...
by parrotface
Friday 09 February 2018 11:55
Forum: dzVents
Topic: Selector dzvents
Replies: 9
Views: 5171

Re: Selector dzvents

seem to have solve part of the problem an works for what I need at the moment if domoticz.devices('selector').state == 'Breakfast' then --- this works OK also domoticz.devices('selector').levelName) -- returns Breakfast but domoticz.devices('selector').value -- or .Value Does Not work at least I can ...
by parrotface
Thursday 08 February 2018 15:26
Forum: dzVents
Topic: Selector dzvents
Replies: 9
Views: 5171

Re: Selector dzvents

Update errors have disappeared but the if section line 28 is not doing anything also tried if domoticz.devices('selector').value == "Breakfast" then domoticz.log('its Breakfast') end the following line returns Breakfast domoticz.log(domoticz.devices('selector').value) following copied from switch ...
by parrotface
Thursday 08 February 2018 15:07
Forum: dzVents
Topic: Selector dzvents
Replies: 9
Views: 5171

Re: Selector dzvents

Hi I think I spoke too soon it's not working now don't know what is happening errors 2018-02-08 14:02:26.462 Error: dzVents: Error: An error occured when calling event handler hall 2018-02-08 14:02:26.462 Error: dzVents: Error: ...e/pi/domoticz/scripts/dzVents/generated_scripts/hall.lua:28: attempt ...
by parrotface
Thursday 08 February 2018 14:55
Forum: dzVents
Topic: Selector dzvents
Replies: 9
Views: 5171

Re: Selector dzvents

Thanks changed elseif and its now working OK was --elseif triggerInfo.type == domoticz.EVENT_TYPE_DEVICE then now elseif device.isDevice then Thanks for your fast help been struggling for nearly a week and you fixed in minutes. Out of interest where do I find information for these types of ...
by parrotface
Thursday 08 February 2018 13:38
Forum: dzVents
Topic: Selector dzvents
Replies: 9
Views: 5171

Re: Selector dzvents

Thanks for reply my test code return { active = true, on = { devices = { 'boost test 126', -- name of switch 'selector', -- name of selector switch }, timer = {'every 1 minutes'} }, execute = function(domoticz, device, triggerInfo) domoticz.log('trigger == > '..triggerInfo.type) if triggerInfo.type ...
by parrotface
Thursday 08 February 2018 12:49
Forum: dzVents
Topic: Selector dzvents
Replies: 9
Views: 5171

Selector dzvents

I am struggling with a selector switch
I am trying to change my heating zones with a selector switch. I can do with separate switches
Do I have to use the value it has created i.e. 10 20 30 etc
if so what is the correct syntax to read the various buttons of the selector switch
Thanks
by parrotface
Thursday 18 January 2018 12:24
Forum: dzVents
Topic: dzVents timer with switch
Replies: 10
Views: 5855

Re: dzVents timer with switch

Hi
Have tried devices before
still No Go
I will try again later as I have to go out for a few hours
Thanks for your help will let you know later