Logic Machine Forum
KNX Hybrid and Elko Thermostat EKO07259 - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: KNX Hybrid and Elko Thermostat EKO07259 (/showthread.php?tid=5808)



KNX Hybrid and Elko Thermostat EKO07259 - lestole - 28.12.2024

I have an Elko Zigbee Thermostat EKO07259, but it does not seem to be recognised correctly. I can only allocate addresses for Temperature and Energy delivered (see attached image).


Code:
Manufacturer: Schneider Electric
Model: EKO07259
Firmware version: 001.000.029

Device type: Router
Power source: Mains
Receive when idle: Yes

Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- Identify (3)
- Groups (4)
- HvacThermostat (513)
- HvacUserInterfaceCfg (516)
- HaDiagnostic (2821)
- ManuSpecificWiserEvent (65027)
- ManuSpecificCycleTime (65302)
- ManuSpecificHeatingCooling (65315)
Output clusters
- Identify (3)
- Time (10)
- Ota (25)
- MsTemperatureMeasurement (1026)
- MsOccupancySensing (1030)

Endpoint 2
Profile: 260
Input clusters
- Basic (0)
- Identify (3)
- MsTemperatureMeasurement (1026)
Output clusters
- Identify (3)

Endpoint 3
Profile: 260
Input clusters
- Basic (0)
- Identify (3)
- MsTemperatureMeasurement (1026)
Output clusters
- Identify (3)

Endpoint 5
Profile: 260
Input clusters
- Basic (0)
- Identify (3)
- Groups (4)
- SeMetering (1794)

Endpoint 242
Profile: 41440
Output clusters
- GreenPower (33)

Reported attributes
- currentsummdelivered: 0
- sepowerdivisor: 1000
- sepowermultiplier: 1

   


RE: KNX Hybrid and Elko Thermostat EKO07259 - Daniel - 02.01.2025

We notified SE about customers asking for integration of this device but it is SE decision if they want to add it or not. Contact SE support to create the pressure.


RE: KNX Hybrid and Elko Thermostat EKO07259 - lestole - 02.01.2025

I see..

But, you support the EKO30465

https://www.productinfo.schneider-electric.com/spacelogic_knx_hybrid/spacelogic-knx-hybrid-module-user-guide/English/BM_SpaceLogic_KNX_Hybrid_Module_LSS100400_UG_DD00636656.xml/$/NorwegianDevices-3D711FC5


To my understanding this seems to be the same device, the only difference I can see is the physical frame type. They share the same specs:

https://www.elko.no/produkter/45-elko-smart-styringssystemer/smarttermostat/

We have also notified SE, but I would like to test the EKO07259/EKO07258 with the profile for EKO30465, is this possible? I am pretty certain that this will work.

So, to summarise:
The profile for EKO30465 should also be used for:

EKO07254
EKO07258
EKO07259

BR.

All the different device models (EKO07254, EKO07257, EKO07258, EKO07259, EKO30465) is even listed in the user manual for the supported device, and referred to as "Smart ZB Thermostat 16 A"

Please see page 5 in the attached user manual for EKO30465:

.pdf   EKO0725x_EKO30465_ELKO_DUG_EN.pdf (Size: 7.04 MB / Downloads: 12)



RE: KNX Hybrid and Elko Thermostat EKO07259 - Daniel - 02.01.2025

Again, talk to SE because we never seen this product and we don't support it.


RE: KNX Hybrid and Elko Thermostat EKO07259 - lestole - 02.01.2025

I am also talking to SE in parallell.

We are field testing the KNX Hybrid for SE, this is why I want to help by trying to test with the same profile. They even share the same user manual. The name of the user manual is EKO0725x_EKO30465 so it is the same product.


RE: KNX Hybrid and Elko Thermostat EKO07259 - lestole - 10.03.2025

In case anyone else is wondering, version 0.1.18 has been released with support for these thermostats.


RE: KNX Hybrid and Elko Thermostat EKO07259 - FatMax - 10.03.2025

I updated the app today and tried to add a thermostat. Everything went well until I saved the settings for the device. The app now just have a spinner that blocks interaction with the app.

I have tried uninstalling and re-installing
I have tried reboots
I have tried different browsers
I have tried killing the processes linked with the Zigbee module

I know this is a SE product, but are there any good ideas I can try out to re-instate the app and it's functionality?


RE: KNX Hybrid and Elko Thermostat EKO07259 - admin - 10.03.2025

To reset the app and remove all devices run this script once and reboot:
Code:
db:query('DELETE FROM zb_config')
db:query('DELETE FROM zb_devices')
db:query('DELETE FROM zb_device_tags')



RE: KNX Hybrid and Elko Thermostat EKO07259 - FatMax - 10.03.2025

Thank you, this reset the app to new state.

I found the bug:

When you let the Zigbee app add your (in this case) thermostat to Touch it then removes the thermostat from the list and that causes the app to hang in the reload state.


RE: KNX Hybrid and Elko Thermostat EKO07259 - admin - 10.03.2025

Report this bug to SE. Adding widgets to Touch is their feature.


RE: KNX Hybrid and Elko Thermostat EKO07259 - FatMax - 10.03.2025

Sure, I will. Thank you for your help.