Search found 6 matches
- Monday 09 July 2018 9:34
- Forum: Others
- Topic: Xiaomi BLE temperature & humidity sensor
- Replies: 14
- Views: 12354
Re: Xiaomi BLE temperature & humidity sensor
- Took me a while to discover I needed Python 2. Why not add "#!/usr/bin/env python2" at the top of the script? Thanks - added the shebang I would also suggest to name the script like 'miThermoHygro.py' so we can store it in ~/Domoticz/scripts/python. Done ;) Where does the battery information go ...
- Sunday 04 February 2018 14:10
- Forum: Others
- Topic: Thermostat for wall radiator
- Replies: 0
- Views: 450
Thermostat for wall radiator
Hi guys!
I´m currently searching for a (cheap) thermostat for my wall radiator that can be controlled preferably via Bluetooth (as my RPi 3 already has this build in) and is compatible with Domoticz.
Has anyone here running one with Domoticz or can recommend one?
Thanks a lot!
I´m currently searching for a (cheap) thermostat for my wall radiator that can be controlled preferably via Bluetooth (as my RPi 3 already has this build in) and is compatible with Domoticz.
Has anyone here running one with Domoticz or can recommend one?
Thanks a lot!
- Wednesday 31 January 2018 16:25
- Forum: Others
- Topic: Xiaomi Thermostat (with display)
- Replies: 34
- Views: 30105
- Tuesday 30 January 2018 17:36
- Forum: Others
- Topic: Xiaomi Thermostat (with display)
- Replies: 34
- Views: 30105
Re: Xiaomi Thermostat (with display)
Check out https://github.com/pFenners/mijia-sensor-domoticz Thanks for sharing! Did something very similar (see https://www.domoticz.com/forum/viewtopic.php?f=56&t=21904 ), unfortunately with my script values aren´t displayed on the sensors themselfs in Domoticz although the URL I´m calling is the s ...
- Sunday 28 January 2018 10:20
- Forum: Others
- Topic: Xiaomi BLE temperature & humidity sensor
- Replies: 14
- Views: 12354
Re: Xiaomi BLE temperature & humidity sensor
Decided to publish code on GitHub: https://github.com/fr31b3u73r/miThermoHygro Feel free to test and give me feedback! Update: Issue is fixed in newest version of script (missed stripping out non Ascii value from received package) - thanks to @PaulFen for pointing it out here: https://www.domoticz ...
- Saturday 27 January 2018 17:09
- Forum: Others
- Topic: Xiaomi BLE temperature & humidity sensor
- Replies: 14
- Views: 12354
Xiaomi BLE temperature & humidity sensor
Hi guys! Just started using Domoticz and trying to make my home a bit smarter 8-) That´s why a bought a couple of Xiaomi´s new cheap temperature and humidity sensors that transfer data via BLE (see http://cleargrass.com/ ). As a newbie it took me about half a day setting up a python script reading t ...