TRV Controller Discussion Thread

Posted on
Sun Oct 20, 2019 12:26 pm
Ksullivan offline
Posts: 83
Joined: Feb 22, 2014

Re: TRV Controller Discussion Thread

I’m using Stella Z and the thermostat are Created using the smart devices plugin

Posted on
Sun Oct 20, 2019 12:27 pm
Ksullivan offline
Posts: 83
Joined: Feb 22, 2014

Re: TRV Controller Discussion Thread

When I try to change the set point in indigo touch control page

Posted on
Sun Oct 20, 2019 1:35 pm
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: TRV Controller Discussion Thread

Ksullivan wrote:
When I try to change the set point in indigo touch control page

Are you changing the setpoint on the TRV Controller controlling the Stella-Z, the Stella-Z itself or the Remote Stat? :?

Posted on
Sun Oct 20, 2019 1:36 pm
Ksullivan offline
Posts: 83
Joined: Feb 22, 2014

Re: TRV Controller Discussion Thread

Remote stat

Posted on
Sun Oct 20, 2019 2:02 pm
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: TRV Controller Discussion Thread

Ksullivan wrote:
Remote stat

OK, thanks - I haven't got an instant answer; I will try and find time to investigate the issue tomorrow. :)

Posted on
Sun Oct 20, 2019 2:04 pm
Ksullivan offline
Posts: 83
Joined: Feb 22, 2014

Re: TRV Controller Discussion Thread

Thank you

Posted on
Mon Oct 21, 2019 1:30 am
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: TRV Controller Discussion Thread

Hi Keith,
I need to see a device definition print for the remote stat.
Can you execute the following command from the Indigo Scripting Shell (see bottom of the Indigo plugin menu):
Code: Select all
indigo.server.log(u"Remote Stat Device:\n {}".format(indigo.devices[12345678])
where 12345678 is the Indigo device Id of your remote stat device i.e. not the TRV Thermostat Controller. The output is written to the Indigo log if you could copy and paste it in a reply. :)

Posted on
Mon Oct 21, 2019 4:19 am
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: TRV Controller Discussion Thread

Better now! :)

1) Without remote stat device specified - thermostat settings (including from UI and schedules) works but seeing
" TRV Error TRV Controller can't control TRV 'new device 2' as the TRV doesn't report temperature and there is no Remote Stat defined!"

2) When specifying remote stat device - it works OK (temperature is shown correctly), but theTF021 setpoint is always 5C - even in case I'm changing it, immediately reset by the TRV

I.e. no schedules or manual settings works

Some small error in the logic somewhere :)

Posted on
Mon Oct 21, 2019 4:45 am
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: TRV Controller Discussion Thread

shapa wrote:
... 2) When specifying remote stat device - it works OK (temperature is shown correctly), but theTF021 setpoint is always 5C - even in case I'm changing it, immediately reset by the TRV ...

What setpoint are you changing: I need to know whether you are adjusting the physical device or an Indigo device and which one? :)

Posted on
Mon Oct 21, 2019 6:00 am
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: TRV Controller Discussion Thread

Actually, tried everything, including TRV device delete and create.

1) Physical device (physical buttons) - resetting back to 5C in a few seconds ( Z-Wave sent "Conservatory HeatIT Thermostat" change heat setpoint to 5.0°)
2) Physical device via Indigo UI - resetting back to 5C in a few seconds ( Z-Wave sent "Conservatory HeatIT Thermostat" change heat setpoint to 5.0°)
3) TRV device - adjusting the temperature but physical device is not syncing / staying at 5C

Only happens when the "remote stat" is specified.
Attachments
Screenshot 2019-10-21 12.58.04.png
Screenshot 2019-10-21 12.58.04.png (432.86 KiB) Viewed 2527 times
Screenshot 2019-10-21 12.57.46.png
Screenshot 2019-10-21 12.57.46.png (328.21 KiB) Viewed 2527 times

Posted on
Mon Oct 21, 2019 7:21 am
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: TRV Controller Discussion Thread

Have you got Remote Setpoint Heat Adjustment enabled in the TRV Controller device settings?

What are you setting the setpoint to?

Posted on
Mon Oct 21, 2019 11:16 am
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: TRV Controller Discussion Thread

No adjustment enabled

Any setpoint - tried 19, 20, 25, etc... Identical outcome - resetting back to 5C
Attachments
Screenshot 2019-10-21 at 18.16.12.png
Screenshot 2019-10-21 at 18.16.12.png (163.79 KiB) Viewed 2502 times

Posted on
Mon Oct 21, 2019 12:05 pm
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: TRV Controller Discussion Thread

In the previous image your Air sensor (which is the remote stat?) is showing 26 deg C which I think is why it is setting the temp to 5 deg C i.e. effectively off.
It is more than 21 deg C. Is the 26 deg C correct?

Posted on
Mon Oct 21, 2019 1:13 pm
Ksullivan offline
Posts: 83
Joined: Feb 22, 2014

Re: TRV Controller Discussion Thread

Hi John

The shell command doesnt seem to work as im getting a timed out :( Any ideas?

indigo.server.log(u"Remote Stat Device:\n {}".format(indigo.devices[1834533522])
2019-10-21 20:10:07.174 IndigoPluginHost[86035:1838786] ConnectionRequest() caught exception: ServerCommunicationError -- timeout waiting for server to start
2019-10-21 20:10:07.175 IndigoPluginHost[86035:1838767]

connection to server failed or was dropped

Posted on
Mon Oct 21, 2019 1:20 pm
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: TRV Controller Discussion Thread

Tried to set 32C - the same issue, resetting to 5C :)

Is it possible to add a setting to be able to switch on / off the setpoint logic? For a smart floor thermostat - only schedules (with setpoints) are required. TF021 will automatically do the rest. However, the logic could be very useful in case of a "dumb" relay controlling underfloor heating - so it would be nice to make it configurable.
Attachments
Screenshot 2019-10-21 20.17.04.png
Screenshot 2019-10-21 20.17.04.png (404.63 KiB) Viewed 2475 times

Page 18 of 28 1 ... 15, 16, 17, 18, 19, 20, 21 ... 28

Who is online

Users browsing this forum: No registered users and 1 guest