Search found 17 matches

by maninblack30
Monday 31 August 2020 0:28
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86001

Re: Python Plugin : Broadlink

zak45 wrote: Sunday 30 August 2020 19:21
yep, that's the one way I had found to be able to have the Domoticz device appear in html popup.
No worries, Thanks for you reply, this is an awesome plugin!
by maninblack30
Sunday 30 August 2020 12:34
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86001

Re: Python Plugin : Broadlink

Hi Zac45, I just updated your plugin via the web page and it's created a whole bunch of extra pages! I have 2 devices, but now I have 8 pages!! Also, the 2 correct pages don't load when you click on them, you need to click on it, then refresh the page. Cheers! :-) Ubuntu 20.04 LTS Domoticz Version ...
by maninblack30
Tuesday 13 March 2018 10:36
Forum: Suggestions
Topic: Honeywell Lyric Thermostat
Replies: 60
Views: 25174

Re: Honeywell Lyric Thermostat

Wow! that is amazing! It worked for me straight away.
Only one problem, here in Australia I use the Cooling side of the thermostat much more than the heating.
do you have any more information?
Ta,
Fraser
by maninblack30
Monday 08 May 2017 11:07
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 131227

Re: Dashticz - Bug report

on the latest master I have a selector switch, if I operate any other switch once, the drop-down for the selector doesn't stay open long enough for me to select, tried chrome and IE. it works fine if it's the first switch i use after a reload, but as soon as I operate anything else it breaks again ...
by maninblack30
Friday 05 May 2017 4:01
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 570808

Re: Dashticz - General Discussions

I think Master, i just did a git clone https://github.com/robgeerts/dashticz_v2 This one is one I copied and just changed my server details, it reults in a just my favorite switches, nothing else: (Please keep in mind I know nothing about code!) var _LANGUAGE = 'en_US'; //or: en_US, fr_FR, hu_HU var ...
by maninblack30
Friday 05 May 2017 2:16
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 570808

Re: Dashticz - General Discussions

Hello everyone! I'm new to Domoticz etc, but I am loving it! I have a bunch of sonoff's running Espeasy, and some Xiaomi sensors, and a Broadlink RM2, everything is working really well, but now I want to do a touchscreen on the wall in my living area and use Dashticz. I have followed the wiki and ...
by maninblack30
Wednesday 03 May 2017 7:40
Forum: Suggestions
Topic: Show the idx number in the edit tab of a device
Replies: 12
Views: 5677

Re: Show the idx number in the edit tab of a device

Would love that too! Or perhaps in the boxes in the "Switches" view?
by maninblack30
Wednesday 26 April 2017 13:08
Forum: Heating/cooling
Topic: ELV Max! Heating control system
Replies: 731
Views: 186580

Re: ELV Max! Heating control system

It is very reliable. If you buy only a cube a radiator thermostats, you will only be able to see the target temperature. The radiator thermostats provide the current temperature in a rather unreliable way (only when the valve % has been updated, so the information is not really fresh). This design ...
by maninblack30
Wednesday 26 April 2017 6:39
Forum: Heating/cooling
Topic: ELV Max! Heating control system
Replies: 731
Views: 186580

Re: ELV Max! Heating control system

Hello everyone, I'm thinking of buying a bunch of valves and a cube, and I would like an honest opinion on the reliabillity of this system under Domoticz.
Is it essentially finished and working well?
How often does it drop-out etc?

Thanks!
Fraser
by maninblack30
Sunday 23 April 2017 23:03
Forum: Python
Topic: Python Plugin: Broadlink RM2 V2
Replies: 77
Views: 20838

Re: Python Plugin: Broadlink RM2 V2

@maninblack30 To try to help, please post full log, from update the plugin (HW page) thru push button. Hello Zak45, it turns out the path I had on the old install ended in a \ so all the ink files were named "\BroadlinkRMx-x.ini" so once I renamed them all, and added the customname line, it all ...
by maninblack30
Sunday 23 April 2017 12:31
Forum: Python
Topic: Python Plugin: Broadlink RM2 V2
Replies: 77
Views: 20838

Re: Python Plugin: Broadlink RM2 V2

Perhaps easier for me to learn all my commands again? I did move all the ini files to /home/pi/domoticz/plugins/broadlinkRM2/ and changed the path in the hardware section, but it still gives the same error: 2017-04-23 20:29:03.889 Error: (Remote Controller) ini file not found: /home/pi/domoticz ...
by maninblack30
Sunday 23 April 2017 12:11
Forum: Python
Topic: Python Plugin: Broadlink RM2 V2
Replies: 77
Views: 20838

Re: Python Plugin: Broadlink RM2 V2

Hello! I have updated the 3 files (plugin.py, plugin_http.py and plugin_http.sh) however when I try to execute a command it shows the following in my Domoticz log: 2017-04-23 20:08:22.580 (Remote Controller) onCommand called for Unit 11: Parameter 'On', Level: 0 , Connected : True 2017-04-23 20:08 ...
by maninblack30
Friday 21 April 2017 14:47
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65257

Re: Python Plugin: Broadlink RM2

zak45 wrote:Hi,
there is no way to do that in oneshot for all devices.
On the next release, you should be able to put device off by using Domoticz param:
Capture.JPG
Fantastic!!
Thanks for a quick response!
:-)
by maninblack30
Friday 21 April 2017 11:12
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65257

Re: Python Plugin: Broadlink RM2

Hello all! First I would like to say that I am really impressed with this plugin, and how quickly Domoticz is developed! It's fantastic! So thanks everyone involved. My question is (and it's probably a silly one), but what is the easiest way to make the switches that operate the RM's commands ...
by maninblack30
Sunday 13 November 2016 5:07
Forum: Other questions and discussions
Topic: 3 way selector controlled by single push button?
Replies: 3
Views: 815

Re: 3 way selector controlled by single push button?

if($s['switch'=="Off") sw($i['switch'],'On1'); elseif($s['switch'=="On1") sw($i['switch'],'On2'); elseif($s['switch'=="On2") sw($i['switch'],'Off'); Any chance you could help me by showing how I could do it in Blocky, using an input on the Pi called Button 3? Sorry for my complete lack of knowledge ...
by maninblack30
Thursday 10 November 2016 0:25
Forum: Other questions and discussions
Topic: 3 way selector controlled by single push button?
Replies: 3
Views: 815

3 way selector controlled by single push button?

Hello all!
I'm looking for some advice, I'd like to use a single input on a Pi to cycle through 3 states of a selector eg:
off>0n1>on2>off>on1>on2......and so on.
Any ideas on how I can do it?

Cheers,

Fraser