Search found 9 matches
- Sunday 04 August 2019 13:57
- Forum: Python
- Topic: Python Plugin - Deal with cookies?
- Replies: 2
- Views: 639
Re: Python Plugin - Deal with cookies?
It's something "easy". When you receive a response to a request, take a look in the header, you will see a filed called "set-cookie", just extract the cookie here. When you make the next request add a field in the header called "cookie" and add the cookie. You don't need special encoding (just ...
- Saturday 18 May 2019 14:32
- Forum: Zigbee
- Topic: Zigbee, which hardware to use
- Replies: 15
- Views: 6624
Re: Which hardware to use?
For me pizigate or raspbee aren't good solution for all, because on last PI machine you need to disable the internal bluetooth (and add one more dongle for better stability), and on USB dongle, you can easily use an extension cable to prevents interference with housing and peripherals. Zigate is ...
- Friday 05 April 2019 18:35
- Forum: Zigbee
- Topic: Someone tested Livolo Zigbee switch with Zigate?
- Replies: 13
- Views: 3393
Re: Someone tested Livolo Zigbee switch with Zigate?
I didn’t realize they also made a zigbee model. Based on reports in other forums, though, it is using a proprietary profile and probably will not work with SmartThings. People are reporting that it only works with its own gateway cleanmaster . It works too with zigbee2mqtt with some tricks. https:/ ...
- Sunday 20 January 2019 18:56
- Forum: Switches and Scenes
- Topic: how to make an viritual sensor?
- Replies: 3
- Views: 602
Re: how to make an viritual sensor?
Put the text instead of "your_text", but take care at encoding.
- Sunday 20 January 2019 18:29
- Forum: Switches and Scenes
- Topic: how to make an viritual sensor?
- Replies: 3
- Views: 602
Re: how to make an viritual sensor?
Hello, have you try
It's a text sensor ?
Code: Select all
http://127.0.0.1:8080/json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue=YOUR_TEXT
- Tuesday 15 January 2019 18:51
- Forum: Suggestions
- Topic: Disable log in some device
- Replies: 19
- Views: 8156
Re: Disable log in some device
No news for this feature ?
It's too boring for me, I have a custom sensor, it change 2 time in a day but domoticz write an information every 5mn in the database, for nothing.
It's too boring for me, I have a custom sensor, it change 2 time in a day but domoticz write an information every 5mn in the database, for nothing.
- Tuesday 01 January 2019 19:05
- Forum: Zigbee
- Topic: Best zigbee stick for domoticz?
- Replies: 7
- Views: 5469
Re: Best zigbee stick for domoticz?
On my side, I m using the deconz framework with a conbee, I used it on another application before and I realy think nothing is missing, and now with a domoticz plugin.
https://github.com/Smanar/Domoticz-deCONZ.
^^, make your choice.
https://github.com/Smanar/Domoticz-deCONZ.
^^, make your choice.
- Tuesday 01 January 2019 12:13
- Forum: DIY Hardware and Protocols
- Topic: InfraRed controller on Kickstarter
- Replies: 5
- Views: 2627
Re: InfraRed controller on Kickstarter
The Anavi Infrared pHAT is too much expensive, 19 $ + a raspberry cost.
You can have less with homemade system with raspberry and you can have the to broadlink rm mini3 for less than 15$
You can have less with homemade system with raspberry and you can have the to broadlink rm mini3 for less than 15$
- Monday 31 December 2018 9:56
- Forum: DIY Hardware and Protocols
- Topic: InfraRed controller on Kickstarter
- Replies: 5
- Views: 2627
Re: InfraRed controller on Kickstarter
Yep not bad, not really espensive compared to broadlink rm mini3.
BT instead of Wifi.
But why only raspberry 3 and above ?
BT instead of Wifi.
But why only raspberry 3 and above ?