Smartwares introduces 433 thermostat valve

For heating/cooling related questions in Domoticz

Moderator: leecollings

User avatar
blackdog65
Posts: 311
Joined: Tuesday 17 June 2014 18:25
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Norfolk, UK
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by blackdog65 »

Not with mine :cry: and the valve has stopped opening too :shock:
Of course this may be a valve fault, I'll be checking it later today.
CubieTruck Master
RasPi slaves
Aeon Labs Z-Stick, multi sensor
Fibaro Dimmers, relays, Universal sensors
EQ3 MAX!
TKB Sockets
RFXCOM
LightwaveRF sockets, switches, relays, doorbell
MySensors
ESPEasy ESP8266-12E
mschut
Posts: 108
Joined: Sunday 23 February 2014 21:40
Target OS: Raspberry Pi / ODroid
Domoticz version: V3.5613
Location: Netherlands
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by mschut »

Thanks, will play with is soon.

But really, idx 954?
User avatar
StanHD
Posts: 347
Joined: Friday 12 July 2013 16:09
Target OS: Windows
Domoticz version:
Location: East Sussex, UK
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by StanHD »

Yep, 966 now. But there are gaps. It's actually only @ 100 entries in the devices table :)
Domoticz Main - Intel nuc, Windows, RFXTRX433E. Lan Relay Boards, Aeon Z-Stick Gen 5, Evohome HGI80, Milight WiFi, MySensors Ethernet Gateway, Harmony Hub
Python:- Broadlink RM2, Sonos
HA-Bridge - Amazon Echo / Alexa
mschut
Posts: 108
Joined: Sunday 23 February 2014 21:40
Target OS: Raspberry Pi / ODroid
Domoticz version: V3.5613
Location: Netherlands
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by mschut »

I have connected the Smartware thermostat to Domoticz. Two items appear in domoticz, one switch (on/off) and one in Utility. With the item in utility I am able to set a certain temperature, also with timers. However, the item appears red for not having any recent actions. The tempertature shown by the item is not the last temperature send to the radiator.
Screenshot 2015-03-21 at 10.01.50.png
Screenshot 2015-03-21 at 10.01.50.png (18.99 KiB) Viewed 5611 times
Also in the log noithing appears, it's completely empty although the commands are succesfully send.
Screenshot 2015-03-21 at 10.02.06.png
Screenshot 2015-03-21 at 10.02.06.png (132.23 KiB) Viewed 5611 times
Is this normal behaviour of this valve, or should this be able to work?
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by Egregius »

Any updates on this? I'm expecting my valves back from RMA soon.
Do I see it right that I can only send on/off from domoticz? And I cannot set a temperature?
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by Egregius »

I think I found a bug:

When adding a Smarwares to the dashboard as favorite I can click it to set the temperature. The signal is sent to the valve but isn't updated on the screen or in the database.
If I choose 'edit' on the other switches panel (where you change the name etc) and set a temperature, the signal is sent AND updated on the dashboard.
This is also true when updating the device with the json udevice command.
DutchHans
Posts: 230
Joined: Friday 03 April 2015 20:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Germany (near dutch border)
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by DutchHans »

Hi all,

Are there any updates concerning the Logfile from the Smartwares thermostat?
Or the bug that has been reported?

Nothing since may 14..

Regards, Hans
User avatar
gizmocuz
Posts: 2471
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by gizmocuz »

Plz try #2692

The switching between day/night is now logged, and the setpoint value, timeout is disabled as there is no feedback/input from the device

@DutchHans, thanks for lending the device!! :mrgreen:
Quality outlives Quantity!
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by Egregius »

Great :)

Now figuring out a way to display the setpoint and the real temperature in one graph :mrgreen:
User avatar
gizmocuz
Posts: 2471
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by gizmocuz »

you probably can do this with the custom graph

is there a temperature feedback from this sensor ?
Quality outlives Quantity!
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by Egregius »

No, it's a seperate thermometer in the room.
User avatar
gizmocuz
Posts: 2471
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by gizmocuz »

Ahh ok
Quality outlives Quantity!
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by Egregius »

Just fixed it in my own temperature graph :)

Image

Code: Select all

SELECT t.Date, t.Temperature as Temperature, s.Temperature as Setpoint 
FROM Temperature t 
JOIN Temperature s ON t.Date = s.Date
WHERE t.DeviceRowID = $sensor AND s.DeviceRowID = $setpoint
User avatar
gizmocuz
Posts: 2471
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by gizmocuz »

Nice, where/how did you do this ?
Quality outlives Quantity!
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by Egregius »

It's in the file temp.php from my floorplan.
See http://www.domoticz.com/forum/viewtopic.php?f=8&t=7551
User avatar
gizmocuz
Posts: 2471
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by gizmocuz »

Egregius wrote:It's in the file temp.php from my floorplan.
See http://www.domoticz.com/forum/viewtopic.php?f=8&t=7551
Cant download the zip, receive:

http://goo.gl/Hzh2I9 – this goo.gl shortlink has been disabled. It was found to be violating our Terms of Service. Click here and here for more information about our terms and policies respectively.
Quality outlives Quantity!
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by Egregius »

Oh, didn't know there are rules for Googles URL shortner. I use it to view it's animo about it.
Anyway, here it is: http://egregius.be/files/floorplan20150809.zip
Also updated the other topic ;)
mistysnip
Posts: 34
Joined: Thursday 15 October 2015 22:01
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by mistysnip »

I received my valve but I can't seem to add it to Domoticz. Could you share the step-by-step instructions, please? I have an RFLink, BTW

Thanks
ubfssF
Posts: 59
Joined: Monday 02 November 2015 14:12
Target OS: Linux
Domoticz version: 2.2364
Location: Netherlands
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by ubfssF »

I can ad the thermostat by using the remote, using LEARN, and by using MANUAL from Domoticz. Both work, for switching on and off. Directly after successful connecting I have adjusted both to a thermostat-type instead of an on-off-switch.
However, with both ways no thermostat entry is created within the Utilities tab!
I am using a desktop browser, so that shouldn't be a problem. Domoticz-version is 2.3564 and it's running on Ubuntu.

The only thing I can think off is that I have to added through MANUAL with a different type. But I've used on-of because I see no other reasonable option in that pull-down list. Only afterwards I can change it to a thermostat-type......
Can anyone indicate what kind of adding ons has to do?
Thnx,
Joop
rammstan
Posts: 12
Joined: Monday 04 January 2016 12:35
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Smartwares introduces 433 thermostat valve

Post by rammstan »

Hello,

Im new on this forum and domoticZ. I think i ll be more present here, cause i just bought a new house, the rfxcom and enocean usb 300 :D . I have first questions:

- Did you experience the battery life?

- Is it PID regulation in the smartwares?

Thanks
RPi 2 + UPS Pico + enOcean + RFXCOM ext 250
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest