Search found 26 matches
- Tuesday 01 October 2024 19:45
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Seems something has changed a while ago at Remeha. Log is now being spammed with these messages below. 2024-10-01 18:02:44.182 Error: Remeha Home: Error making GET request: 500 Server Error: Internal Server Error for url: https://api.bdrthermea.net/Mobile/api/homes/dashboard 2024-10-01 19:05:51.445 ...
- Monday 26 February 2024 21:02
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Thank you for the latest update. Just installed!
- Monday 12 February 2024 22:02
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Yes please. And once again many thanks for getting this all started!
- Monday 12 February 2024 21:14
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Because it shows how much kWh heat was delivered by the Heatpump vs the kWh electricity consumed.
- Monday 12 February 2024 18:02
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Thanks for all the great latest updates!
Do you think you might be able to add the EnergyDelivery value as well?
Do you think you might be able to add the EnergyDelivery value as well?
- Monday 29 January 2024 9:33
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Question, since you do not have Gas, is it possible to post here your json output? { "appliances":[ { "applianceId":"1234", "applianceOnline":true, "applianceConnectionStatus":"Connected", "applianceType":"HeatPump", "pairingStatus":"Paired", "houseName":"Home", "errorStatus":"Running ...
- Monday 29 January 2024 9:23
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
It is a generic KWH, BWBoot adjusted it for himself Reason I made the experimental change is, that the heat pump only provides the kWh usage, not the W from which the kWh can be calculated. In the screenshot from Tuk90 it shows a usage of 3000 Watt which isn't the actual usage as you would see with ...
- Sunday 28 January 2024 19:20
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
I am testing it. I did change the device type to Type=113 as it simply acts as a counter.
Domoticz.Device(Name=device_name_6, Unit=device_id_6, Type=113, TypeName="Kwh", Subtype=0, Used=1).Create()
Domoticz.Device(Name=device_name_6, Unit=device_id_6, Type=113, TypeName="Kwh", Subtype=0, Used=1).Create()
- Saturday 27 January 2024 12:45
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
I got it working but the total of today always shows the previous day as day total. See my previous post. You can do a pull request or something like that, that is the easiest I guess I have used code below to only pull today's data. Idea is to update the counter and display consumption/delivery so ...
- Saturday 27 January 2024 0:12
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
I did some work on the plugin and added EnergyConsumption and EnergyDelivery counters.
Do need some help, since counters don't seem to show up. Can I have permission to upload as a branche? So you can have a look at the code?
Cheers!
Do need some help, since counters don't seem to show up. Can I have permission to upload as a branche? So you can have a look at the code?
Cheers!
- Friday 26 January 2024 19:19
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Yes you are correct, only a heat pump. Now working without error messages. Thanks!
- Friday 26 January 2024 18:40
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
I just removed the plugin in hardware and re-added it back in. I can see 5 devices but none are updating. Screenshot 2024-01-26 at 18.37.43.jpg And log is showing: 2024-01-26 18:36:24.081 Error: Remeha Home 2: Error making GET request: list index out of range 2024-01-26 18:36:54.001 Error: Remeha ...
- Friday 26 January 2024 17:22
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Ok that fixed the "thread seems to have ended unexpectedly" issue. Do get this message still. 2024-01-26 17:16:39.085 Error: Remeha Home: Error making GET request: list index out of range 2024-01-26 17:17:38.841 Error: Remeha Home: Error making GET request: list index out of range 2024-01-26 17:18 ...
- Friday 26 January 2024 16:47
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
I noticed the Merged #7 into main and just updated my plugin. It seems the plugin is not feeling happy and spamming my domoticz log. Poll interval is set to 5 minutes. Anything I can do to troubleshoot? 2024-01-26 16:18:53.972 Error: Remeha Home hardware (52) thread seems to have ended unexpectedly ...
- Sunday 14 January 2024 15:48
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Maybe it's because you are missing the Switchtype attribute which is applicable for counter devices.
I assume it should be of type "Energy"
See https://www.domoticz.com/wiki/Developin ... vice_Types
I assume it should be of type "Energy"
See https://www.domoticz.com/wiki/Developin ... vice_Types
- Friday 12 January 2024 22:00
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
I guess it would be nice to have todays data and see it grow when API is polled. Since there is no actual usage data, I assume a sensor type counter would workout best here. Do you agree? Would it be possible to retrieve both today's heatingEnergyConsumed and heatingEnergyDelivered? EDIT: I don't ...
- Tuesday 09 January 2024 21:42
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Nice Tuk90 this is working great now. My wish list would be the setpoint function, and if you can add the Heating Energy stats that would be awesome too :D GET appliances/{appliance_id}/energyconsumption/daily Get the daily energy consumption of the appliance. This request requires two query ...
- Sunday 07 January 2024 22:27
- Forum: Suggestions
- Topic: Remeha eTwist
- Replies: 120
- Views: 62550
Re: Remeha eTwist
Thanks TUK90 for taking the time to make this plugin!
The plugin can be found here https://github.com/tuk90/RemehaHome-Domoticz
The plugin can be found here https://github.com/tuk90/RemehaHome-Domoticz
- Friday 14 June 2019 18:31
- Forum: Python
- Topic: [REQUEST] Plugin for Tuya
- Replies: 373
- Views: 102785
Re: [REQUEST] Plugin for Tuya
It looks like the new IOS released tuya/smartlife apps prevent DevID & Local Key extraction. Can someone confirm pls?
- Saturday 26 January 2019 20:20
- Forum: Z-Wave
- Topic: Neo CoolCam Unknown: type=0200, id=1027 using NAS-WR01ZE
- Replies: 47
- Views: 9029
Re: Neo CoolCam Unknown: type=0200, id=1027 using NAS-WR01ZE
you could move all zwcfg_*.xml files from~/domoticz/Config/ into a backup folder. And restart Domoticz.