Hello everyone,
I’m always trying to make my Homegear + HomeAssistant implementation work.
Currently I have connected only one thermostat; it had already been programmed with the MAX software for a weekly scheduling.
I see the following problems:
when I set a weekly program from the homegear admin interface and select “save on device” I do not see traffic to the outgoing or incoming CUL so I suspect that in reality nothing is saved on the thermostat.
The update of the current temperature, as of the set one, does not change at the programmed times; I can only view the changes by restarting the homegear service or only when there is a change of valve position.
Is this normal behavior? When there is a change of temperature setting at a programmed time, should the thermostat transmit something?
This using MAXube was displayed regularly …
Thanks for your help.
Michele
sorry for the late reply. It looks like the parameters are pushed correctly to the device. Maybe there is an error in the putParamset() that comes bofore the posted block. Could you please repost the log starting a little earlier with the putParamset().
Hi @sathya,
no problem, this issue fixed some times ago by you
See other post…
If you want help, now.. we have to fix another problem with setup of MAX thermostat parameters…
when you go in the admin ui, page “edit configuration parameters for thermostat…” you can see channel 0 (week program) and channel 2 (empty) but not channel 1/3 where are other useful parameters…
Moreover, will be more it would also be highly appreciated to be able to configure the coupling between a valve and a wall thermostat or a window switch through the user interface.
I asked both of these questions some time ago and someone replied (I don’t remember who) for the first problem (configuration channels) was a bug but the person who had to deal with it had no way or time; for the second, which was not implemented.
If this is so, I would like to ask you if you can tell me which project or file I should look at to try to fix the problem by myswlf; I would also really like to understand how to configure a development environment (what IDE? Compiler? etc.)
Thank you very much
Michele
as mentioned somewhere before it’s not possible yet, but direct coupling is a point on my roadmap. It’s a very special Homematic-thing, so it wasn’t that hight prority so far.
@arkimede the Admin UI is based on symfony. You could have a look at Controller/Admin/Inventory/DeviceController.php and Model/Admin/HomegearDevice.php. I’m using plain VSCode, and a virtual machine with a homgear nightly installed
Hi @sathya, there are certainly configurable parameters in channels 1 and 3 - decalcification, vacancy time, night temperature, open window temperature … Things of this kind; always the person I spoke with some time ago, showed me the configuration page of the Homematic devices and these parameters, such as channels 1 and 3, were correctly displayed; I think it’s a bug on the MAX page…
– edit
this is reference to the thread
– second edit
the channel that should be viewed / edited is number 1 instead of 2 which is empty; that’s the bug …
Hi @Larx,
let me better understand…
Do I have to configure Homematic-manager to connect to homegear? Do I have to specify the Homegear address (e.g. 192.168.1.2:2001) when it asks me for the configuration?