Search found 22 matches

by ddahya
Friday 02 March 2018 10:27
Forum: Heating/cooling
Topic: Heatmiser NeoHub Integration
Replies: 14
Views: 5375

Re: Heatmiser NeoHub Integration

I found somewhere that said Heatmiser have updated the NeoHub API. I had this issue awhile back but you seem to be the only other person that is having the same issue i had Could you please try this Edit Line 139 response = self.json_request({"INFO": "0"}) to response = self.json_request({"INFO": 0})
by ddahya
Wednesday 06 December 2017 5:00
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 131494

Re: Dashticz - Bug report

Hi Guys, I’m having a issue with the dashboard, My blinds and Thermostat Setpoint blocks don’t work on any of my tablets "iPAD 1 & 3 and Samsung Tab2". I've tested this with both Master and Beta releases and the results are the same, it works correct on my Windows surface and Phone. Anyone else hav ...
by ddahya
Sunday 16 July 2017 23:53
Forum: Heating/cooling
Topic: Heatmiser NeoHub Integration
Replies: 14
Views: 5375

Re: Heatmiser NeoHub Integration

Yes you are correct the on/off switch is read only, the switch is an indicator for what zone is currently on “heating”. If you are using anything above beta 3.8023 you can use the integrated dzVents, Just update the start of the LUA script with return { active = true, on = { devices = { 107 -- ...
by ddahya
Wednesday 12 July 2017 2:45
Forum: Heating/cooling
Topic: Heatmiser NeoHub Integration
Replies: 14
Views: 5375

Re: Heatmiser NeoHub Integration

Hi Gambit, Can you please check the name of the python script in the LUA file? in the original post my script was calling NeoHubInterface.py, my new posted script is called neohub.py. You might need to update you LUA file with the correct name. Old os.execute('python /home/pi/domoticz/scripts/python ...
by ddahya
Monday 10 July 2017 8:49
Forum: Heating/cooling
Topic: Heatmiser NeoHub Integration
Replies: 14
Views: 5375

Re: Heatmiser NeoHub Integration

Could you please try this script, its the one i use on my system. Not sure why the one posted in the first post isn't working. Just remember to update IP addresses for Domoticz server and Neohub IP in the script.

Also rename file extension from txt to py.
by ddahya
Monday 17 April 2017 6:12
Forum: Heating/cooling
Topic: Heatmiser NeoHub Integration
Replies: 14
Views: 5375

Heatmiser NeoHub Integration

Hi Guys, A while back people were asking for NeoHub integration, I have a working solution for getting the current temp, checking if heating is on/off and setting the target temp “Setpoint”. It’s all manual setup at first but once it working it works well. I haven’t had any issues with it since i got ...
by ddahya
Friday 14 April 2017 3:14
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 571808

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

Hey guys, just wanted to know if it was possible to change the size of a device inside a block? Currently i have two pages setup, on my second page I would like to change my blinds to be two devices per row and remove the blank "device". the attached screenshot is from my laptop but I'm going to be ...
by ddahya
Wednesday 05 April 2017 11:24
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 571808

Re: New Dashboard Design

just noticed in that my setpoint devices are not showing up at two devices in the Dashboard Aren't they also positioned in the left column? Could you send me a complete screenshot? And, if possible, the complete (all devices) json-output from domoticz, via PM? Just sent you all the details via PM
by ddahya
Wednesday 05 April 2017 10:53
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 571808

Re: New Dashboard Design

just noticed in that my setpoint devices are not showing up at two devices in the Dashboard
by ddahya
Wednesday 05 April 2017 10:25
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 571808

Re: New Dashboard Design

Here is the webaddress for the blinds for up/down/off /json.htm?type=command&param=switchlight&idx=<IDX>&switchcmd=Off&level=0&passcode= /json.htm?type=command&param=switchlight&idx=<IDX>&switchcmd=Stop&level=0&passcode= /json.htm?type=command&param=switchlight&idx=<IDX>&switchcmd=On&level=0 ...
by ddahya
Wednesday 05 April 2017 10:18
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 571808

Re: New Dashboard Design

Here is the webaddress for the blinds for up/down/off /json.htm?type=command&param=switchlight&idx=<IDX>&switchcmd=Off&level=0&passcode= /json.htm?type=command&param=switchlight&idx=<IDX>&switchcmd=Stop&level=0&passcode= /json.htm?type=command&param=switchlight&idx=<IDX>&switchcmd=On&level=0 ...
by ddahya
Wednesday 05 April 2017 7:01
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 571808

Re: New Dashboard Design

Great Dashboard, keep up the good work. i've downloaded the latest version and most of my devices are working, any chance of adding blind support to the dashboard? The blinds are showing up as on/off devices but should be On/Off/Stop, also i have some dummy setpoint devices i use to control my ...
by ddahya
Tuesday 04 April 2017 1:54
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 571808

Re: New Dashboard Design

Great Dashboard, keep up the good work. i've downloaded the latest version and most of my devices are working, any chance of adding blind support to the dashboard? The blinds are showing up as on/off devices but should be On/Off/Stop, also i have some dummy setpoint devices i use to control my ...
by ddahya
Monday 08 August 2016 22:56
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76267

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Its working on my PoC machine but not my Prod box. If you look at the device attributes from my prod machine it's missing, 2016-08-06 10:40:20.641 LUA: > utility: 23 2016-08-06 10:40:20.642 LUA: > state: 23.00 2016-08-06 10:40:20.643 LUA: > _sValues: 23.00 these are in the PoC box. That's really ...
by ddahya
Sunday 07 August 2016 0:25
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76267

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Could be because Domoticz sometimes swallows log messages when they come too fast or too many. Might be differen each time you run the script. But does it work now? Its working on my PoC machine but not my Prod box. If you look at the device attributes from my prod machine it's missing, 2016-08-06 ...
by ddahya
Saturday 06 August 2016 1:24
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76267

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Here is the device attributes for my Dining thermostat in my prod machine. 2016-08-06 11:02:13.443 LUA: Handling events for: "Dining_Utility", value: "22" 2016-08-06 11:02:13.443 LUA: ===================================================== 2016-08-06 11:02:13.443 LUA: >>> Handler: neohub 2016-08-06 11 ...
by ddahya
Friday 05 August 2016 11:34
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76267

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Thanks that done the trick, i was running dzVents 1.1.1. Just wanted to know if you are about to assist with my script. What i want it to do is if the targettemp is different to the previousTemp then run the os.execute command. if the targettemp and previousTemp are the same then do nothing, end ...
by ddahya
Friday 05 August 2016 0:36
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76267

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Thanks, I now have it working but when the thermostat is updated it triggers two events, one with the device name and another with device name _Utility Is there any way I get dzVents to ignore device name_Utility event? 2016-08-05 10:21:49.046 LUA: Handling events for: "Master Room_Utility", value ...
by ddahya
Thursday 04 August 2016 10:58
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76267

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Here is the table from the Guest Room thermostat in device.lua { ["AddjMulti"]= 1.0, ["AddjMulti2"]= 1.0, ["AddjValue"]= 0.0, ["AddjValue2"]= 0.0, ["BatteryLevel"]= 255, ["CustomImage"]= 102, ["Data"]= "Off", ["Description"]= "", ["Favorite"]= 0, ["HardwareID"]= 5, ["HardwareName"]= "HM: Heating ...
by ddahya
Thursday 04 August 2016 10:28
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76267

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Hi Guys, Just wanted to know if someone could please help with my dzVents script. This is my first attempt to creating a script. What I want to script to achieve is if the changed value of the thermostat is the same as the previous value then do nothing, if the value is different to the previous ...