Hello, I recently had a problem with Raspbee. For a long time everything ran without problems. Since yesterday all Pir’s (aqara/ Xiaomi) are offline. Although they are online in phoscon and also react. I use four of these Aqara Pir’s. All are offline. I made a firmware update of deconz, no improvement. A device detection in pimatic can’t see the Pir’s. All other devices are found. Only the Aqara Pir’s are gone. Other Aqara devices are detected, water sensors for example.
-
Phoscon/ Deconz/ ConBee/ all aqara Pir’s offline, only in pimatic
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
Hello, in my Raspbee-Phoscon installation all sensors are online and working, but in the Pimatic-raspbee-plugin the Aquara switch does not work. But it worked. Did you find a solution?
By, Jens.
Pimatic, my hobby.
-
Hello, I relearned my non-functioning switch in Phoscon, then re-integrated it in Pimatic and the switch works again. Maybe it was just the restart of Pimatic.
By, Jens.
Pimatic, my hobby.
-
The idea with the restart of pimatic hadn’t even occurred to me yet 🤔. But it worked for two of my Pirˋs 🙏. The two works again. I still don’t get the other two. Unfortunately I had tried to train them in phoscon with these two. I should not have touched them 😬.
“Discover Devices” in pimatic doesn’t find Aqara Pir anymore.
Maybe @kosta can give us a solution someday."Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
Hello again, is there perhaps a way to read the device ID of the Aqara Pir’s via the console? To enter them into pimatic by hand?
I don’t have an idea anymore to bring my aqara Pir’s into pimatic. None of the pir’s will be detected via pimatic device detection.
Not even the Aqara Pir’s, which are still working."Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
Hello,
the Phoscon system has an “API” interface and can be addressed externally.
http://dresden-elektronik.github.io/deconz-rest-doc/configuration/
You can enter these strings in your browser and get information and actions. This is also possible via command line!Well then, nice trying.
Pimatic, my hobby.
-
@Jens
Can you give me an example of an http request? For example, how can I query which devices exist and which devices have which id?
Unfortunately I don’t know how such a request has to be structured."Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
Hi,
z.B.
in the deconz-rest-doc can you read
GET /api/<apikey>/lights/<id>
with this list your lights to find the id. In my browser with this link:
http://192.168.2.9/api/0B9CD1F3E4/lights/
The IP is your deconz-PI and the API-Key find you in the raspbee-plugin config.
MfG, Jens.
Pimatic, my hobby.
-
Thanks for your help. Obviously some things in phoscon are not correct. Phoscon runs in a proxmox instance. Until some time ago Proxmox ran on a Lenovo X200 in headless mode. Recently proxmox runs on an Intel NUC. Phoscon moved thereupon, too, without reinstallation. Possibly my problems were caused by this.
The json code, which is displayed to me with your help, seems to have some irregularities.
For example, I don’t get this displayed in pimatic.32 config battery 100 duration 90 on true reachable true temperature 3000 ep 1 etag "d08373fac6d41dc1d546148ad0b9aa54" manufacturername "LUMI" modelid "lumi.sensor_motion.aq2" name "Pir-Kammer" state lastupdated "2019-06-08T13:34:03" presence false swversion "20170627" type "ZHAPresence" uniqueid "00:15:8d:00:02:73:28:96-01-0406"
And I can’t do anything with these next ones. But such or similar names are given to me during the device discovery.
40 config duration 60 on true reachable true etag "556031be6c28d733428a5060ec5ba901" manufacturername "Phoscon" modelid "PHOSCON_VPIR" name "VPIR Kammerlicht" state lastupdated "2019-06-02T07:28:08" presence false swversion "1.0" type "CLIPPresence" uniqueid "vpir-1559460425141" 41 config on true reachable true etag "556031be6c28d733428a5060ec5ba901" manufacturername "Phoscon" modelid "PHOSCON_FSM_STATE" name "FSM_STATE Kammerlicht" state lastupdated "2019-06-02T07:28:08" status 0 swversion "1.0" type "CLIPGenericStatus" uniqueid "fsm-state-1559460425141"
I can’t take over these strange devices in pimatic either. If I try it, then there is no device class.
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)