Right, I solved it now.
I had to change the domoticz address from localhost to the IP address of my domotics server (localhost should work, but didn't in this case for some unknown reason).
I also realized I had to click the "Add Device" arrow in Devices to make it discoverable by this plugin since ...
Search found 7 matches
- Sunday 14 June 2020 6:16
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 419
- Views: 119891
- Friday 12 June 2020 5:52
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 419
- Views: 119891
Re: Python Plugin: Smart Virtual Thermostat
Hi !
New user here (but I've been using domoticz with a lot of different sensors like Hue, MySensors Roborock S5 Max, etc since 2015).
I have installed the plugin and configured it in the Hardware settings, but it always causes an exception on all URL's called (for example "Error calling 'http ...
New user here (but I've been using domoticz with a lot of different sensors like Hue, MySensors Roborock S5 Max, etc since 2015).
I have installed the plugin and configured it in the Hardware settings, but it always causes an exception on all URL's called (for example "Error calling 'http ...
- Tuesday 16 January 2018 0:28
- Forum: MySensors
- Topic: S_DIMMER sending wrong value?
- Replies: 4
- Views: 2956
Re: S_DIMMER sending wrong value?
Edit:
Looks like I managet to push my changes do the development branch in github now :) Just waitng for it to be available some day now.
/T
Kind of giving up now since I can't push my updates back to github :-(
Is there some kind soul who can include the two bugfixes I list in the post above, plus ...
Looks like I managet to push my changes do the development branch in github now :) Just waitng for it to be available some day now.
/T
Kind of giving up now since I can't push my updates back to github :-(
Is there some kind soul who can include the two bugfixes I list in the post above, plus ...
- Saturday 13 January 2018 20:44
- Forum: Other questions and discussions
- Topic: How to contribute ?
- Replies: 0
- Views: 294
How to contribute ?
Hi !
I have corrected an issue with MySensors (see thread at http://www.domoticz.com/forum/viewtopic.php?f=42&t=20461) and also added the implementation of the I_INCLUSION_MODE message in MySensorsBase.cpp, but so far I have just been able to fork the source code from git, I have no clue on how to ...
I have corrected an issue with MySensors (see thread at http://www.domoticz.com/forum/viewtopic.php?f=42&t=20461) and also added the implementation of the I_INCLUSION_MODE message in MySensorsBase.cpp, but so far I have just been able to fork the source code from git, I have no clue on how to ...
- Thursday 11 January 2018 23:05
- Forum: MySensors
- Topic: S_DIMMER sending wrong value?
- Replies: 4
- Views: 2956
Re: S_DIMMER sending wrong value?
Hi !
I think I found out what's wrong in MySensorsBase.cpp :
In the last lines in MySensorsBase::GetSwitchValue(const int Idx, const int SubUnit, const int sub_type, std::string &sSwitchValue) :
sstr << int(slevel * 100 / 15);
should be :
sstr << int(slevel);
Because the dimmer value ("slevel ...
I think I found out what's wrong in MySensorsBase.cpp :
In the last lines in MySensorsBase::GetSwitchValue(const int Idx, const int SubUnit, const int sub_type, std::string &sSwitchValue) :
sstr << int(slevel * 100 / 15);
should be :
sstr << int(slevel);
Because the dimmer value ("slevel ...
- Wednesday 10 January 2018 22:53
- Forum: MySensors
- Topic: S_DIMMER sending wrong value?
- Replies: 4
- Views: 2956
Re: S_DIMMER sending wrong value?
I'm bumping this since I am suffering from exactly the same problem. I'm currently on version 3.8796.
Cheers !
Cheers !
- Wednesday 07 September 2016 3:02
- Forum: Others
- Topic: Philips LivingColors 1st gen
- Replies: 10
- Views: 9120
Re: Philips LivingColors 1st gen
Hi !
I have posted my solution of controlling a gen 1 LivingColors lamp using MySensors and Domoticz here : https://forum.mysensors.org/topic/4638/philips-livingcolors-mysensor-node
I then also found out that there's another solution here : https://forum.mysensors.org/topic/3080/controlling-a-1st ...
I have posted my solution of controlling a gen 1 LivingColors lamp using MySensors and Domoticz here : https://forum.mysensors.org/topic/4638/philips-livingcolors-mysensor-node
I then also found out that there's another solution here : https://forum.mysensors.org/topic/3080/controlling-a-1st ...