Hi @FireWizard,
I only have it working for a short while, but it looks like it's working flawles.
Thanks again for your help! Otherwise I really couldn't have done it ...
Search found 17 matches
- Saturday 11 July 2020 20:00
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
- Friday 10 July 2020 19:59
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
Hi @Firewizard
You're the best! Works like a charm! :D
There is one thing that does not work. When I switch a light off in Casambi, the light in Domoticz does not turn off. It only happens with off. Switching a light to on or change dim value works from Casambi to Domoticz. What could that be?
I ...
You're the best! Works like a charm! :D
There is one thing that does not work. When I switch a light off in Casambi, the light in Domoticz does not turn off. It only happens with off. Switching a light to on or change dim value works from Casambi to Domoticz. What could that be?
I ...
- Thursday 09 July 2020 11:59
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
Hi @FireWizard,
I have several nodes for input, output and status
Schermafbeelding 2020-07-09 om 11.37.55.png
When I toggle the light the input node gives me for example:
{"On":true,"Brightness":100}
or
{"On":false,"Brightness":0};
Tunable white lights also give ColorTemperature variable ...
I have several nodes for input, output and status
Schermafbeelding 2020-07-09 om 11.37.55.png
When I toggle the light the input node gives me for example:
{"On":true,"Brightness":100}
or
{"On":false,"Brightness":0};
Tunable white lights also give ColorTemperature variable ...
- Wednesday 08 July 2020 21:00
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
Hi @FireWizard,
I double checked everything but keep the same result.
In the meantime I have found another way to connect Casambi to Node-Red.
There is a Homebridge Casambi Plugin that works: https://github.com/awahlig/homebridge-casambi
And Homebridge can be linked to Node-Red again via: https ...
I double checked everything but keep the same result.
In the meantime I have found another way to connect Casambi to Node-Red.
There is a Homebridge Casambi Plugin that works: https://github.com/awahlig/homebridge-casambi
And Homebridge can be linked to Node-Red again via: https ...
- Monday 06 July 2020 20:27
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
Hi @FireWizard
When I type:
pi@raspberrypi:~/domoticz/scripts/casambimqttbridge $ PATH=$PATH:/home/pi/.local/bin
And then do:
pi@raspberrypi:~/domoticz/scripts/casambimqttbridge $ echo $PATH
I get:
/home/pi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local ...
When I type:
pi@raspberrypi:~/domoticz/scripts/casambimqttbridge $ PATH=$PATH:/home/pi/.local/bin
And then do:
pi@raspberrypi:~/domoticz/scripts/casambimqttbridge $ echo $PATH
I get:
/home/pi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local ...
- Saturday 04 July 2020 20:34
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
Hi @FireWizard
It all goes according to plan until I get to step 5. When I start the server.py like this:
pi@raspberrypi:~/domoticz/scripts/casambimqttbridge $ ./server.py
I get:
Process Casambi:
Traceback (most recent call last):
File "/usr/lib/python3.7/multiprocessing/process.py", line 297 ...
It all goes according to plan until I get to step 5. When I start the server.py like this:
pi@raspberrypi:~/domoticz/scripts/casambimqttbridge $ ./server.py
I get:
Process Casambi:
Traceback (most recent call last):
File "/usr/lib/python3.7/multiprocessing/process.py", line 297 ...
- Friday 03 July 2020 20:02
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
@FireWizard
Thank you very much for your help! I think I have this part working now. The solution was to use pip3 instead of pip.
In the meantime I also have Node-Red running. I think I've got the connection to and from Domoticz via MQTT also already working.
I just have no idea how I get the MQTT ...
Thank you very much for your help! I think I have this part working now. The solution was to use pip3 instead of pip.
In the meantime I also have Node-Red running. I think I've got the connection to and from Domoticz via MQTT also already working.
I just have no idea how I get the MQTT ...
- Thursday 02 July 2020 13:14
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
Hi FireWizard,
Tried to install the Casambi python library the way you told me, but still gives me an error:
pi@raspberrypi:~ $ pip install git+https://github.com/hellqvio86/casambi.git#egg=casambi
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting casambi from ...
Tried to install the Casambi python library the way you told me, but still gives me an error:
pi@raspberrypi:~ $ pip install git+https://github.com/hellqvio86/casambi.git#egg=casambi
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting casambi from ...
- Wednesday 01 July 2020 13:48
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
Hi FireWizard,
Thanx for your reply and help.
It took me some time, but I finally requested and arranged the API key.
Via the Casambi console I can contact the API and get the data.
Unfortunately i couldn't get the Python library installed. I got the following message.
pi@raspberrypi:~ $ pip ...
Thanx for your reply and help.
It took me some time, but I finally requested and arranged the API key.
Via the Casambi console I can contact the API and get the data.
Unfortunately i couldn't get the Python library installed. I got the following message.
pi@raspberrypi:~ $ pip ...
- Tuesday 16 June 2020 17:20
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Re: Casambi and Domoticz
Casambi released a cloud API. https://casambi.com/wp-content/uploads/ ... online.pdf Does that mean I can finaly acces it via Domoticz? Is there someone who could help me make it work?
- Tuesday 29 May 2018 17:42
- Forum: Others
- Topic: Casambi and Domoticz
- Replies: 22
- Views: 6997
Casambi and Domoticz
For my residential Lighting system, I switched to Casambi, a really Nice system based on Bluetooth low energy. A lot of design Lighting manifacturers in the world start to use this system for smart switching. Casambi does not have geofencing, thats why I want to hook it up to domoticz. Does Anyboddy ...
- Wednesday 06 September 2017 9:54
- Forum: Heating/cooling
- Topic: Help with multi zone heating script?
- Replies: 3
- Views: 1854
Re: Help with multi zone heating script?
Beceause the old heater passed away, i installed a new one and I upgraded my configuration with an OTGW and 2 extra valves in the living room.
The configuration now looks like this:
Living room with thermostat connected to OTGW:
- actual temperature: woonkamer actueel
- desired temperature ...
The configuration now looks like this:
Living room with thermostat connected to OTGW:
- actual temperature: woonkamer actueel
- desired temperature ...
- Saturday 19 August 2017 20:19
- Forum: Utility
- Topic: waterflow sensor
- Replies: 8
- Views: 4977
Re: waterflow sensor
12345caravan
could you post the script you use for this water flow sensor?
I bought the sensor too, but is has 596 pulses every liter, yours too?
could you post the script you use for this water flow sensor?
I bought the sensor too, but is has 596 pulses every liter, yours too?
- Tuesday 13 December 2016 18:21
- Forum: Heating/cooling
- Topic: Help with multi zone heating script?
- Replies: 3
- Views: 1854
Help with multi zone heating script?
Is there someone who can help me write a lua multi zone heating script? I have a blocky script working with setdevicetemperature, but the script is not so reliable and sometimes the Heater keeps burning.
My setup is:
Aronlabs gen5 z-wave stick
2 danfoss z-wave radiator valves (Bathroom and studio ...
My setup is:
Aronlabs gen5 z-wave stick
2 danfoss z-wave radiator valves (Bathroom and studio ...
- Sunday 06 November 2016 16:47
- Forum: Show your projects
- Topic: Intelligent Multi-Zone Heating Script
- Replies: 16
- Views: 10560
Re: Intelligent Multi-Zone Heating Script
Hi Bob,
I did install sqlite3 and created an empty database file with the structure from the script. But stil get the oDatetime error.
Where do i have to put the inc folder with the variables-script? Can i put the inc folder directly in the domoticz/scripts/lua folder?
I did install sqlite3 and created an empty database file with the structure from the script. But stil get the oDatetime error.
Where do i have to put the inc folder with the variables-script? Can i put the inc folder directly in the domoticz/scripts/lua folder?
- Sunday 06 November 2016 15:05
- Forum: Show your projects
- Topic: Intelligent Multi-Zone Heating Script
- Replies: 16
- Views: 10560
Re: Intelligent Multi-Zone Heating Script
Hi Bob,
Thanx for putting the files back on github.
I've tried to get it working, but have not yet succeeded. I get this error in the Domoticz-log.
2016-11-06 14:59:40.464 Error: EventSystem: in Verwarming: [string "--[[..."]:64: attempt to index global 'oDatetime' (a nil value)
Could you ...
Thanx for putting the files back on github.
I've tried to get it working, but have not yet succeeded. I get this error in the Domoticz-log.
2016-11-06 14:59:40.464 Error: EventSystem: in Verwarming: [string "--[[..."]:64: attempt to index global 'oDatetime' (a nil value)
Could you ...
- Thursday 06 October 2016 12:41
- Forum: Show your projects
- Topic: Intelligent Multi-Zone Heating Script
- Replies: 16
- Views: 10560
Re: Intelligent Multi-Zone Heating Script
Hi Bob,
The script is no longer available on github. Could you please put it back online? I want to use it for my home heating.
Greetz,
Erik-Jan
The script is no longer available on github. Could you please put it back online? I want to use it for my home heating.
Greetz,
Erik-Jan