I made a specific topic here: viewtopic.php?f=34&t=25544&p=196355#p196355
Have fun!
Search found 13 matches
- Tuesday 10 November 2020 19:06
- Forum: Third party and supplementary tools
- Topic: Raspberry with Bleutooth and eq-3 radiator thermostat
- Replies: 9
- Views: 9436
- Monday 10 February 2020 11:27
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 51096
Re: Domoticz to Google Assistant integration
Hello and thanks a lot for this amazing work! :D I can control every switch and every shutter with voice without any error. But in the home app the status is not updated and shows 'no response' When I ask if the status it says something went wrong and in the dzga log i can see : ERROR - 'Low_battery ...
- Friday 02 November 2018 9:59
- Forum: Heating/cooling
- Topic: EQ-3 bluetooth radiator thermostat Domoticz control
- Replies: 1
- Views: 3495
EQ-3 bluetooth radiator thermostat Domoticz control
Hello, I brought some EQ-3 bluetooth radiator thermostat and I wanted to control it with Domoticz. But I had some issues pairing bluetooth on my PI so I post here my method. First you need to download this script: https://github.com/Heckie75/eQ-3-radiator-thermostat put it in a folder (in this ...
- Monday 29 October 2018 15:35
- Forum: Third party and supplementary tools
- Topic: Raspberry with Bleutooth and eq-3 radiator thermostat
- Replies: 9
- Views: 9436
Re: Raspberry with Bleutooth and eq-3 radiator thermostat
I figured it out! After pairing the device was autoconnected. But apparently it needed to be disconnected before using script... [bluetooth]# disconnect 00:1A:22:06:4B:9A Attempting to disconnect from 00:1A:22:06:4B:9A Successful disconnected [CHG] Device 00:1A:22:06:4B:9A Connected: no [bluetooth ...
- Wednesday 24 October 2018 10:06
- Forum: Third party and supplementary tools
- Topic: Raspberry with Bleutooth and eq-3 radiator thermostat
- Replies: 9
- Views: 9436
Re: Raspberry with Bleutooth and eq-3 radiator thermostat
Yes bluetoothctl and then pair 00:1A:22:06:4B:9A
It's in the paired devices:
It's in the paired devices:
Code: Select all
[bluetooth]# paired-devices
Device 00:1A:22:06:4B:9A CC-RT-BLE
- Wednesday 24 October 2018 0:10
- Forum: Third party and supplementary tools
- Topic: Raspberry with Bleutooth and eq-3 radiator thermostat
- Replies: 9
- Views: 9436
Re: Raspberry with Bleutooth and eq-3 radiator thermostat
Thanks for the help but it is already paired, I did it just before connect...
What else am I doing wrong? Is it because I use BT adapter?
What else am I doing wrong? Is it because I use BT adapter?
- Tuesday 23 October 2018 15:02
- Forum: Third party and supplementary tools
- Topic: Raspberry with Bleutooth and eq-3 radiator thermostat
- Replies: 9
- Views: 9436
Re: Raspberry with Bleutooth and eq-3 radiator thermostat
Hello, I found this: https://github.com/Heckie75/eQ-3-radiator-thermostat I managed to pair with the bluetoothctl command : pi@DomoticzRPi:~/eq3 $ bluetoothctl [NEW] Controller 00:1A:7D:DA:71:11 DomoticzRPi [default] [NEW] Device 00:1A:22:06:4B:9A CC-RT-BLE [bluetooth]# connect 00:1A:22:06:4B:9A ...
- Wednesday 06 December 2017 12:01
- Forum: Suggestions
- Topic: Multi value custom sensor
- Replies: 31
- Views: 19009
Re: Multi value custom sensor
+1
I use a DSM501 dust sensor sending PM10 and PM2.5 to domoticz.
It runs on a Wemos D1 mini with custom ESPeasy using plugin 114.
Thanks!
I use a DSM501 dust sensor sending PM10 and PM2.5 to domoticz.
It runs on a Wemos D1 mini with custom ESPeasy using plugin 114.
Thanks!
- Wednesday 29 November 2017 10:07
- Forum: Other questions and discussions
- Topic: JSON URL to update on/off action field of a switch
- Replies: 8
- Views: 5799
Re: JSON URL to update on/off action field of a switch
@Nautilus Thanks a lot! This is working like a charm! I never used network tab before, I will use it more now! I reduced parameters to the minimum for updating action fields: IP:PORT/json.htm?type=setused&idx=IDX&strparam1=aHR0cDovLzE5Mi4xNjguMS4yNDcvY29udHJvbD9jbWQ9R1BJTywwLDE=&strparam2 ...
- Tuesday 28 November 2017 21:38
- Forum: Other questions and discussions
- Topic: JSON URL to update on/off action field of a switch
- Replies: 8
- Views: 5799
Re: JSON URL to update on/off action field of a switch
Hello,
@Westcott
Unfortunately I never managed to make this work on my network. How do you make it work in domoticz?
@Westcott
Unfortunately I never managed to make this work on my network. How do you make it work in domoticz?
- Tuesday 28 November 2017 20:00
- Forum: Other questions and discussions
- Topic: JSON URL to update on/off action field of a switch
- Replies: 8
- Views: 5799
Re: JSON URL to update on/off action field of a switch
@Amsterdam020 Thanks, but I know how to trigger the switch of domoticz :D @Egregius Of course I could, but I don't want. This would be too easy and my ISP router is a mess and I don't want it to manage Static IPs. :geek: I really want to dynamically update on/off action in domoticz with the IP ...
- Tuesday 28 November 2017 10:30
- Forum: Other questions and discussions
- Topic: JSON URL to update on/off action field of a switch
- Replies: 8
- Views: 5799
JSON URL to update on/off action field of a switch
Hello, I want to know if there's a way to update on/off action field of a switch using JSON URL. I had a look here but I didn't find anything: https://www.domoticz.com/wiki/Domoticz_API/JSON_URL's I need this because I'm using ESPeasy with esp8266 controlling a relay with a virtual device in ...
- Tuesday 28 November 2017 9:40
- Forum: Other questions and discussions
- Topic: Check ESP-01/12 Online Status
- Replies: 4
- Views: 1730
Re: Check ESP-01/12 Online Status
Hello, If you use ESPeasy , there's an easy way to report ip and many status to domoticz check here: https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules#Report_IP_every_30_seconds_using_MQTT And I used the Domoticz Json URLS: https ...